Facebook Like Button with show_faces=1 only showing up to three avatars - widget

I'm not sure how to debug this. I paste the code from Facebook as it is given to me including the option to show faces of those that like the page.
I've clicked 'Like' using multiple Facebook accounts (more than three) but I only see three faces, never any more than three.
I searched stackoverflow and the facebook support threads and haven't found much mentioning this.
Could this be a URL scoping issue? The URL for the Like Button is for page other than the one it is on.
If someone could simply recommend how to begin debugging this, I would be very grateful.
I have tried both the iframe embed and the fbml version with the same end result.
http://extremelypublic.com/of/privacy#exposure

I've had this happen when there aren't very many Likes (less than 300-500)?

Related

Share post on facebook, strange error

I need to implement a facebook share button on a website I am currently developing. The theory is simple and works with a simple link, e.g. https://www.facebook.com/share.php?u=https%3A%2F%2Freddit.com%2Fr%2Fall%2F. This works for me for random pages and my home page.
However, this does not work for all pages of that web site except the home page (/).
Example:
Page http://www.youmatch.global/approach/
Share link https://www.facebook.com/share.php?u=http%3A%2F%2Fwww.youmatch.global%2Fapproach%2F
The sharing dialog states "Object not found". I am already trying for two days but I have no clue what might be the problem.
Any ideas?
You may take look at this page to see what's wrong in your sharer : https://developers.facebook.com/tools/debug/sharing/

facebook comments box plugin does not have view xx comments in website posts

I'm a beginner in facebook.
I try to add the facebook comments box to each of my blog post, i limit it to show 2 comments from the plugins, from the facebook comments box plugin site, they set the url to example.com and it show a whole different UI from what i got.
More importantly, there is no view XX comments after 2nd comment, even i added 20 comments to it.
May i know how can i solve it? is it some setting that i need to set in my facebook app or use the graph api, i know that i can get the json from the facebook graph site as mentioned in the facebook blog developers.facebook.com/blog/post/490/
if i need to solve using json way, how do i append the remaining comments inside the website where it is using iframe.
i wish to have a easier solution like just changing setting inside my facebook app, rather than code an "View xx comments" button to do ajax call and append the result to the dom myself.

How to open an iframe from clicking an image

I'm wondering if anyone can help me. I'm hoping I can open an iFrame in the centre of my webpage from clicking a picture. So in effect the iframe would be hidden until the picture is clicked. I have a very small and simple upload form on another page that I would like to appear when the user needs to upload and click the picture. I've had a good look round on this site and google in general but not found what I'm looking for, or the basics weren't included because it's common knowledge for most people here. Would there also be a way of closing this when it's finished uploading too? The form currently diverts to the homepage when finished so It would be handy to have a close option as in the end (post successful upload) the iframe contents will be the same as the page it's displayed on.
The best/easiest I have come across has been on w3schools but I have read using html for iFrames is not widely accepted or it isn't the best option cross-browser.
I have been viewing and trying different code but without even the basic knowledge I can't get my head around it.
If anyone is able to help, please assume I'm 5 years old. I'm not daft but in terms of code I'm literally just starting.
Thanks in advance
You would need to add a javascript onclick function to your img tag which would open a new window upon a click. You would pass the window.open function the name of the html file you want to display. Something like this:
<img src="image.jpg" onclick="window.open('welcome.html')">

Facebook share button only works the first time

I am working on this website: http://www.annashome.com/site/index.php
I have a very strange problem. On each product's page I have a Facebook share button which works fine when using (or opening) it the first time but if you then go at another product's page and try to use it (share or just open) it brakes the URL (doesn't show title,description,image,etc.). I need it to show the title,image and desciption at all times.
If I clear cookies and try the button it works once again but not the second time on another product...
I have set all the attributes such as og:title, og:description, og:image and have checked the DOCTYPE but I still cannot figure out why it shows the correct info when using it for the first product but not the others.
I use addthis.com and have chedk it also. It's really bugging me.
I would really appreciate if you'd have some tips for me !
Thank you !
Actually, the facebook share button works as it should - without any problems. You probably have an url rewrite problem or only a basic setting in the admin menu needs to be changed. Every product you have can be accessed from two different addresses. For example:
http://www.annashome.com/site/index.php/furniture?page=shop.product_details&product_id=16076&flypage=vmj_genx.tpl&pop=0
In this case, if you share it, the link will be broken.
http://www.annashome.com/site/furniture?page=shop.product_details&product_id=16076&flypage=vmj_genx.tpl&pop=0
In this case, it will work.
You can also see, that the share counter doesn't have the same number.
Your site adds this to your address on every product: "index.php/". If you remove it, everything will work as it should.
Hope this helps.

How do you add FBConnectButton?

I see several websites such as macrumors.com using a Facebook button that is dark blue with their facebook logo and the word share on it... looking at code it says its called FBConnectButton, but a google search for it turns up nothing useful, nor is it obvious on the Facebook website.
This post refers to it as well, but not where the code originated from:
How to modify the facebook share button?
That's the old fb:share-button, you should probably be using fb:like these days, as fb:share-button has been phased out.