I’d like to ask, if it’s possible to create somehow facebook like button for every product on eshop and connect it to facebook app (so it would be possible to see the graphs and liked pages).
I have this code:
<iframe src="http://www.facebook.com/widgets/like.php?href=www.someurl.com" scrolling="no" frameborder="0" style="border:none; width:311px; height:25px"></iframe>
It’s basic facebook like button, but it’s not connected to any app. So I can’t see quite nothing in my app on facebook.
Thanks for your time
Yes, add the
appIdparam. For example:Use the like button tool to create the iframe code:
https://developers.facebook.com/docs/reference/plugins/like/