<?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>WpFunc &#187; reddit</title>
	<atom:link href="http://www.wpfunc.com/tag/reddit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Fri, 09 Jul 2010 09:05:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Add Social Bookmarks Bar into your Blog!</title>
		<link>http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html</link>
		<comments>http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:18:02 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[furl]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[social bar]]></category>
		<category><![CDATA[social bookmark]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=258</guid>
		<description><![CDATA[We don&#8217;t use any plugin. We&#8217;ll only edit single.php and style.css with this code. I will give you a zip file. In this zip file you&#8217;ll find social bookmark sites logos. Let&#8217;s Begin&#8230;
Here is the code;

First, download your theme&#8217;s single.php and open it. After that add tihs code to below of content area.
&#60;div class=&#34;socials&#34;&#62;
&#60;a class=&#34;btn_email&#34; [...]<hr /><div style="text-align:center;">
<a href="http://aweber.com/?339698" title="Email Marketing">
<img src="http://www.aweber.com/banners/email_marketing/468x60_an.gif" alt="Email Marketing $19/Month!" style="border:none;" /></a>
</div><hr />


Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/buble-tooltips.html' rel='bookmark' title='Permanent Link: Buble Tooltips!'>Buble Tooltips!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/catch-the-first-image.html' rel='bookmark' title='Permanent Link: Catch the First Image'>Catch the First Image</a></li>
<li><a href='http://www.wpfunc.com/wordpress/create-custom-date-butons.html' rel='bookmark' title='Permanent Link: Create Custom Date Butons!'>Create Custom Date Butons!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We don&#8217;t use any plugin. We&#8217;ll only edit <span style="color: #ff0000;"><strong>single.php</strong></span> and <span style="color: #ff0000;"><strong>style.css</strong></span> with this code. I will give you a zip file. In this zip file you&#8217;ll find social bookmark sites logos. Let&#8217;s Begin&#8230;<span id="more-258"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;"><span class="alert">With this code we will change our theme&#8217;s <strong>single.php</strong> and <strong>style.css</strong> files. <span style="text-decoration: underline;"><em>If you don&#8217;t know about WordPress or PHP coding please don&#8217;t touch this files</em></span>. <em><strong>And Make a backup before all changes</strong></em>.</span></p>
<p style="text-align: justify;">First, download your theme&#8217;s<span style="color: #ff0000;"><strong> single.php</strong></span> and open it. After that add tihs code to below of content area.</p>
<pre class="brush: php;">&lt;div class=&quot;socials&quot;&gt;
&lt;a class=&quot;btn_email&quot; href=&quot;mailto:?subject=&lt;?php the_title(); ?&gt;&amp;amp;body=&lt;?php the_permalink() ?&gt;&quot;&gt;E-mail&lt;/a&gt;
&lt;a class=&quot;btn_comment&quot; href=&quot;#respond&quot;&gt;Comment&lt;/a&gt;
&lt;a href=&quot;http://del.icio.us/post?url=&lt;?php the_permalink() ?&gt;&amp;amp;title=&lt;?php the_title() ?&gt;&quot; title=&quot;Submit to Del.icio.us&quot; target=&quot;_blank&quot; class=&quot;btn_delicious&quot;&gt;Del.icio.us&lt;/a&gt;
&lt;a href=&quot;http://www.digg.com/submit?phase=2&amp;amp;url=&lt;?php the_permalink() ?&gt;&amp;amp;title=&lt;?php the_title() ?&gt;&quot; title=&quot;Submit Post to Digg&quot; target=&quot;_blank&quot; class=&quot;btn_digg&quot;&gt;Digg&lt;/a&gt;
&lt;a href=&quot;http://reddit.com/submit?url=&lt;?php the_permalink() ?&gt;&amp;amp;title=&lt;?php the_title() ?&gt;&quot; title=&quot;Submit Reddit&quot; target=&quot;_blank&quot; class=&quot;btn_reddit&quot;&gt;Reddit&lt;/a&gt;
&lt;a href=&quot;http://technorati.com/faves?add=&lt;?php the_permalink() ?&gt;&quot; title=&quot;Submit to Technorati&quot; target=&quot;_blank&quot; class=&quot;btn_technorati&quot;&gt;Technorati&lt;/a&gt;
&lt;a href=&quot;http://furl.net/storeIt.jsp?t=&lt;?php the_title() ?&gt;&amp;amp;u=&lt;?php the_permalink() ?&gt;&quot; title=&quot;Submit to Furl&quot; target=&quot;_blank&quot; class=&quot;btn_furl&quot;&gt;Furl&lt;/a&gt;
&lt;a href=&quot;http://www.facebook.com/sharer.php?u=&lt;?php the_permalink();?&gt;&quot;&amp;t=&quot;&lt;?php the_title(); ?&gt;&quot; target=&quot;blank&quot; class=&quot;btn_face&quot;&gt; Facebook&lt;/a&gt;
&lt;/div&gt;</pre>
<p style="text-align: justify;">After you add tihs code to<span style="color: #ff0000;"><strong> single.php</strong></span>, save the file and download your <em><strong>theme&#8217;s</strong></em> <span style="color: #ff0000;"><strong>style.css</strong></span> and open it. When you open, add this code to end of file;</p>
<pre class="brush: css;">/* Social Bookmarks Style Start */
.socials {font-size:10px; font-weight:bold; margin-bottom:10px; background-color:#FFFFFF; border:1px solid #BBB9B2; padding:5px 5px 5px 10px; width:575px;}
.socials a {margin-right:10px; color:#BFBCB3;}
.btn_email {background:url(images/mail.gif) left no-repeat; padding-left:15px;}
.btn_comment {background:url(images/comments.gif) left no-repeat; padding-left:15px;}
.btn_delicious {background:url(images/delicious.gif) left no-repeat; padding-left:15px;}
.btn_digg {background:url(images/digg.gif) left no-repeat; padding-left:15px;}
.btn_reddit {background:url(images/reddit.gif) left no-repeat; padding-left:15px;}
.btn_technorati {background:url(images/technorati.gif) left no-repeat; padding-left:15px;}
.btn_furl {background:url(images/furl.gif) left no-repeat; padding-left:15px;}
.btn_face {background:url(images/facebook.jpg) left no-repeat; padding-left:15px;}
/* Social Bookmarks Style End */</pre>
<p style="text-align: justify;"><em><strong>Download</strong></em> this file and upload images to your <span style="text-decoration: underline;"><span style="color: #ff0000;"><strong>theme&#8217;s images</strong></span></span> folder.</p>
<p style="text-align: justify;">Note: There is a file embedded within this post, please visit this post to download the file.</p>
<p style="text-align: justify;">That&#8217;s All! Have a nice day!</p>
<a rel='nofollow' target='_blank'  href='http://delicious.com/post?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;title=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21&amp;notes=We%20don%27t%20use%20any%20plugin.%20We%27ll%20only%20edit%20single.php%20and%20style.css%20with%20this%20code.%20I%20will%20give%20you%20a%20zip%20file.%20In%20this%20zip%20file%20you%27ll%20find%20social%20bookmark%20sites%20logos.%20Let%27s%20Begin...%0D%0AHere%20is%20the%20code%3B%0D%0A%0D%0AFirst%2C%20download%20your%20theme%27s%20single.php%20and%20o'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/delicious.png' class='sociable-img sociable-hovers ' title='del.icio.us' alt='del.icio.us' /></a><a rel='nofollow' target='_blank'  href='http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;title=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21&amp;bodytext=We%20don%27t%20use%20any%20plugin.%20We%27ll%20only%20edit%20single.php%20and%20style.css%20with%20this%20code.%20I%20will%20give%20you%20a%20zip%20file.%20In%20this%20zip%20file%20you%27ll%20find%20social%20bookmark%20sites%20logos.%20Let%27s%20Begin...%0D%0AHere%20is%20the%20code%3B%0D%0A%0D%0AFirst%2C%20download%20your%20theme%27s%20single.php%20and%20o'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/digg.png' class='sociable-img sociable-hovers ' title='Digg' alt='Digg' /></a><a rel='nofollow' target='_blank'  href='http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;t=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/facebook.png' class='sociable-img sociable-hovers ' title='Facebook' alt='Facebook' /></a><a rel='nofollow' target='_blank'  href='http://www.friendfeed.com/share?title=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/friendfeed.png' class='sociable-img sociable-hovers ' title='FriendFeed' alt='FriendFeed' /></a><a rel='nofollow' target='_blank'  href='http://reddit.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;title=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/reddit.png' class='sociable-img sociable-hovers ' title='Reddit' alt='Reddit' /></a><a rel='nofollow' target='_blank'  href='http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;title=Add%20Social%20Bookmarks%20Bar%20into%20your%20Blog%21'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png' class='sociable-img sociable-hovers ' title='StumbleUpon' alt='StumbleUpon' /></a><a rel='nofollow' target='_blank'  href='http://technorati.com/faves?add=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/technorati.png' class='sociable-img sociable-hovers ' title='Technorati' alt='Technorati' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/pdf.png' class='sociable-img sociable-hovers ' title='PDF' alt='PDF' /></a><a rel='nofollow' target='_blank'  href='http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-social-bookmarks-bar-into-your-blog.html&amp;partner=sociable'><img src='http://www.wpfunc.com/wp-content/plugins/sociable-30/images/default/16/printfriendly.png' class='sociable-img sociable-hovers ' title='Print' alt='Print' /></a><br/><br/>

<p>Related posts:<ol><li><a href='http://www.wpfunc.com/wordpress/buble-tooltips.html' rel='bookmark' title='Permanent Link: Buble Tooltips!'>Buble Tooltips!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/catch-the-first-image.html' rel='bookmark' title='Permanent Link: Catch the First Image'>Catch the First Image</a></li>
<li><a href='http://www.wpfunc.com/wordpress/create-custom-date-butons.html' rel='bookmark' title='Permanent Link: Create Custom Date Butons!'>Create Custom Date Butons!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/add-social-bookmarks-bar-into-your-blog.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
