facebook-social-plugins

How to load a function method after facebook social plugin is has finished loaded?

会有一股神秘感。 提交于 2020-02-03 06:13:00
问题 I have jQuery masonry to layout the list items on my website, each list item has a fb:comments. Loading SDK asynchronously, even putting the method "$container.masonry( 'reload' );" after FB.init() the list items are still overlapping. I tested putting an alert() box before reload masonry, if close the alert box quickly the items are still overlapping but if close it after a while it display correctly with margin. So I assume the masonry reload runs before the content of fb:comments finish

How to load a function method after facebook social plugin is has finished loaded?

谁都会走 提交于 2020-02-03 06:09:05
问题 I have jQuery masonry to layout the list items on my website, each list item has a fb:comments. Loading SDK asynchronously, even putting the method "$container.masonry( 'reload' );" after FB.init() the list items are still overlapping. I tested putting an alert() box before reload masonry, if close the alert box quickly the items are still overlapping but if close it after a while it display correctly with margin. So I assume the masonry reload runs before the content of fb:comments finish

Status of enable_profile_selector with oauth 2

感情迁移 提交于 2020-01-24 21:24:24
问题 With the new OAuth2 JavaScript SDK calls, I see no documentation for enable_profile_selector. How do we get permissions to post to a fan page from the JavaScript SDK? Or, is the idea that once they've given us manage_pages permission on their account, we can request access tokens and do everything without additional permission on any page? It does appear that after being granted manage_page permissions, running this fql query returns no results: select publish_stream from permissions where

Using social plugins for pre-existing Facebook posts

一笑奈何 提交于 2020-01-23 12:48:18
问题 If there a way to use the Facebook Feed, Comments, and Like social plugins for existing Facebook posts? We're looking for a way to have pages on our site supplementing existing Facebook posts made on our FB page. The goal is to keep all sharing, comments, and likes centralized around single post, rather than the usual model where each person shares a distinct post on their feed. Example post from McDonalds: http://www.facebook.com/photo.php?fbid=10151001277817014&set=a.10150319191897014

Facepile iframe is white when the viewer is not logged in to Facebook

无人久伴 提交于 2020-01-11 09:46:38
问题 I'm using the Facepile plugin on a dark background, which is supposedly supported behavior, but when the viewer is not logged in to Facebook, the Facepile iframe just becomes a white rectangle. It would look fine on a white background, but looks horrible on a dark one. Everything looks fine if the user is logged in to Facebook. If the viewer has friends that have liked the site, they show up with the dark background showing up behind them. If the viewer has no friends that like the site, the

Auto-approve all comments in Comments Plugin

↘锁芯ラ 提交于 2020-01-11 05:04:55
问题 Is there a way to auto-approve and make all the Comments Plugin's comments public by default? Also I really need to know on what basis the comments are held for moderation. On some pages, they are public by default, on others they end up in moderation queue. ---------- Update 0 --------- I removed fb:admins , the moderation UI has disappeared, but the moderation is still in effect. I get the admin UI when I load the page logged in with the App admin creds, and the I can see the comments are

Can't get fb-login-button to show up

我怕爱的太早我们不能终老 提交于 2020-01-05 04:01:33
问题 I'm probably doing several things wrong as i am new to web programming but here is an attempt at some questions I have and then code below. Fyi I'm working completely local in dreamweaver and just hitting f11 or whatever to test in a browser. I don't have anything uploaded to a sever except the channel file so if this is the main issue let me know. For the channel file all I have is a completely empty file (not including html, body, etc.) just the below line. <script src="//connect.facebook

Valid user ID cannot be parsed as fbid in fb:admins

心已入冬 提交于 2020-01-05 03:07:50
问题 I want to specify moderators for page comments using FB comments plugin. According to spec I'd set my fbid to fb:admins meta property, however moderation link did not appear. When I look at my page via FB Debugger it shows an error: Object at URL 'https:XXX' of type 'website' is invalid because the given value '10152336557208977' for property 'fb:admins' could not be parsed as type 'fbid'. Note that 10152336557208977 is my fbid. When I set fb:app_id instead of fb:admins everything works fine.

Facebook URL Debug: Sorry, something went wrong. We're working on getting this fixed as soon as we can

守給你的承諾、 提交于 2020-01-03 10:05:13
问题 https://developers.facebook.com/tools/debug Does anyone know why "some" URLS get this error and others do not? Error: Sorry, something went wrong. We're working on getting this fixed as soon as we can. I apologize for the lack of detail on this. I can't post a link as of yet but hoping someone has experienced this issue and found a resolution. Paging through the FB help pages directed me to here as well and it seems difficult to find the right place to report the problem directly to FB. I'm