<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Greatest Blog &#187; Plugins</title>
	<atom:link href="http://greatest-blog.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatest-blog.com</link>
	<description>Short Stories &#38; Reflections on Life, by Joseph Elliot</description>
	<lastBuildDate>Tue, 22 May 2012 10:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To Get The Linkedin Share Button</title>
		<link>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/</link>
		<comments>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:57:39 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Sharebar]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=229</guid>
		<description><![CDATA[Linkedin is a popular network for professionals, so if you&#8217;re writing stuff on the internet aimed at business users &#8211; or any professional user who might be networked via Linkedin &#8211; you&#8217;ll probably want to make it easy for those &#8230; <a href="http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://greatest-blog.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linkedin">Linkedin</a> is a popular network for professionals, so if you&#8217;re writing stuff on the internet aimed at business users &#8211; or any professional user who might be networked via <a href="http://greatest-blog.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linkedin">Linkedin</a> &#8211; you&#8217;ll probably want to make it easy for those people to <a href="http://greatest-blog.com/tag/share/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Share">share</a> your great content on <a href="http://greatest-blog.com/tag/linkedin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linkedin">Linkedin</a>.</p>
<p>In this blog post, I&#8217;m going to explain to you just <a href="http://greatest-blog.com/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How To">how to</a> do that!</p>
<h2>How to Get The Linkedin Share Button into Your Blog</h2>
<p>Firstly, there are a heap of good <a href="http://greatest-blog.com/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">plugins</a> which will handle the placement and positioning of <a href="http://greatest-blog.com/tag/sharing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharing">sharing</a> buttons on your website.</p>
<p>I use a great <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> plugin called &#8220;<a href="http://greatest-blog.com/tag/sharebar/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharebar">Sharebar</a>&#8221; (just search for that name on the Add Plugins part of WordPress to grab it for yourself). However, that plugin, does not come with Linkedin support out of the box. Nope, you&#8217;ll need to edit one of the other templates and drop the Linkedin code into the &#8220;Large Button&#8221; and &#8220;Small Button&#8221; areas.</p>
<p>But what is that code? Fear not, I&#8217;m here to help you!</p>
<h2>Linkedin Large Button (With Count) Code</h2>
<p>The linkedin large button (with count) looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share" data-counter="top"></script></p>
<p>The code you&#8217;ll need to put into your website, wherever you want this button to appear is as follows:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221; data-counter=&#8221;top&#8221;&gt;&lt;/script&gt;</p></blockquote>
<h2>Linkedin Horizontal Button (With Count) Code</h2>
<p>The Linkedin Horizontal button (with count) looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share" data-counter="right"></script></p>
<p>The code you need for this one is as follows:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221; data-counter=&#8221;right&#8221;&gt;&lt;/script&gt;</p></blockquote>
<h2>Linkedin Horizontal Button (Without Count) Code</h2>
<p>Finally, if you want the Linkedin button, horizontally, only without the count number (maybe it will be soooo big that it will hide some other part of your page <img src='http://d1jvsafzjcxgb6.cloudfront.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) then that one looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share"></script></p>
<p>To get this into your website, simply enter the following code into your template, wherever you wish the button to appear:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p>So, that&#8217;s all there is to adding the Linkedin Share Button to your websites and blogs! Any problems, and you can leave a comment below.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/how-old-is-justin-bieber/" rel="bookmark" title="January 23, 2012">How Old is Justin Bieber?</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/" rel="bookmark" title="February 17, 2012">How To Remove &#8220;Posted By&#8221; on WordPress</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-post-revisions/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Post Revisions</a></li>
<li><a href="http://greatest-blog.com/blogs/socialize-feature-in-feedburner-has-disappeared-gone/" rel="bookmark" title="February 23, 2012">Socialize Feature in Feedburner Has Disappeared &#8211; Gone!</a></li>
<li><a href="http://greatest-blog.com/blogs/how-long-does-it-take-for-amazon-cloudfront-to-become-active/" rel="bookmark" title="January 3, 2012">How Long Does it Take for Amazon CloudFront to Become Active?</a></li>
</ul>
<p><!-- Similar Posts took 2.706 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 510/530 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1jvsafzjcxgb6.cloudfront.net

Served from: greatest-blog.com @ 2012-05-24 01:57:24 -->
