fan-page

Fixed width in facebook fanpage

这一生的挚爱 提交于 2019-12-13 08:44:15
问题 I am working on a fanpage where I need to upload whole of the site on the fanpage . It means that the site is completely shown on the fanpage . As you know that the width of the fanpage is maximum 720px. Can there be a way I can shrinkup the site and show it on the fanpage ? Thanks in advance. 回答1: the fan page width is not 720px its 520px and to show the website on the fanpage you need to re-design using max width 520px that will solve the problem or you can add the scroll bar at the bottom

Facebook Like button for fan page - cannot create simple button

折月煮酒 提交于 2019-12-13 00:34:10
问题 is it possible to create simple Like button for fan page? When I create official Like button, insert my fan page URL in form, it always generate button with image and page title as it is Like box not Like button. I just want simple Like button only with "Like" label and users count. Is this an issue or default behavior, or just my misunderstanding? Thanks for advice Tomas Teicher 回答1: Did you mean you want this button? http://developers.facebook.com/docs/reference/plugins/like Alternatively,

Upload photo to fanpage from application user

 ̄綄美尐妖づ 提交于 2019-12-11 17:38:44
问题 I have a Facebook application in which a user can upload photos to a facebook fanpage. I am having trouble figuring out how to upload the photo as the user that is using the application. Currently I can have the fanpage upload the photo as itself, so the fanpage loses the author of the photo. To do this I am grabbing the fan page's auth token(which I am assuming is the reason the app is posting as the fan page) and using that to pass to the "photos" method of the api. I am using the AS3 api,