dedicated to implementation of Facebook social plugins like fb:like in both XFBML and iframe.

learn more… | top users | synonyms

1
vote
1answer
229 views

Facebook Like on HTTPS

I did full blown research and I cannot find a way to solve my issue. I lost a lot of likes when I switched my website from http to https, because apparently facebook thinks its a different URL, but ...
-2
votes
0answers
11 views

Sharing Plugin for Youtube video [closed]

I basically have a youtube video embedded in my html. At the end of which I need to allow user to share this video on social networks. Does any one know any good lightweight Jquery Plugin solution ...
-1
votes
0answers
8 views

Why my fb social plugin shows only friends of mine? [closed]

i know that is a question of privacy of facebook's terms. but my questio is, why MY social plugin shows only friends and some others shows all users? Here is an example, on the bottom of the page, ...
0
votes
2answers
663 views

Facebook Like Box plug-in not working on web page test

I have just copied & pasted code from https://developers.facebook.com/docs/reference/plugins/like-box/ Here's a test page: http://net-gal.com/fbTest.html I have viewed the page in Mac/Firefox ...
1
vote
2answers
694 views

How to capture facebook “unlike” event?

FB.Event.subscribe('edge.create', function(response) { alert ('liked!') } ); How do I check the reverse action?
-1
votes
0answers
8 views

Comments were lost from my homepage [closed]

There was many comments on my blog: http://www.markkupykalainen.com/index.php/ihminen/64-4colors-2 for example from Susanna Selin-Taha and Jarno Suomela. Now those has lost. Susanna's comments can be ...
0
votes
4answers
4k views

How to Style Facebook Activity Feed

How do you implement custom css on a Facebook activity feed plugin? This related post does not fully answer the question. Is this the right way? Where does the <fb:tag ...
0
votes
1answer
164 views

Changing Name on API Keys

Over a year ago, I created API keys to use the Facebook Like and Share buttons for our website. Since that time, our corporate name changed. The problem is that our old name shows up when people use ...
0
votes
0answers
37 views

Implement old videojs plugin [social sharing on video ending]

I've found a videojs plugin that does exactly what I need. Adding social sharing buttons on the end of the video. https://github.com/jDavidnet/video-js-plugins Only trouble is.. it's old and the ...
1
vote
1answer
323 views

Load facebook social plugin in side chrome extension(“manifest_version”: 2)

Previously I have loaded facebook comment plugin in side my chrmoe extension with manifest version 01. Now I updated version to manifest version 02 and then I have to do couple of changers in my ...
0
votes
0answers
22 views

How would I know if a facebook user is followable so I can put follow-box for my app?

