How To Add Official Linkedin Share Button to Blogger
1.Log in to your Dashboard--> Design- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this <div class='post-header-line-1'/> tag
4.Copy below code and paste it just before the <div class='post-header-line-1'/> tag
Button 1
Button 2
Button 3
5.Now Save Your Template and you are done..
1.Log in to your Dashboard--> Design- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this <div class='post-header-line-1'/> tag
4.Copy below code and paste it just before the <div class='post-header-line-1'/> tag
Button 1
<b:if cond='data:blog.pageType == "item"'> <div style='float:right;margin-left:10px;'> <script src='http://platform.linkedin.com/in.js' type='text/javascript'/><script data-counter='top' expr:data-url='data:post.url' type='in/share'/> </div> </b:if>
Button 2
<b:if cond='data:blog.pageType == "item"'> <div style='float:right;margin-left:10px;'> <script src='http://platform.linkedin.com/in.js' type='text/javascript'/><script data-counter='right' expr:data-url='data:post.url' type='in/share'/> </div> </b:if>
Button 3
<b:if cond='data:blog.pageType == "item"'> <div style='float:right;margin-left:10px;'> <script src='http://platform.linkedin.com/in.js' type='text/javascript'/><script expr:data-url='data:post.url' type='in/share'/> </div> </b:if>
5.Now Save Your Template and you are done..
No comments:
Post a Comment