I am Using the facebook social plugins of likebox get it from here.
Here how can i check if the facebook user is liked or not. I using iframe of facebook from social plugin. I tried to search in google Facebook Check whether user has liked the page or not
I also checked the javascript sdk for facebook Facebook how to check if user has liked page and show content?
How can i do this for social plugins is any other way to check if the user has liked or not. How can i do this any suggestion would be great.
<iframe src="//www.facebook.com/plugins/likebox.php?href=http://facebook.com/cocacola&width=292&height=290&show_faces=true&colorscheme=light&stream=false&show_border=true&header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:290px;" allowTransparency="true"></iframe>
Here is the http://jsfiddle.net/Yanep/2/ that i tried
Thanks in Advance. I struggle for a day to find out the solution.