Web Tech Guide

www.blogsmonetize.com feed

How to Add Linkedin Share Button to Blogger Blog

 

Linkedin is a very nice place to share our articles since there is more than 90 million members and it is growing very fast. Adding a Linkedin share button will enable your visitors to share your content and help increasing the traffic.  Follow the following steps to add your Linkedin share button:

1. Login to your account --> Design --> Edit HTML
2. Click on "Download Full Template" to backup your template.
3. Check "Expand Widget Templates"
4. Search for
<data:post.body/>
5. And add the following code above that code
Vertical count style:
Linkedin Vertical style
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="top" expr:data-url='data:post.url'></script>
Horizontal count style:
Linkedin Horizontal style
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="right" expr:data-url='data:post.url'></script>
No count style:
No count style
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" expr:data-url='data:post.url'></script>
6. Save your template, and you are done.

© 5/09/2011 07:48:00 PM www.blogsmonetize.com
Loading related posts...

1 comments:

Kristen Stieffel said...

Thanks for this info. I put my LinkedIn button further down, so it's in line with the share buttons provided by Blogger. I put the script right after this:

Post a Comment