How To Add New Official Google +1 Button to Blogger
1.Login to your blogger dashboard--> Desing- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this </Head> tag
4.Copy below code and paste it just before the </Head> tag
1.Login to your blogger dashboard--> Desing- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this </Head> tag
4.Copy below code and paste it just before the </Head> tag
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
6.Copy below code and paste it just before the <div class="post-header-line-1"> tag
<b:if cond='data:blog.pageType == "item"'><div class='post-share-buttons' style='float:right;margin-right:10px;'><g:plusone size="small"></g:plusone></div></b:if>
0 comments:
Post a Comment