Facebook app like, not URL like
I am trying to set up a like button for my app. I have written this code:
<fb:like href="http://ilovecapitals.com" send="false" layo开发者_如何学编程ut="standard" width="500" show_faces="false" font="arial"></fb:like>
But it seems Facebook doesn't link the likes from here to the likes of the app. How do I add a like button on my page that actually 'likes' my app, not the URL itself?
Thank you!
P.S.: That URL is a Facebook application.
When you say "Like" a Facebook application then it's one of the two options:
- The application profile page (for example the FarmVile Page)
should be something like:
http://www.facebook.com/FarmVille (if you have enough fans) Or
http://www.facebook.com/apps/application.php?id=APP_ID - Or the application Canvas Page (for example FarmVile Game)
should be:
http://apps.facebook.com/canvas_name/
精彩评论