I have a one-page app with users and some of them reference their facebooks and some of facebooks are followable and some not. So how would I know (either during validation on user save or before ...
1
vote
2answers
450 views

Facebook like box not showing

I have included a Facebook Like box on a website i am creating and it only shows up when they are logged into facebook. When they have looged out the like box disappears not allowing anyone new to the ...
0
votes
1answer
116 views

Remove a page form recommendation box

I have recommendation box on my site. There was one popular page, that doesn't exist any more. But it still appears in recommendation box. How can I remove this page from plugin?
0
votes
1answer
69 views

How do I set up Facebook comments on my website?

I have tried for a month to set up Facebook comments on my site. I want the comment box on my post pages. Also, I want the social buttons which seem to be there sometimes. What file do I place the ...
1
vote
0answers
26 views

Facebook social plugin on android

I would like to integrate Facebook's comment social plugin ( https://developers.facebook.com/docs/reference/plugins/comments/ to comment on url) into my android application. I tried to use webview ...
1
vote
2answers
7k views

FB Login button not calling onlogin function

I have my fb login button created as so <fb:login-button perms="email" size="small" onlogin="check_login_session()">Sign Up Using Facebook</fb:login-button> I have also defined the ...
1
vote
1answer
141 views

How to add facebook share button on my website?

I want to add facebook share button on my website, that should just post my website's content on the wall. who want to share it. I have researched a lot but did not get anything. Pleas help me in ...
2
votes
0answers
60 views

Is there a way to force Webview to login to Facebook using the native iOS 6 Facebook Credentials

I have a question regarding the facebook Comments using social Plugin on iOS6. I use social Framework to login into my app using facebook credentials set in the phone settings. Facebook loads the ...
0
votes
1answer
33 views

Post to Facebook and twitter when one button?

can someone please help me out, how would I connect facebook and twitter up to the same button? So for example someone has written a status update, and with a one button press it sends it both to ...
17
votes
4answers
7k views

How to make Facebook comments widget a fluid width?

Is it possible to make Facebook's comments widget a fluid width? Their documentation shows a width field for the fb:comments xfbml or iframe which is specified as: width - the width of the plugin ...
1
vote
2answers
3k views

Facebook FB.Event.subscribe “bug” with the edge.create callback

Im fancing a really weird problem with the edge.create callback. What im doing is to execute an ajax call to the server each time an edge.create or edge.remove event occurs (the firs is to like and ...
1
vote
0answers
18 views

Like button does not show on https pages

Today our facebook like button was not showing at all after some reasearch I figured out I had to add the http: to it. It is now working for all http page but not any https page. Please help.
0
votes
0answers
33 views

Facebook Comment Box using Social/Account Framework iOS6 without using Facebook SDK

I am using Social and Account Framework to login into my application. I want to show Facebook Comment box on one of my screen. The code I use for that is as following -(void)loadCommentWebView { ...
0
votes
1answer
22 views

Fetch Facebook public page content in rails application

I need to fetch content(posts) of a facebook public page in my rails application. And we dont provide FB login functionality. How this can be achieved from server side, any approach for implementing ...
-3
votes
0answers
27 views

Unable to add a link to my Facebook page for my business - asked to contact my business rep [closed]

I am trying to add a link on my website to my Facebook business page. However, Facebook reports that I need to contact my business representative. I do not have one as far as I know, but would like to ...
1
vote
1answer
451 views

Breaking Change about absolute URL in Social Plugin

I got this alert from facebook: ... is currently using the following deprecated features: Social Plugins (Like Button, Like Box) without absolute URL's in their href parameter. The fb like and fb ...
0
votes
0answers
19 views

How do I get social buttons working on images only?

I recently got tasked with creating a small social page with 100 images loaded into it. This page needed to be really social media friendly allowing individual images to be shared with facebook like ...
1
vote
1answer
45 views

Readding a link to a Page Logo using CSS

I've installed the Social Fixer plug-in to tinker with the CSS of Facebook. I've been doing a decent job and playing with the overall look of it except for one little detail that's been bothering me ...
1
vote
0answers
50 views

CSS and Jquery: Avoid breaking top z-index when using social network buttons

So, I have several popups on my website. When the user click on some of them or opens a new one, of course this should come on the top. I am using the TopZIndex jquery plugin to calculate the highest ...
0
votes
0answers
37 views

Inserting Facebook Like Box

I am using a website editor and would like to insert a Facebook Like Box. I have generated the code, but when I put the code into the html editor and hit update, the code disappears and the like box ...
0
votes
0answers
68 views

How to create a “Send to Mobile” button on web?

I can see that Wooga and other developers started to include a button like this in their Facebook games, but can't find any references in the documentation. There is an example of the button here: ...
0
votes
2answers
340 views

Using Facebook Comments Social Plugin — many Facebook users comments aren't Public

I'd like to be able to use site comment features on sites that use the Facebook Comments Social Plugin. When I'm logged in to Facebook, I see my profile picture next to the comment box and I can see ...
1
vote
2answers
632 views

FB Login button in HTML 5 with JS redirect

In the older version of the FB Login button, this worked well for me <fb:login-button scope='email,publish_stream'>Login</fb:login-button> <div id='fb-root'></div> ...
1
vote
3answers
4k views

Facebook comments plugin: sorting comments by default

By default the comments are shown by "social ranking". Is it possible to set the default value to "reverse chronological"? The official docs for social plugins does not mention this option...
0
votes
0answers
65 views

Facebook Like Box shifting to the right in Chrome. IE (non-compatible mode)

I have five websites which contain the Facebook Like Box plugin. These have functioned perfectly for more than six months, until today. Now, suddenly, all five sites are displaying the Like Box ...
0
votes
0answers
6 views

Send button how to only share with family, friend etc

When I put a like button on my website visitors will share it with all their friend. What if they only want to share it with te people they have in there group 'family'? I thought the Send button was ...
0
votes
1answer
10 views

Is the Facebook share custom description trackable?

Is it possible to get the description that visitor used to share a page on Facebook after clicking the page's share button?
2
votes
0answers
81 views

Facebook login button broke?

I have a couple of facebook buttons and they appear as plain text. I have no clue why. It happened all of a sudden, I didn't change the code. All browsers show it as plain text. My code is: <div ...
0
votes
1answer
56 views

Links are loading without thumbnail images in Facebook and links are unreachable in Website

Some of our links from website Pixorange.com is loading without thumbnail images, while we try to share it in FB wall. Also, the FB official plugin in our websites shows that some of our URL is ...
3
votes
1answer
759 views

Provided og:image is not big enough

Since some days I'm experiencing this problem. Here is my debug The image provided is bigger than 200x200 px, it has unique link and there is any redirection on that page. Linter response is 200. ...
3
votes
1answer
293 views

facebook like button comment box won't close on submit, and doesn't post anything

Trying to integrate a facebook social like button plugin with the comment box. The like/unlike function works fine, and it reflects properly in my activity log on Facebook. However, once I type in a ...
0
votes
0answers
12 views

Location of Like/Send button is not where I put the code

I have generated the code for a Like and Send button to go on my website. I have placed the javascript code just under the body tag and I have placed the button code where I would like it to appear ...
0
votes
0answers
14 views

Create app button missing

I created a facebook page and registered as a developer, it now says in order to start I must click on the create an app button, there is no such button. I am thinking that it is because I have not ...
0
votes
0answers
15 views

Retrieving Facepile Info

On the landing page of my site, which uses Facebook Login, I'd like to display the page slightly differently depending on the number of friends that have already connected. The information exists ...
0
votes
0answers
70 views

Social plugins-activity feed

I am trying to add the Facebook activity feed to my website, I used the code generator (https://developers.facebook.com/docs/reference/plugins/activity/) for the social plugin. but it will not ...
0
votes
0answers
67 views

Facebook comments (social plugin) hides some comments

I put facebook comments on my website. Integration is a little bit more complex than just adding <div class="fb-comments" data-href="http://example.org/some-blog-post/" data-num-posts="10" ...
0
votes
1answer
67 views

Using facebook insights for facebook application and like-box code

I have a single-page website with a like-box on it. The like-box is set up for facebook page (to which I have admin rights) and is working correctly. However the insights are not being logged in the ...
0
votes
1answer
41 views

web plugin like box browser issues

On my website, I am able to see the plugin in Chrome while others cannot. No one is able to see the plugin in IE. I tried using the iframe code and now I am using the HTML5 code. Any ideas? ...
0
votes
1answer
62 views

Facbook badge Image not showing up in Internet Explorer

That's kind height of IE bugs, I am adding Facebook Like Badge to my website, it works perfectly on all other browsers. But in Internet Explorer, it simply does't show's the image. Here is the URL ...
0
votes
0answers
25 views

Social media plugins not working in jqModal overlay

I have implemented the following social media plugins to my website: facebook, twitter, linkedin and pinterest. These work fine, however I have implemented an overlay using jqModal where I want to ...

1 2 3 4 5 11