Pinterest is an online pin board for pictures, it’s a social network that deals with pictures and has risen to be among the most visited site daily.
It can be a very good source of traffic to your blog as pictures pinned to the pin board are seen by every pinner online and it also is great for seo .
I’m sure you must have noticed the pin it button above this post, yeah it’s a button from pinterest, it makes it very easy for your readers to share your pictures on pinterest ad there by pulling in a considerable amount of traffic.
TO ADD THIS GREAT
BUTTON TO YOUR BLOG FOLLOW THIS GUIDE
- Log in to your blogger account and click on template
- Click On “Edit Html”
- Click On Proceed
- Tick The Box Labelled “Expand Widget Template
- Press Ctrl + F and search for this code
<data:post.body/>For a vertical pin it button paste this code beneath the one above
a class='pin-it-button' count-layout='vertical' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url'>Pin It now!</a>
<a href='javascript:void(run_pinmarklet())' style='margin-left:-46px; width:43px; height:20px; display:inline-block;'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarklet() {
var e=document.createElement('script'); e.setAttribute('type','text/javascript');
e.setAttribute('charset','UTF-8');
e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r=' + Math.random()*99999999);
document.body.appendChild(e);
}
</script>For an Horizontal pin, use this code instead
<a class='pin-it-button' count-layout='horizontal' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url'>Pin It Now!</a>
<a href='javascript:void(run_pinmarklet())' style='margin-left:-93px; width:43px; height:20px; display:inline-block;'/>
<script src='http://assets.pinterest.com/js/pinit.js' type='text/javascript'/>
<script type='text/javascript'>
function run_pinmarklet() {
var e=document.createElement('script'); e.setAttribute('type','text/javascript');
e.setAttribute('charset','UTF-8');
e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r=' + Math.random()*99999999);
document.body.appendChild(e);
}
</script>Save Your template and view your blog for the change





















