<?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>Pep&#039;s Top Blog &#187; Social Media</title>
	<atom:link href="http://www.peptop.com/tag/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peptop.com</link>
	<description>The more we share, the more we have!</description>
	<lastBuildDate>Sun, 10 Jul 2011 09:50:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Add Social Media Buttons to Blogger</title>
		<link>http://www.peptop.com/web/add-social-media-buttons-to-blogger/</link>
		<comments>http://www.peptop.com/web/add-social-media-buttons-to-blogger/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:43:00 +0000</pubDate>
		<dc:creator>Pep</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://temp.peptop.com/uncategorized/how-to-add-social-media-buttons-to-blogger/</guid>
		<description><![CDATA[It is no wonder with the explosion of Social Media Networkings, which are called web 2.0 as well in recent years. Google, Facebook, Twitter, Flickr, Digg, and etc. Many of them have become a very important part of our lives. By adding social media buttons to your blog, your readers will easily share your posts [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="/wp-content/uploads/2009/08/social_media_buttons.jpg" alt="Social Media Buttons" />It is no wonder with the explosion of Social Media Networkings, which are called web 2.0 as well in recent years.<br />
Google, Facebook, Twitter, Flickr, Digg, and etc.<br />
Many of them have become a very important part of our lives.</p>
<p>By adding social media buttons to your blog, your readers will easily share your posts with their friends. And it will truly enhance their experience and definitely boost your blog&#8217;s traffic.</p>
<p>Adding social media buttons to Blogger is not as hard as you imagine.<br />
<strong>There are only three simple steps</strong>:<span id="more-5"></span></p>
<h3>1. Open Blogger template and find out where to add social media buttons.</strong></h3>
<p>Go to Blogger&#8217;s Dashboard, find &#8220;<strong>Layout</strong>&#8221; section, then click on &#8220;<strong>Edit HTML</strong>&#8221; link.<br />
After that, click on &#8220;<strong>Expand Widget Templates</strong>&#8221; checkbox.<br />
Now find (CTRL + F) following line:<br />
<code>&lt;div class='post-footer'&gt;</code></p>
<h3>2. Immediately after that line, add these codes:</h3>
<p><code>&lt;div class='post-footer-line post-footer-line-0'&gt;<br />
&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;<br />
Share This:<br />
&lt;a expr:href='&amp;quot;http://www.facebook.com/sharer.php?u=&amp;quot; + data:post.url + &amp;quot;&amp;amp;t=&amp;quot; + data:post.title' rel='external nofollow' target='_blank'&gt;&lt;img alt='Facebook' src='REPLACE YOUR IMAGE URL HERE'/&gt;&lt;/a&gt;</p>
<p>&lt;a expr:href='&amp;quot;http://digg.com/submit?url=&amp;quot; + data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' target='_blank' rel='external nofollow'&gt;&lt;img alt='Digg' src='REPLACE YOUR IMAGE URL HERE' /&gt;&lt;/a&gt;</p>
<p>&lt;a expr:href='&amp;quot;http://www.stumbleupon.com/submit?url=&amp;quot; + data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='external nofollow' target='_blank'&gt;&lt;img alt='Stumble' src='REPLACE YOUR IMAGE URL HERE'/&gt;&lt;/a&gt;</p>
<p>&lt;a expr:href='&amp;quot;http://del.icio.us/post?url=&amp;quot; + data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='external nofollow' target='_blank'&gt;&lt;img alt='Delicious' src='REPLACE YOUR IMAGE URL HERE'/&gt;&lt;/a&gt;</p>
<p>&lt;a expr:href='&amp;quot;http://twitter.com/home?status=Check this Out: &amp;quot; + data:post.url + &amp;quot; | &amp;quot; + data:post.title' rel='external nofollow' target='_blank'&gt;&lt;img alt='Twitter' src='REPLACE YOUR IMAGE URL HERE'/&gt;&lt;/a&gt;<br />
&lt;/b:if&gt;<br />
&lt;/div&gt;</code></p>
<h3>3. Just replace &#8220;REPLACE YOUR IMAGE URL HERE&#8221; with your own social media icons&#8217; url.</h3>
<p>Click &#8220;SAVE TEMPLATE&#8221; button and refresh your blog page to see the effect.</p>
<h3>Frequently Asked Questions.</h3>
<p><strong>Q:</strong> Where can I find free social media icons?<br />
<strong>A:</strong> Visit my picasa album which is <a href="http://picasaweb.google.com/PepTop.com/SocialMediaButtons" rel="external nofollow">a category about social media buttons</a>.</p>
<p><strong>Q:</strong> I want to show these social media buttons not only below my posts, but also in my homepage.<br />
<strong>A:</strong> Just remove line &#8220;&lt;b:if cond=&#8217;data:blog.pageType == &amp;quot;item&amp;quot;&#8217;&gt;&#8221; and &#8220;&lt;/b:if&gt;&#8221; in that codes.</p>
<p><strong>Q:</strong> Can I move these social media buttons position?<br />
<strong>A:</strong> Yes, You can.<br />
In Blogger&#8217;s &#8220;Edit HTML&#8221; textbox, added codes are just above &#8220;&lt;div class=&#8217;post-footer-line post-footer-line-1&#8242;&gt;&#8221;, you can move those codes to where above &#8220;&lt;div class=&#8217;post-footer-line post-footer-line-2&#8242;&gt;&#8221; or &#8220;&lt;div class=&#8217;post-footer-line post-footer-line-3&#8242;&gt;&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.peptop.com/web/add-social-media-buttons-to-blogger/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
	</channel>
</rss>

