<?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>U Stand Out: Social Media &#187; Web Tools</title>
	<atom:link href="http://UStandOut.com/tag/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://UStandOut.com</link>
	<description>Social Media &#38; Internet Marketing Trends</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:27:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Add the Facebook Like Button to Your Blog</title>
		<link>http://UStandOut.com/facebook/add-facebook-button-blog</link>
		<comments>http://UStandOut.com/facebook/add-facebook-button-blog#comments</comments>
		<pubDate>Fri, 23 Apr 2010 01:50:36 +0000</pubDate>
		<dc:creator>Diana Freedman</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[facebook like button]]></category>
		<category><![CDATA[social plugins]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://UStandOut.com/?p=1089</guid>
		<description><![CDATA[Add the Facebook Like button to your website or Wordpress blog, and let users share your content with all of their Facebook friends in just one click.]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://UStandOut.com/facebook/add-facebook-button-blog" title="Permanent link to How to Add the Facebook Like Button to Your Blog"><img class="post_image alignleft" src="http://ustandout.com/wp-content/uploads/2010/04/facebooklikebutton_thumb.jpg" width="154" height="139" alt="Facebook Like Thumbs Up" /></a>
</p><div style="float: right; margin-left: 5px; margin-top: 5px;"><a href="http://twitter.com/share" class="twitter-share-button" data-text="How to Add the Facebook Like Button to Your Blog" data-via="dianafreedman" data-url="http://UStandOut.com/facebook/add-facebook-button-blog" data-count="vertical" data-via="dianafreedman" data-related=":">Tweet</a></div><p>You might have noticed that Facebook has gone a bit “like” crazy this week. One major change affected <a href="http://ustandout.com/facebook/facebook-fan-page-landing-page" target="_blank">fan pages</a>: instead of becoming a fan of a page like Coca-Cola, you now “like” the brand. Facebook also introduced a “Like” button that could be added to any page on the internet. This little like button is the easiest way to share content yet. With just one click, a user can share your content with all of his or her Facebook friends.<span id="more-1089"></span></p>
<p>On Facebook, you can tell your friends if you’re interested in their status updates, posts, photos, or videos by clicking “like.” At the F8 conference this week, Facebook revealed a new social plugin that allows any webpage to add a “like” button and reap the benefits of this viral functionality. Although this new feature is integrated onto Typepad, there isn’t yet a customizable plugin for Wordpress. Here’s how to easily add the Facebook like button to any website, including a Wordpress blog:</p>
<h3>1. <strong>Get the Like button code</strong></h3>
<p>This is the only code you’ll need to install the Facebook Like button on your Wordpress blog. It will automatically detect your post title.</p>
<pre>&lt;iframe src="http://www.facebook.com/plugins/like.php?href=&lt;?php echo
urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;
show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light"
scrolling="no" frameborder="0" allowTransparency="true" style="border:none;
overflow:hidden; width:450px; height:60px"&gt;&lt;/iframe&gt;</pre>
<p><strong>Please note</strong> that if you are adding this code to a website OTHER THAN a Wordpress blog, use this code instead and customize the &#8220;URL.com&#8221; for your own domain name:</p>
<pre>&lt;iframe src="http://www.facebook.com/plugins/like.php?href=http://URL.com
&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=450&amp;amp;action=like&amp;amp;
colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true"
style="border:none; overflow:hidden; width:450px; height:60px"&gt;&lt;/iframe&gt;</pre>
<h3>2. Choose the button type</h3>
<p>If you’d like to use the standard Like button, keep the code above the same (layout=standard).</p>
<p><a href="http://ustandout.com/wp-content/uploads/2010/04/image.png"><img style="display: inline; border: 0px;" title="image" src="http://ustandout.com/wp-content/uploads/2010/04/image_thumb.png" border="0" alt="image" width="290" height="77" /></a></p>
<p>If you’d like to use the button count version of the Like button, change “layout=standard” to “layout=button_count”.</p>
<p><a href="http://ustandout.com/wp-content/uploads/2010/04/image1.png"><img style="display: inline; border: 0px;" title="image" src="http://ustandout.com/wp-content/uploads/2010/04/image_thumb1.png" border="0" alt="image" width="109" height="41" /></a></p>
<h3>3. Customize your Like button</h3>
<p>There are various customizations you can make to your Like button, all of which you can see on the official <a href="http://developers.facebook.com/docs/reference/plugins/like" target="_blank">like button social plugins page</a> on Facebook’s developer site.</p>
<ul>
<li><strong>Show faces or not:</strong> Show faces of your friends with “show_faces=true” or not with “show_faces=false”</li>
<li><strong>Like vs. recommend:</strong> Have a like button with “action=like” or a recommend button with “action=recommend”<br />
<a href="http://ustandout.com/wp-content/uploads/2010/04/image2.png"><img style="display: inline; border: 0px;" title="image" src="http://ustandout.com/wp-content/uploads/2010/04/image_thumb2.png" border="0" alt="image" width="148" height="49" /></a></li>
<li><strong>Color scheme options:</strong> If you have a light color scheme on your webpage, choose the correct contrast with “colorscheme=light”; if you have a dark color scheme, use “colorscheme=dark”</li>
<li><strong>Border:</strong> Add a border by changing “border:none;” to “border:1px;”</li>
</ul>
<h3>4. Adding the code to Wordpress</h3>
<p><strong>Adding the Like button to each post</strong></p>
<p>Open your single.php file and look for <strong>the_content()</strong>. Each theme will be coded differently, but this php call should always appear. I’ve added my code above the <strong>the_content() </strong>code so the like button appears at the top of my posts. You can choose to add the button below your posts by inserting the code below <strong>the_content()</strong>.</p>
<p><strong>Adding the Like button on your homepage</strong></p>
<p>If you also want the like button to appear above each post on your homepage, like I do here at U Stand Out, open your index.php file and look for <strong>the_content()</strong>. Just as you did for single.php, add the code above the php code for <strong>the_content(). </strong>You can also simply add the code to a sidebar widget to give your readers the option to “like” your blog’s homepage.</p>
<p><strong>Let me know if you have any questions in the comments below!</strong><strong>Related Posts:</strong>
<ul class="similar-posts">
<div>
<div class="similar-posts">
<li><a href="http://UStandOut.com/social-media/official-twitter-button"><img src="http://ustandout.com/wp-content/uploads/2010/08/official_tweet_button_thumb.jpg" width="50" height="50" alt="" /></a><a href="http://UStandOut.com/social-media/official-twitter-button" rel="bookmark" title="August 13, 2010">How to Add Official Twitter Button to Your Site or Blog</a></li>
</div>
</div>
<div>
<div class="similar-posts">
<li><a href="http://UStandOut.com/facebook/facebook-page-likes-exclusive-content"><img src="http://ustandout.com/wp-content/uploads/2010/06/facebooklock_thumb1.jpg" width="50" height="50" alt="" /></a><a href="http://UStandOut.com/facebook/facebook-page-likes-exclusive-content" rel="bookmark" title="June 20, 2010">How to Get More Facebook Page Likes Using Exclusive Content</a></li>
</div>
</div>
<div>
<div class="similar-posts">
<li><a href="http://UStandOut.com/wordpress/add-author-box-wordpress-post-footers"><img src="http://ustandout.com/wp-content/uploads/2010/06/wordpress_thumb.jpg" width="50" height="50" alt="" /></a><a href="http://UStandOut.com/wordpress/add-author-box-wordpress-post-footers" rel="bookmark" title="June 20, 2010">How to Add Author Box to your Wordpress Post Footers</a></li>
</div>
</div>
</ul>
<p><!-- Similar Posts took 33.217 ms --></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-spaced shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://UStandOut.com/facebook/add-facebook-button-blog&amp;t=How+to+Add+the+Facebook+Like+Button+to+Your+Blog" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40dianafreedman+How+to+Add+the+Facebook+Like+Button+to+Your+Blog+-+http://su.pr/9k6UXg&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;title=How+to+Add+the+Facebook+Like+Button+to+Your+Blog" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;title=How+to+Add+the+Facebook+Like+Button+to+Your+Blog&amp;summary=Add%20the%20Facebook%20Like%20button%20to%20your%20website%20or%20Wordpress%20blog%2C%20and%20let%20users%20share%20your%20content%20with%20all%20of%20their%20Facebook%20friends%20in%20just%20one%20click.&amp;source=U Stand Out: Social Media" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;title=How+to+Add+the+Facebook+Like+Button+to+Your+Blog" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;title=How+to+Add+the+Facebook+Like+Button+to+Your+Blog" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;title=How+to+Add+the+Facebook+Like+Button+to+Your+Blog" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://UStandOut.com/facebook/add-facebook-button-blog&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://UStandOut.com/facebook/add-facebook-button-blog/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
