Pages

Saturday 23 March 2013

HOW TO ADD FACEBOOK LIKE BUTTON TO BLOGGER OR WEBSITE

Code for the facebook like button

<iframe src="https://www.facebook.com/plugins/like.php?href=http://www.facebook.com/pages/How-to-make-money/516705741720322?ref=hl"
        scrolling="no" frameborder="0"
  style="border:none; width:450px; height:80px"></iframe>

Now you have to change the red color text to your page url

FOR BLOGGER :


1. Log into your blogger account.
2. go to layout section.
3. choose add widget. in the options choose html/javascript.
4. Paste the above code into that content option in that waidget.
5. Now save it and then place it wherever you want.
6. Your fb like button is ready to be used.


FOR WEBSITE :


Open the page in edit mode and place the above code anywhere between <body> and </body>.
save that page and your facebook like button is ready.

1 comment: