Hello! You are here because you searched for ‘How to add 'Facebook like
and send box' for blogger.’ Facebook has come up with a new set of social plugins which enable you to
provide engaging social experiences to your users with just a line of
HTML. The Facebook Like Button is One of them. Facebook like button will
allow your readers to quickly share your posts with their Facebook Friends. You
can also get to know how many people liked your Blog Post .This process
includes adding a small code to your blogger template. So, before going any
further please backup your template.
Now Login to your Blogger Account and go to Design > Edit
HTML and click on the check box which says “Expand Widget Templates”.
Your template should have the specification for the fb tag
that you have used. The following namespace declaration will take care of that.
To declare the namespace, find “<html” and change it to <html
xmlns:fb="https://www.facebook.com/2008/fbml". This is necessary
for all FBML widgets using the fb tag. So if you have
already added the namespace while adding some other FB plugin, then you can
skip this.
Search for “<data:post.body/>”. You may find this by pressing
“Ctrl+F” buttons and type it in the search box.
Now copy the code and place it just before <data:post.body/>
Now save your template and you will find these buttons in every post of your blog.
Print Page