Questions tagged [facebook-widgets]

16 questions
20
votes
5 answers

Facebook Like Widget on Fan page, Comment area out of visible area

When using the like or send widget on a Fan Page (no mater if you use iframe tag or fbml for it) the overlay for commenting is positioned always to the right. see http://twitpic.com/4q7ggi for example. I cant find a way to get the widget to…
Rufinus
  • 29,200
  • 6
  • 68
  • 84
15
votes
9 answers

Facebook like box widget not recognizing data-width attribute?

I just noticed today that the data-width attribute for the Facebook Like Box widget does not appear to be working. It looks like it is reverting to the default width. An example of what I'm talking about can be seen on…
tlhInganHom
  • 151
  • 1
  • 1
  • 4
4
votes
2 answers

Callback function with new Facebook Share button

I'm trying to subscribe to the "edge.create" event in conjunction with new Facebook Share button without any luck. I'm using the standard event subscription: FB.Event.subscribe('edge.create', function(response) { console.log(response); …
2
votes
1 answer

Dynamically setting the href of a Facebook widget

I have a little web app that uses the Facebook like widget. This page also uses querrystrings to load content dynamically. I need the href assigned to the Facebook widget to be determined dynamically based on the querrystring. Here is an example…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
1
vote
0 answers

I have to refresh page for FB messenger widget to show on web page

I have been trying to add FB Messaging Widget to my site. All works fine on MS Edge but I have to hard (CTRL + F5) refresh the page when viewing the page on Chrome and my Android Phone. If I leave the page and come back to it again I have to once…
1
vote
1 answer

Widget for getting facebook group's timeline / posts

I want to integrate facebook Widget for getting facebook group's timeline / posts. I have searched & got this https://developers.facebook.com/docs/plugins/page-plugin but this gives user's & page's timeline. I wanted Group's timeline. I didn't found…
SarangK
  • 559
  • 9
  • 24
1
vote
0 answers

Widget to post on facebook and twitter - dropbox kind of widget

I was looking at Facebook's social plugins and cant figure out how to do something like what dropbox has done. If you go to dropbox referral page, they have a textbox with some predefined text - the user can add or edit the content and then share on…
Gublooo
  • 2,550
  • 8
  • 54
  • 91
1
vote
1 answer

Is there a widget for "friends using this app"

Let's say a user is visiting my app website for the first time, so I don't know his/her Facebook uid, yet. Does Facebook provide a widget similar to Like widget that lists Facebook friends of that user using my app (just like it shows his/her…
ahmet alp balkan
  • 42,679
  • 38
  • 138
  • 214
0
votes
1 answer

facebook like widget not accepting my facebook url

trying to get the facebook like box (the plugin on the facebook developers page) on my website, so i can put the wall posts on the website, but when i enter the facebook url, all i get is Could not retrieve id for the specified page. Please verify…
0
votes
1 answer

Like button counter is not changing

I have had users click the like button on my website but the counter remains at one. I am using html5 version I have also tried the iframe version with same results My site is dvmark.com
0
votes
1 answer

Like, comment, share missing in Like-Box Widget?

It's awful that this thing is called "Like"-Box and there is no way to like, comment or share on an actual wallpost shown in the activity feed! Is there a way to customize the Like-Box core so that these three little items are shown? Would be great!
0
votes
1 answer

Facebook Live Stream Box HTTPS

I have page with HTTPS and I need to use Live Stream Box on it . I used iFrame (code below) . But when user loges in it the popup goes to after login http://www.facebook.com/popup_closer.php which users http so has permission issue as I use https in…
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
0
votes
1 answer

http://www.connect.facebook.com/widgets/fan.php repeating last "liker" twice?

I am using the likebox. I am getting some strange results. On Google chrome: Says 7 likes, Shows 6 people, 7th person is the last "liker" repeated another time. On Internet Explorer Says 6 likes, shows 4 people. On Firefox Says 6 likes, shows 4…
Hailwood
  • 89,623
  • 107
  • 270
  • 423
0
votes
1 answer

Clicking "share" button on facebook page widget throws error on iOS 9

I'm including the official Facebook Page Plugin (not my own app) on my website. The plugin shows as a widget with a "share" button at the top. On Chrome, Firefox, iOS 8.4 Safari, clicking that goes to a share page. But on iOS 9.2 Safari (on an…
Don Rhummy
  • 24,730
  • 42
  • 175
  • 330
0
votes
1 answer

How I can detect facebook comments widget submit?

I won't detect submit button event in facebook comment widget. https://developers.facebook.com/docs/plugins/comments I have code:
1
2