Share on Linkedin Button Code for Blogger and WordPress Blogs


Linkedin has recently launched Share on Linkedin button for its publishers, bloggers, and businesses so that users can easily include a button on their site and enable their readers and visitors share the content of that website easily on Linkedin. As we all know that linkedin is a business-oriented Social networking site that is mainly used for business oriented networking.
On the Publishers page of linkedin you might easily find the code of Share on Linkedin button with counter by choosing the matching button for your website. But the code in this page is not so much compatible and reliable for blogs as it doesnt work properly on blogs with many buttons on one page like placing the button below each blog post title.

So we have brought you the code for Blogger and WordPress Blogs to easily embed the Share on Linkedin button on your blog which works perfectly.
Altogether there are 3 types of buttons available for publishers – vertical count, horizontal count and No count. So get the Share on Linkedin button code for your blog according to your blogging platform and matching style from below.

For WordPress

1. Vertical Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-counter=’top’ data-url=’<?php the_permalink() ?>’ type=’in/share’/>
[/php]

2. Horizontal Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-counter=’right’ data-url=’<?php the_permalink() ?>’ type=’in/share’/>
[/php]

3. No Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-url=’<?php the_permalink() ?>’ type=’in/share’/>
[/php]

For Blogger

1. Vertical Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-counter=’top’ expr:data-url=’data:post.url’ type=’in/share’/>
[/php]

2. Horizontal Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script data-counter=’right’ expr:data-url=’data:post.url’ type=’in/share’/>
[/php]

3. No Count
[php]
<script src=’http://platform.linkedin.com/in.js’ type=’text/javascript’/><script expr:data-url=’data:post.url’ type=’in/share’/>
[/php]

No comments:

Post a Comment

Pages

Followers

Try to find it here

 

blogspotzero. Copyright 2011 All Rights Reserved DownloadForFREEOnly thank's to Brian Gardner