Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

On a facebook page which I am an administrator for there are several posts. On my website these posts are also articles on a page. I want to make a like button for my website on each post in the blog, which is also a post on the facebook page. (The facebook posts were created by using the url link from my website).

The blog page on my website is one long page consisting of about 13 separate articles, one after another. However each article has its own page so I used the unique url for an article to create the like button in facebook. The code then was added to my main blog page that has ALL the posts/articles in it so the like button would appear underneath every post/article on my website.

When I click the like button, its updates my profile as activity saying I liked it. Also on anothers administrator timeline in facebook it came up as a latest activity But it never does in the facebook page itself. Furthermore on the website where i clicked like it says its liked but it never says its liked in facebook at all. And so the posts on facebook never add up the likes at all for the posts.

Please help :)

Heres the code im using:

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=457594590965728";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.