facebook-social-plugins

Can't find my app on facebook insights?

混江龙づ霸主 提交于 2019-12-22 18:09:38
问题 I'm running a site using social plugins, so I created a facebook app then I want to use facebook insight to connect my website and app (ps. I also add app_id or meta in header) but I can't find the app I create in the connect list does anyone has a clue what's going on?? 回答1: It appears to be a Facebook caching issue - the UI is simply not refreshing and providing the new app options. However you can still submit the request with the required app id manually. I used firebug to inject my new

Facebook custom message sharing

雨燕双飞 提交于 2019-12-22 10:54:55
问题 I need to add a custom message when I hit on facebook share button on my website. By default the text says ("Say something about this..."). I would like to change this message to a custom message when when I hit the facebook share button. Is there a way I can do this with the sharer.php ? Like a parameter &t=customText ? 回答1: Right now, Facebook is not supporting the Sharer Functionality. Something that you can do: The title [title] that the Sharer is going to use is the actual of the url

How to execute script after a user clicks Like on a Facebook Like button?

社会主义新天地 提交于 2019-12-22 08:19:42
问题 I am trying to use a Facebook Like button via an iFrame, like so: <iframe id="test" src="http://www.facebook.com/plugins/like.php? href=http://yoururl.com/& layout=button_count& show_faces=false& width=50& action=like& colorscheme=light& height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px;" allowTransparency="true"> After a user clicks "Like" for the first time, I want to execute some Javascript in my DOM content. How would I go about doing

Facebook apprequests not working

拥有回忆 提交于 2019-12-21 05:49:17
问题 I have following code in html file: <html> <head> <title>My Great Website</title> </head> <body> <div id="fb-root"></div> <script src="http://connect.facebook.net/en_US/all.js"> </script> <script> FB.init({ appId:'156154681125939', cookie:true, status:true, xfbml:true }); FB.ui({ method: 'apprequests', message: 'Here is a new Requests dialog...'}); </script> </body> </html> I am using this code to send apprequests for my app (reference: http://developers.facebook.com/blog/post/464/) Problem:

comments plugin moderation tool not working

Deadly 提交于 2019-12-20 10:08:33
问题 I'm trying to set up the Facebook comments social plugin. The plugin will be set up so that each product page on our site will have a comments plugin with a unique URL. I want to be able to moderate all the comments together, which should be able to be done with the comments moderator tool on Facebook. I can put the social plugin on the page with it linked to the respective app ID, but I don't see any comments appear on the moderation tool at: https://developers.facebook.com/tools/comments

Is it possible to set a fluid width for Facebook's social plugins?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-18 09:57:08
问题 I'm developing a site around the "responsive design" concept, but the facebook social plugins are static width and "break" the layout when it's re-sized. Using media queries, I've set the plugins to hide on low-res browsers (mobile, etc...). However, on desktop browsers, when the browser window is re-sized smaller, but not so small to hide the plugins, they break out of the layout. Any way to set a fluid width for the Facebook social plugins? 回答1: The correct working answer is a combination

can we post on multiple user's Facebook wall at same time

帅比萌擦擦* 提交于 2019-12-13 03:33:17
问题 Hi im developing an android app using facebook sdk in this app i want to post some message on multiple facebook friends wall at same time i mean user just select his facebook friends and enter message that he want to post and hit send button .is it possible to do? 回答1: It is indeed possible. In order to do that though you'll have to ask the user to grant your app the "publish_stream" permission. Once you have that you can post on his behalf. To actually make the posts use the request method

Facebook Social Plugin Comments not shown when directly linked to?

冷暖自知 提交于 2019-12-13 01:06:05
问题 I just set up Facebook social plugin comments on my site, but I'm having a little trouble with them. When I get a notification saying that someone commented on something I commented on, if I click on that link I see no comments, but if I reload the page without the ?fb_comment_id=... then I can see the comments. For instance: http://www.5crideshare.jessepollak.me/rides/17?fb_comment_id=fbc_10150513336718064_21937866_10150513339773064&ref=notif&notif_t=open_graph_comment#f82002554 shows no

Edit comment box script to be dynamic

冷暖自知 提交于 2019-12-12 19:17:59
问题 in order to edit the script of facebook plugin comment box to be dynamic and displays comments related to each post separately, I've added these 2 lines of code into the script : var related = document.getElementById('fb-related'); related.setAttribute("data-href", "articles.aspx?art_id=<%# Request.QueryString["art_id"] %>"); ... (the rest of code) </script> and this is the div where the comment box appear <div id="fb-related" class="fb-comments" data-numposts="5" data-colorscheme="light"><

remove facebook likebox scroll bar

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-12 18:29:57
问题 I want to remove the facebook likebox scroll bar and am having issues as it seems they load the styles for the likebox as investigation indicates styles loaded after page loads. I have identified 'pluginLikeboxStream' as the class that i want to overwrite or add 'overflow: hidden' too too but don't know how to add to or overwrite the default style from facebook. I've tried local css file, and jquery without success. Any ideas (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0];