<?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; Facebook</title>
	<atom:link href="http://www.wpfunc.com/tag/facebook/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>Show timestamps like social networks!</title>
		<link>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html</link>
		<comments>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html#comments</comments>
		<pubDate>Mon, 12 Apr 2010 17:12:45 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=418</guid>
		<description><![CDATA[You can show your timestamps like other social networks. With this simple and awesome trick, you can change long date and time stamps with ex. twitter&#8217;s &#8220;1 min ago&#8220;. Lets begin&#8230;
Here is the code;
Add this code into your theme&#8217;s functions.php;
function time_ago( $type = 'post' ) {
	$d = 'comment' == $type ? 'get_comment_time' : 'get_post_time';

	return human_time_diff($d('U'), [...]<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/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-default-theme-for-ie6-visitors.html' rel='bookmark' title='Permanent Link: Show Default Theme for IE6 Visitors!'>Show Default Theme for IE6 Visitors!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can show your timestamps like other social networks. With this simple and awesome trick, you can change long date and time stamps with ex. twitter&#8217;s &#8220;<strong>1 min ago</strong>&#8220;. Lets begin&#8230;<span id="more-418"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">Add this code into your theme&#8217;s functions.php;</p>
<pre class="brush: php;">function time_ago( $type = 'post' ) {
	$d = 'comment' == $type ? 'get_comment_time' : 'get_post_time';

	return human_time_diff($d('U'), current_time('timestamp')) . &quot; &quot; . __('ago');

}</pre>
<p style="text-align: justify;">After that call this function wherever you want!</p>
<pre class="brush: php;">&lt;?php echo time_ago(); ?&gt;</pre>
<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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%21&amp;notes=You%20can%20show%20your%20timestamps%20like%20other%20social%20networks.%20With%20this%20simple%20and%20awesome%20trick%2C%20you%20can%20change%20long%20date%20and%20time%20stamps%20with%20ex.%20twitter%27s%20%221%20min%20ago%22.%20Lets%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A'><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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%21&amp;bodytext=You%20can%20show%20your%20timestamps%20like%20other%20social%20networks.%20With%20this%20simple%20and%20awesome%20trick%2C%20you%20can%20change%20long%20date%20and%20time%20stamps%20with%20ex.%20twitter%27s%20%221%20min%20ago%22.%20Lets%20begin...%0D%0A%0D%0AHere%20is%20the%20code%3B%0D%0AAdd%20this%20code%20into%20your%20theme%27s%20functions.php%3B%0D%0A'><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%2Fshow-timestamps-like-social-networks.html&amp;t=Show%20timestamps%20like%20social%20networks%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=Show%20timestamps%20like%20social%20networks%21&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%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%2Fshow-timestamps-like-social-networks.html&amp;title=Show%20timestamps%20like%20social%20networks%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%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.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%2Fshow-timestamps-like-social-networks.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/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-default-theme-for-ie6-visitors.html' rel='bookmark' title='Permanent Link: Show Default Theme for IE6 Visitors!'>Show Default Theme for IE6 Visitors!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/show-your-last-twitter-update-without-a-plugin.html' rel='bookmark' title='Permanent Link: Show Your Last Twitter Update Without a Plugin'>Show Your Last Twitter Update Without a Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/show-timestamps-like-social-networks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Add a &#8216;Share on Facebook&#8217; button without any plugin</title>
		<link>http://www.wpfunc.com/wordpress/add-a-share-on-facebook-button-without-any-plugin.html</link>
		<comments>http://www.wpfunc.com/wordpress/add-a-share-on-facebook-button-without-any-plugin.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:00:29 +0000</pubDate>
		<dc:creator>KaiseRCrazY</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=69</guid>
		<description><![CDATA[My friend asked to me &#8216;How i add a Facebook Button to My Joomla site?&#8217;. I gave him this code. I think this code appliable for WordPress  and change code for WordPress, because this is only link, i copied from Facebook :) You have to make a little change on single.php. Lets begin&#8230;
Just Copy this [...]<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/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/general/related-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Related Posts, Without any Plugin!'>Related Posts, Without any Plugin!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/use-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">My friend asked to me &#8216;How i add a Facebook Button to My Joomla site?&#8217;. I gave him this code. I think this code appliable for WordPress  and change code for WordPress, because this is only link, i copied from Facebook :) You have to make a little change on single.php. Lets begin&#8230;<span id="more-69"></span></p>
<h3>Just Copy this code in the WordPress Loop;</h3>
<pre class="brush: plain;">&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;&gt;Share on Facebook&lt;/a&gt;</pre>
<p>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-a-share-on-facebook-button-without-any-plugin.html&amp;title=Add%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin&amp;notes=My%20friend%20asked%20to%20me%20%27How%20i%20add%20a%20Facebook%20Button%20to%20My%20Joomla%20site%3F%27.%20I%20gave%20him%20this%20code.%20I%20think%20this%20code%20appliable%20for%20WordPress%C2%A0%20and%20change%20code%20for%20WordPress%2C%20because%20this%20is%20only%20link%2C%20i%20copied%20from%20Facebook%20%3A%29%20You%20have%20to%20make%20a%20little%20ch'><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-a-share-on-facebook-button-without-any-plugin.html&amp;title=Add%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin&amp;bodytext=My%20friend%20asked%20to%20me%20%27How%20i%20add%20a%20Facebook%20Button%20to%20My%20Joomla%20site%3F%27.%20I%20gave%20him%20this%20code.%20I%20think%20this%20code%20appliable%20for%20WordPress%C2%A0%20and%20change%20code%20for%20WordPress%2C%20because%20this%20is%20only%20link%2C%20i%20copied%20from%20Facebook%20%3A%29%20You%20have%20to%20make%20a%20little%20ch'><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-a-share-on-facebook-button-without-any-plugin.html&amp;t=Add%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin'><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%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin&amp;link=http%3A%2F%2Fwww.wpfunc.com%2Fwordpress%2Fadd-a-share-on-facebook-button-without-any-plugin.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-a-share-on-facebook-button-without-any-plugin.html&amp;title=Add%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin'><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-a-share-on-facebook-button-without-any-plugin.html&amp;title=Add%20a%20%27Share%20on%20Facebook%27%20button%20without%20any%20plugin'><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-a-share-on-facebook-button-without-any-plugin.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-a-share-on-facebook-button-without-any-plugin.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-a-share-on-facebook-button-without-any-plugin.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/add-social-bookmarks-bar-into-your-blog.html' rel='bookmark' title='Permanent Link: Add Social Bookmarks Bar into your Blog!'>Add Social Bookmarks Bar into your Blog!</a></li>
<li><a href='http://www.wpfunc.com/general/related-posts-without-any-plugin.html' rel='bookmark' title='Permanent Link: Related Posts, Without any Plugin!'>Related Posts, Without any Plugin!</a></li>
<li><a href='http://www.wpfunc.com/wordpress/use-two-or-more-single-php.html' rel='bookmark' title='Permanent Link: Use Two or More Single.php'>Use Two or More Single.php</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wpfunc.com/wordpress/add-a-share-on-facebook-button-without-any-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
