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.

I am using a jquery feed scroll similar to Foursquare's home page.

The script works perfectly until I added facebook like buttons.

Within each feed, I have a Facebook like button. Each time a new feed is scrolled, the page reloads itself. Is there away to make the page stop loading itself with the facebook like button in the feed?

share|improve this question
is't facebook like button is page like button.. how can you put multiple like buttons on the same page? – Shiv Deepak Oct 21 '10 at 18:37
@Idlecool, it is used in the case an article is extremely popular – Harmen Oct 21 '10 at 18:39
@Harmen: but can we have multiple like buttons on single page?? – Shiv Deepak Oct 21 '10 at 18:42
@Idlecool, yes, because it's possible to set the URL to like: developers.facebook.com/docs/reference/plugins/like – Harmen Oct 21 '10 at 18:43
you can have multiple facebook like buttons on a single page, with different 'urls to like' for each like buttons. – mike Oct 21 '10 at 19:01

1 Answer

Yeah! Mike you can have multiple like buttons on same page. Just set URL field of each button to URL of pages you wanted to like one by one. That's it!

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.