How to setup Facebook Timeline Cover Photo website . is it easy for a basic web developer?

只愿长相守 提交于 2019-12-13 23:04:48

问题


I have seen many website build with wordpress and they have facebook timeline cover photos auto upload.

anyone please help me?

sorry for my bad english


回答1:


it isn't difficult at all... you can get the cover url for a page/user using the facebook graph api.

ie: querying http://graph.facebook.com/cocacola?fields=cover will return the cover image properties for the cocacola fan page, simply use the 'source' field as your image src. (this is a 720px wide cover image)

as your using wordpress you could make a widget out of it, or hard code it in the template (eww..).

(on another note - you may want to additionally implement some form of caching for the facebook grapi api result so you don't continuously query facebook on every page load for the cover url.)




回答2:


Majid Khan, try this, facebook image uploader (for timeline and more.....)

work fine on wordpress and more....but it is not free




回答3:


Timeline is the New Facebook Timeline covers profile. Tell your life story through photos, friendships and personal milestones like graduating or traveling to new places.



来源:https://stackoverflow.com/questions/10675632/how-to-setup-facebook-timeline-cover-photo-website-is-it-easy-for-a-basic-web

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!