Main AdOptional

//----------------------------------------------------

Friday, July 1, 2016

Add Facebook like Button below your post and post title or your webpages.

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 1. Go to blogger dashboard > Template > Edit HTML

Screen Shots
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='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp; action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:20px;'/></p>
Screenshot

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...

-----------------------------------------------------------------------------

1 comment: