This Facebook like button will allow visitor to like your post and share it to with their friends. In this post We will see that how easily we can add a Facebook like button in our post without any lengthy coding. You just follow these steps....
Adding a Facebook like button below the post or below post title..
step 2. Click any where inside the code area and search using CTRL+F
for this peace of code
Selectable text below
<data:post.body>
End of code
Note :-You might find it more than 2 times, stop to the second one(or third one in case it won't show up after applying the code from step 3).
step 3. If you want to see your button just above the post and below the post title then paste below code above this code(<data:post.body>). and if you want to see it on bottom of the post then paste following code below the code(<data:post.body>).
<p><iframe allowTransparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=button_count&show_faces=false&width=100& action=like&font=arial&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:20px;'/></p>
Step 4. save your templet and you are done with this simple implementation of the facebook like button on your blogger blog.
Note :- read more on this link Software and technology...
-----------------------------------------------------------------------------