Tuesday, May 26, 2015

How to Add LinkedIn Share Button For Blogger

LinkedIn share button for blogger will help to increase your reach on LinkedIn. Your readers can share your posts to LinkedIn news feed wit... thumbnail 1 summary
LinkedIn share button for blogger will help to increase your reach on LinkedIn. Your readers can share your posts to LinkedIn news feed with the help of this button. If you need LinkedIn share button on your blog than do not think about how to do this just add given code on your blog and you can add LinkedIn button on your blog easily.


Add LinkedIn Share Button For Blogger

Please follow below steps to Add LinkedIn Share Button For Blogger:

Step 1

Log in into Blogger Dashboard.

Step 2

Go to Template and click on Edit HTML button as shown in below picture.


Step 3

Find Below code with the help of CTRL + F:

<data:post.body/>

Step 4

Copy and paste below code above or before it:


Button Code For Vertical Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url' data-counter='top'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Button Code For Horizontal Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url' data-counter='right'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger
tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Button Code For No Count

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script type='IN/Share' expr:data-url='data:post.url'></script>
<script src='//platform.linkedin.com/in.js' type='text/javascript'>
 lang: en_US
</script>

<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger tricks"><img src="http://img1.blogblog.com/img/blank.gif" alt="blogger tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a></b:if>

Step 5

Click on Save Template Button.

No comments

Post a Comment