How to make a Like plugin for applicaiton
How can I make a like plugin for a particular application image? There is an application and in that application there are a lot of images. Now I want to make a Like plugin for that image?
For example see this...
http://www.facebook.com/plugins/like.php?app_id=252721458092173&href=http%3A%2F%2Fopenapps.zapak.com%2Fpep开发者_Python百科siphotocontest%2Fpepsi.php%3Flikedid%3D100000548118486_Independence-2.jpg&send=false&layout=standard&width=80&show_faces=true&action=like&colorscheme=light&font&height=80
I want to make a Like plugin like the above for my image in the application. Here is the link which I want to convert into a Like plugin..
apps. facebook. com /ntwovcontest / contests /7 / images / 3866
http://contest.n2v.com/contests/7/images/3866
App id = 137809049643292
You should create Open Graph Protocol tags for each image (which requires you to create a unique URL for each image), and then link each like button the related OG endpoint.
The docs at https://developers.facebook.com/docs/reference/plugins/like/ should get you started.
精彩评论