Google has released an alternative to the Facebook and Twitter Sharing buttons named +1.If you like something that you find on the web, you can hit the +1 button, and your +1's will help friends, contacts, and others on the web find the best stuff when they search. This tutorial will guide you on adding the same to your Blogger Blog.
Add Google +1 Button in Website and Blog
1. Go to Blogger Dashboard > Design > Edit HTML and click on the button which says “Expand widget Templates”. Look for </head> and immediately above that paste.
2. Now look for <data:post.body/> and immediately below that paste.(or Put this tag where you want the button appear +1)
3.Save the template, and you should see the +1 buttons on your blogger blog.
Loved the tutorial? then +1 it:
Add Google +1 Button in Website and Blog
1. Go to Blogger Dashboard > Design > Edit HTML and click on the button which says “Expand widget Templates”. Look for </head> and immediately above that paste.
<script type="text/javascript" src="http://apis.google.com/js/plusone.js">
{lang: 'en-US'}
</script>
2. Now look for <data:post.body/> and immediately below that paste.(or Put this tag where you want the button appear +1)
<div>
<g:plusone size="standard" expr:href="data:post.url"/>
</div>
<g:plusone size="standard" expr:href="data:post.url"/>
</div>
3.Save the template, and you should see the +1 buttons on your blogger blog.
Không có nhận xét nào:
Đăng nhận xét
Cám ơn bạn !
Hãy để lại lời bình nếu bạn thấy thú vị.