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 want to add a like/recommend button to a facebook tab.An example of facebook tab is this.

The problem with using facebook like/recommend is that if we have done fan gating and the user has to like the page before he/she can view the content of the tab, then the like/recommend will always be greyed out, since the page has been liked.

So in particular I want the user to like a section of the page not the complete page.

I have gone through the net and found out some hacks for it like this and this. I don't want to use fb:comments or fb:share as they have been deprecated. Is there any other way around.

share|improve this question
Your question is unclear. What do you want to achieve? Why would you want the user to like a section of the page, as opposed to the entire page? What about using the Comments Plugin: developers.facebook.com/docs/reference/plugins/comments – Niraj Shah Jun 1 '12 at 8:56

1 Answer

Place this code inside your page: You need to specify data-href to your particular link. Leaving it empty gets facebook to like the current page.

<div class="fb-like" data-href="http://www.google.com" data-send="true" data-width="450" data-show-faces="true"></div>
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.