Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook: User Like/Become fan of page

In any facebook api (connect, graph, rest, etc) is there a way to prompt the user to become a fan of a page (now known as liking a page).

like image 782
Skawful Avatar asked Nov 15 '22 09:11

Skawful


1 Answers

<iframe frameborder="0" scrolling="no" allowtransparency="true" style="border: medium none; overflow: hidden; width: 150px; height: 20px;" src=" http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.yoursiteurlencodedhere.com&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=dark&amp;height=80"></iframe>

Take note of the: http%3A%2F%2Fwww.yoursiteurlencodedhere.com section.

like image 144
gunwin Avatar answered Dec 22 '22 21:12

gunwin