Reputation: 11
I want to embed a like
button either using image tag or fb social plugins to let it work same as like button does in my static fbml page. I read somewhere that it can be done with the help of iframe and javascript, can anybody tell me how to implement this on my landing page? I tried with fb:iframe tag also but it didn't work.
Upvotes: 1
Views: 6971
Reputation: 1460
I've created a blog post with code samples on how to add a like button to an FBML tab, hope this helps!
Upvotes: 1
Reputation: 2209
Configure the button (leave the url field blank if you want the button to use your current url)
http://developers.facebook.com/docs/reference/plugins/like
And then either use the iframe or xfbml generated code to insert in your html
I hope this is what you were looking for
Upvotes: 0