<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Wandering Brit</title>
	
	<link>http://www.thewanderingbrit.com</link>
	<description>Tips for staying on top of WordPress, social media and technology</description>
	<lastBuildDate>Tue, 07 Sep 2010 18:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="www.thewanderingbrit.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/wanderingbrit" /><feedburner:info uri="wanderingbrit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>wanderingbrit</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Add a Facebook Like Button to Your Site in 2 Minutes</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/FEQp8vGTxlw/</link>
		<comments>http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 19:25:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1480</guid>
		<description><![CDATA[Adding the extremely popular Facebook Like button was considerably easier than even I thought it would have been. Just add this tiny bit of code to your site and your site instantly becomes a whole lot more social


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/post-your-facebook-status-updates-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Post your Facebook Status Updates to Twitter automatically'>Post your Facebook Status Updates to Twitter automatically</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Facebook, as the king of all social media sites with over half a billion users should be one of your primary focuses for your social media strategy, particularly if your site is of &#8216;general interest&#8217;.</p>
<p>Recently, Facebook enabled anyone to add a little bit of code to their site to enable the &#8220;Like&#8221; feature on their site, which allows friends to quickly tell everyone about your site and also for users to see if any of their friends like the page their on. It&#8217;s a very social way of spreading word around about your site.</p>
<h3>Adding the code</h3>
<p>First, you need to decide where to put the button &#8211; it might be before your content, after it, or perhaps in the header or footer. If you want it before or after your content, you&#8217;ll need to place the code in single.php and if you want it in your header or footer, you&#8217;ll need to put it in header.php or footer.php respectively.</p>
<p>Once you&#8217;ve opened up the file for editing, just insert the following code where you want the button to appear:</p>
<pre class="brush: xml;">&lt;iframe src=&quot;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=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; allowTransparency=&quot;true&quot; style=&quot;border:none; overflow:hidden; width:450px; height:60px;&quot;&gt;&lt;/iframe&gt;</pre>
<p>Now you also have a few configuration options that you should be aware of. Change the following values to customise your button:</p>
<h4>layout=button_count</h4>
<p>This will just show the button and the counter, as opposed to adding text next to the button showing who else you know likes it</p>
<h4>show_faces=true</h4>
<p>Will add the friends icon underneath the button.</p>
<h4>action=recommend</h4>
<p>Change the wording from Like to Recommend</p>
<h4>color_scheme=dark</h4>
<p>This might better suit your color scheme.</p>
<p>Did you give it a go? Did you come across any problems?</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/8Lh6i2kI8lA?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8Lh6i2kI8lA?fs=1" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>UPDATE: Evidently this code also works on BlogSpot blogs. It is only intended for WordPress sites, but there have been reports of it working on BlogSpot too.</p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/post-your-facebook-status-updates-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Post your Facebook Status Updates to Twitter automatically'>Post your Facebook Status Updates to Twitter automatically</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/2xARLGjCA4LnyXY6TZE9VaLsCGs/0/da"><img src="http://feedads.g.doubleclick.net/~a/2xARLGjCA4LnyXY6TZE9VaLsCGs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2xARLGjCA4LnyXY6TZE9VaLsCGs/1/da"><img src="http://feedads.g.doubleclick.net/~a/2xARLGjCA4LnyXY6TZE9VaLsCGs/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=FEQp8vGTxlw:pKQfvIsTK4c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=FEQp8vGTxlw:pKQfvIsTK4c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=FEQp8vGTxlw:pKQfvIsTK4c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=FEQp8vGTxlw:pKQfvIsTK4c:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=FEQp8vGTxlw:pKQfvIsTK4c:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/FEQp8vGTxlw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-a-facebook-like-button-to-your-site-in-2-minutes</feedburner:origLink></item>
		<item>
		<title>Search Domain Hacks On iPhone With Domai.nr</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/eHb1SNpkRk4/</link>
		<comments>http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 17:56:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain hack]]></category>
		<category><![CDATA[domainr]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1418</guid>
		<description><![CDATA[Domainr is an excellent service that is ideal for searching for available domains and domain hacks. They've now made an iPhone app so you can search on the go for the perfect domain name and even tell you where you can register it.


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/imdb-releases-iphone-app/' rel='bookmark' title='Permanent Link: IMDB Releases iPhone App'>IMDB Releases iPhone App</a></li>
<li><a href='http://www.thewanderingbrit.com/getting-things-done-with-todo-on-the-iphone/' rel='bookmark' title='Permanent Link: Getting Things Done with Todo on the iPhone'>Getting Things Done with Todo on the iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/downloading-bbc-shows-for-your-iphone-from-outside-the-uk/' rel='bookmark' title='Permanent Link: Downloading BBC shows for your iPhone from outside the UK'>Downloading BBC shows for your iPhone from outside the UK</a></li>
<li><a href='http://www.thewanderingbrit.com/unexpected-additional-feature-of-trapster-iphone-app-recording-trips/' rel='bookmark' title='Permanent Link: Unexpected additional feature of Trapster iPhone app: Recording trips'>Unexpected additional feature of Trapster iPhone app: Recording trips</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-post-links-to-tweetie-quickly-and-simply-from-your-iphone/' rel='bookmark' title='Permanent Link: How to Post Links to Tweetie Quickly and Simply From Your iPhone'>How to Post Links to Tweetie Quickly and Simply From Your iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--73c736e774864f1aae53cdf7a2737380--><a rel="nofollow" href="http://domai.nr">Domai.nr</a> is an excellent service that has provided an extremely simple, fast and clean way of searching for and registering available domain names as well as providing suggestions for possible <a rel="nofollow" href="http://en.wikipedia.org/wiki/Domain_hack">domain hacks</a>.</p>
<p>While using their site today, I noticed a news update showing that they now have an <a rel="nofollow" href="http://itunes.apple.com/us/app/domainr/id366250105?mt=8">iPhone app</a> that does everything that the website does, providing the same results in an easy-to-read fashion and even providing links to information on the top-level domain (TLD) and links to a list of registrars that are able to register the TLD you are interested in.</p>
<p>If you&#8217;re considering a <a rel="nofollow" href="http://www.wordpress.org">self-hosted WordPress installation</a>, you should take time to select a good domain name and domai.nr is the perfect tool to do so, and now you can use it on the go.</p>
<p style="text-align: center;">
<div class="ngg-galleryoverview" id="ngg-gallery-1-1418">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.thewanderingbrit.com/wp-content/gallery/domainr/searching_on_domainr_iphone.png" title="Searching for domains on domai.nr for iPhone is so simple" class="thickbox" rel="set_1" >
								<img title="Searching on Domai.nr" alt="Searching on Domai.nr" src="http://www.thewanderingbrit.com/wp-content/gallery/domainr/thumbs/thumbs_searching_on_domainr_iphone.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.thewanderingbrit.com/wp-content/gallery/domainr/registrars_domainr_iphone.png" title="Domainr provides a list of registrars for your TLD" class="thickbox" rel="set_1" >
								<img title="Domai.nr registrars" alt="Domai.nr registrars" src="http://www.thewanderingbrit.com/wp-content/gallery/domainr/thumbs/thumbs_registrars_domainr_iphone.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.thewanderingbrit.com/wp-content/gallery/domainr/domain_info_on_domainr_iphone.png" title="Domai.nr provides all the info you need for your domain" class="thickbox" rel="set_1" >
								<img title="Domai.nr info" alt="Domai.nr info" src="http://www.thewanderingbrit.com/wp-content/gallery/domainr/thumbs/thumbs_domain_info_on_domainr_iphone.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.thewanderingbrit.com/wp-content/gallery/domainr/domainrwebsite.png" title="Domainr employs a very simple, easy-to-read interface" class="thickbox" rel="set_1" >
								<img title="Domai.nr website" alt="Domai.nr website" src="http://www.thewanderingbrit.com/wp-content/gallery/domainr/thumbs/thumbs_domainrwebsite.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/imdb-releases-iphone-app/' rel='bookmark' title='Permanent Link: IMDB Releases iPhone App'>IMDB Releases iPhone App</a></li>
<li><a href='http://www.thewanderingbrit.com/getting-things-done-with-todo-on-the-iphone/' rel='bookmark' title='Permanent Link: Getting Things Done with Todo on the iPhone'>Getting Things Done with Todo on the iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/downloading-bbc-shows-for-your-iphone-from-outside-the-uk/' rel='bookmark' title='Permanent Link: Downloading BBC shows for your iPhone from outside the UK'>Downloading BBC shows for your iPhone from outside the UK</a></li>
<li><a href='http://www.thewanderingbrit.com/unexpected-additional-feature-of-trapster-iphone-app-recording-trips/' rel='bookmark' title='Permanent Link: Unexpected additional feature of Trapster iPhone app: Recording trips'>Unexpected additional feature of Trapster iPhone app: Recording trips</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-post-links-to-tweetie-quickly-and-simply-from-your-iphone/' rel='bookmark' title='Permanent Link: How to Post Links to Tweetie Quickly and Simply From Your iPhone'>How to Post Links to Tweetie Quickly and Simply From Your iPhone</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/n_hsdBjrbisfZlhiMSNwBy1br_g/0/da"><img src="http://feedads.g.doubleclick.net/~a/n_hsdBjrbisfZlhiMSNwBy1br_g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/n_hsdBjrbisfZlhiMSNwBy1br_g/1/da"><img src="http://feedads.g.doubleclick.net/~a/n_hsdBjrbisfZlhiMSNwBy1br_g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=eHb1SNpkRk4:1mry9d9rBVo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=eHb1SNpkRk4:1mry9d9rBVo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=eHb1SNpkRk4:1mry9d9rBVo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=eHb1SNpkRk4:1mry9d9rBVo:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=eHb1SNpkRk4:1mry9d9rBVo:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/eHb1SNpkRk4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=search-domain-hacks-on-iphone-with-domai.nr</feedburner:origLink></item>
		<item>
		<title>How to Embed YouTube Videos in your WordPress Post</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/sA_YFfXw3W8/</link>
		<comments>http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 17:25:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Hulu]]></category>
		<category><![CDATA[oembed]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1323</guid>
		<description><![CDATA[Displaying videos in your WordPress posts has become easier and easier over version updates - it's now simpler than ever. Just paste the URL and you're away!


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/ivideocamera-finally-brings-3gs-video-recording-to-iphone/' rel='bookmark' title='Permanent Link: iVideoCamera Finally Brings 3GS Video Recording To iPhone'>iVideoCamera Finally Brings 3GS Video Recording To iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/' rel='bookmark' title='Permanent Link: WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1'>WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/contact/' rel='bookmark' title='Permanent Link: Contact'>Contact</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As the internet moves more and more towards displaying multimedia, embedding videos in your WordPress post is something that people want to do more and more. It&#8217;s always been fairly easy to embed a video into WordPress, but since version 2.9 (we&#8217;re now on version 3.0.1), it&#8217;s been made incredibly easy by a process called <a class="zem_slink" title="OEmbed" rel="homepage" href="http://www.oembed.com/">oEmbed</a>.</p>
<p>Essentially, all you need to do is paste the URL of the video page on its own line with nothing else on it and if the video hosting site is on WordPress&#8217; whitelist of video providers, the video will be embedded. As it stands, the list of <a href="http://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F">whitelisted providers</a> is as follows, which includes all the major players:</p>
<li><a title="http://www.youtube.com/" href="http://www.youtube.com/">YouTube</a></li>
<li><a title="http://vimeo.com/" href="http://vimeo.com/">Vimeo</a></li>
<li><a title="http://www.dailymotion.com/" href="http://www.dailymotion.com/">DailyMotion</a></li>
<li><a title="http://blip.tv/" href="http://blip.tv/">blip.tv</a></li>
<li><a title="http://www.flickr.com/" href="http://www.flickr.com/">Flickr</a> (both videos and images)</li>
<li><a title="http://www.viddler.com/" href="http://www.viddler.com/">Viddler</a></li>
<li><a title="http://www.hulu.com/" href="http://www.hulu.com/">Hulu</a></li>
<li><a title="http://qik.com/" href="http://qik.com/">Qik</a></li>
<li><a title="http://revision3.com/" href="http://revision3.com/">Revision3</a></li>
<li><a title="http://www.scribd.com/" href="http://www.scribd.com/">Scribd</a></li>
<li><a title="http://photobucket.com/" href="http://photobucket.com/">Photobucket</a></li>
<li><a title="http://www.polldaddy.com/" href="http://www.polldaddy.com/">PollDaddy</a></li>
<li><a title="http://video.google.com/" href="http://video.google.com/">Google Video</a></li>
<li><a title="http://wordpress.tv/" href="http://wordpress.tv/">WordPress.tv</a> (only <a title="http://videopress.com/" href="http://videopress.com/">VideoPress</a>-type videos for the time being)</li>
<li><a title="http://www.smugmug.com/" href="http://www.smugmug.com/">SmugMug</a> (WordPress 3.0+)</li>
<li><a title="http://www.funnyordie.com/" href="http://www.funnyordie.com/">FunnyOrDie.com</a> (WordPress 3.0+)</li>
<p>If for some reason, you are trying to embed a video from a site not listed above, you have the <a href="http://codex.wordpress.org/Embeds#How_Can_I_Add_Support_For_More_Websites.3F">option of locally adding a provider</a> to your own whitelist by following WordPress&#8217; instructions. This requires some PHP knowledge to implement.</p>
<p>And now, to show how it works, I have posted the URL of a YouTube video in the line below. Of course, you won&#8217;t see that &#8211; you instead should be seeing one of this year&#8217;s biggest viral videos.</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/0Bmhjf0rKe8?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0Bmhjf0rKe8?fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/ivideocamera-finally-brings-3gs-video-recording-to-iphone/' rel='bookmark' title='Permanent Link: iVideoCamera Finally Brings 3GS Video Recording To iPhone'>iVideoCamera Finally Brings 3GS Video Recording To iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/' rel='bookmark' title='Permanent Link: WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1'>WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/contact/' rel='bookmark' title='Permanent Link: Contact'>Contact</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/iGhKFLmULW08mphJPz2474FNgjo/0/da"><img src="http://feedads.g.doubleclick.net/~a/iGhKFLmULW08mphJPz2474FNgjo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iGhKFLmULW08mphJPz2474FNgjo/1/da"><img src="http://feedads.g.doubleclick.net/~a/iGhKFLmULW08mphJPz2474FNgjo/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=sA_YFfXw3W8:okM9l4hEPgo:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=sA_YFfXw3W8:okM9l4hEPgo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=sA_YFfXw3W8:okM9l4hEPgo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=sA_YFfXw3W8:okM9l4hEPgo:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=sA_YFfXw3W8:okM9l4hEPgo:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/sA_YFfXw3W8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-embed-youtube-videos-in-your-wordpress-post</feedburner:origLink></item>
		<item>
		<title>What is the Loop? [WORDPRESS]</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/mLhBQeTuhcE/</link>
		<comments>http://www.thewanderingbrit.com/what-is-the-loop-wordpress/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:25:44 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[loop]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1230</guid>
		<description><![CDATA[Often you will see articles talking about the Loop in WordPress which was foreign to me as a beginner. This is a quick explanation of what the loop is.


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/why-wordpress-is-the-best-cms-and-web-platform/' rel='bookmark' title='Permanent Link: Why WordPress is the best CMS and web platform'>Why WordPress is the best CMS and web platform</a></li>
<li><a href='http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/' rel='bookmark' title='Permanent Link: WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1'>WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you first start getting beyond using plugins and into editing files in WordPress, you will often see a reference to add some code within the loop.</p>
<p>For quite a while, this threw me because often articles are written for experienced users without taking beginners into consideration (something I try to avoid), so they will tell you to put the code in the loop, without ever telling you what the loop is.</p>
<p>Well, the loop is simply a portion of your theme files that display the main content on each page. It (should) always start with a specific piece of code and end with a specific of code.</p>
<p>The start of the loop is identified by</p>
<pre class="brush: php;">&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;</pre>
<p>And the end of the loop is identified by</p>
<pre class="brush: php;">&lt;?php endwhile; else: ?&gt;
&lt;p&gt;&lt;?php _e('Sorry, no posts matched your criteria.'); ?&gt;&lt;/p&gt;
&lt;?php endif; ?&gt;</pre>
<p>So, the loop is everything between these two lines of code. These lines will appear on template files such as index.php, single.php and archive.php. If you are trying to add code to the loop it is because you are trying to add functionality to the way posts are displayed and what is displayed in them. So you will need some PHP and CSS knowledge to know where to put the code and how to apply it appropriately so that you achieve the desired result. There&#8217;s always help on offer over at the <a href="http://www.wordpress.org/support">WordPress Forums</a>, but honestly, the best way to learn (rather than just have someone help you fix an immediate problem) is by experimenting. You might not want to do this on an important live site, but if you do, just be sure to <a href="automate-wordpress-database-backups-for-care-free-protection/">backup everything</a> first!</p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/why-wordpress-is-the-best-cms-and-web-platform/' rel='bookmark' title='Permanent Link: Why WordPress is the best CMS and web platform'>Why WordPress is the best CMS and web platform</a></li>
<li><a href='http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/' rel='bookmark' title='Permanent Link: WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1'>WordPress 3.0 Gets Its First Minor Update &#8211; 3.0.1</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/LDegq6RBM7gSUYLQReQ-NwW3kYE/0/da"><img src="http://feedads.g.doubleclick.net/~a/LDegq6RBM7gSUYLQReQ-NwW3kYE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LDegq6RBM7gSUYLQReQ-NwW3kYE/1/da"><img src="http://feedads.g.doubleclick.net/~a/LDegq6RBM7gSUYLQReQ-NwW3kYE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=mLhBQeTuhcE:p6PqBHTfc08:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=mLhBQeTuhcE:p6PqBHTfc08:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=mLhBQeTuhcE:p6PqBHTfc08:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=mLhBQeTuhcE:p6PqBHTfc08:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=mLhBQeTuhcE:p6PqBHTfc08:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/mLhBQeTuhcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/what-is-the-loop-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/what-is-the-loop-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-is-the-loop-wordpress</feedburner:origLink></item>
		<item>
		<title>How To Display Code Within A WordPress Post</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/CGyYdgsKGhM/</link>
		<comments>http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 20:47:45 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[syntax highlighter]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1191</guid>
		<description><![CDATA[Since you can't just paste code into a WordPress post, you need to use a plugin to display the code correctly so that your readers can see it. Here's a tutorial showing how you can simply and stylishly display code within any WordPress post using a well-supported plugin.


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Embed YouTube Videos in your WordPress Post'>How to Embed YouTube Videos in your WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/' rel='bookmark' title='Permanent Link: Add a Facebook Like Button to Your Site in 2 Minutes'>Add a Facebook Like Button to Your Site in 2 Minutes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are times when you will want to show some code within a <a title="WordPress" rel="nofollow" href="http://wordpress.org">WordPress</a> post &#8211; perhaps to describe a problem, or maybe you want to demonstrate how to manipulates WordPress&#8217; core code in order to achieve more functionality, as I do with some of my blog posts.</p>
<p>The trouble is that you when you write code straight into a WordPress post, WordPress will assume that it is intended to be read as code and not as plain text, which is what you are trying to achieve, so that readers can see the code, rather than WordPress trying to make sense of the code.</p>
<p>You need to use a plugin so that when you paste the code into your post, WordPress knows not to see the code as code, but rather, as text.</p>
<p>I have found that the best plugin for the job is <a rel="nofollow" href="http://wordpress.org/extend/plugins/syntaxhighlighter/">SyntaxHighlighter Evolved</a>, written by <a rel="nofollow" href="http://www.viper007bond.com/">viper007bond</a>, based on the <a rel="nofollow" href="http://code.google.com/p/syntaxhighlighter/">original project</a> by Alex Gorbatchev.</p>
<h3>Installing the plugin</h3>
<p>The best way to install plugins now is to use the built-in installer within WordPress, rather than downloading the zip file and uploading it to your server. It&#8217;s much cleaner this way. From your WordPress dashboard, go to Plugins and then Add New. Search for the plugin and follow the steps to install and activate it.</p>
<p>Once installed, you may want to modify the options so that code is displayed exactly the way you want it to appear. There&#8217;s many options that you can include in the shortcode every time you want to display code to tweak each instance of code. These options are located under Settings&gt; SyntaxHighlighter.</p>
<h3>Using the plugin</h3>
<p>Now whenever you want to display code, you just need to write a little shortcode in your post editor, depending on what type of code you are trying to paste. For example, if you want to display some html, you would write the following:</p>
<pre class="brush: plain;">[html]HTML code here[/html]</pre>
<p>And if you wanted to paste some PHP, you would write this:</p>
<pre class="brush: plain;">[php]PHP code here[/php]</pre>
<p style="text-align: left;">There are shortcodes for nearly any code you could possibly want to paste and a <a rel="nofollow" href="http://code.google.com/p/syntaxhighlighter/wiki/Languages">full list of shortcodes</a> is available from the project&#8217;s Wiki. However, you can also include some options within your shortcode to tweak the display of the code. The full list of these tweaks can be seen at the bottom of your SyntaxHighlighter Options page, but for example, if you wanted to highlight lines 4 &amp; 12 of your PHP code, you could write this:</p>
<pre class="brush: plain;">[php highlight=&quot;4,12&quot;]PHP code here[/php]</pre>
<p>Feel free to let me know if you have any issues using this plugin, or whether you have a better way of showing code in WordPress.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/X9kAAeqRnYI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X9kAAeqRnYI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/using-anchors-in-wordpress/' rel='bookmark' title='Permanent Link: Using Anchors in WordPress'>Using Anchors in WordPress</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Embed YouTube Videos in your WordPress Post'>How to Embed YouTube Videos in your WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/' rel='bookmark' title='Permanent Link: Add a Facebook Like Button to Your Site in 2 Minutes'>Add a Facebook Like Button to Your Site in 2 Minutes</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/HUreX3YxdQujJpv-RsP_u8WT9ks/0/da"><img src="http://feedads.g.doubleclick.net/~a/HUreX3YxdQujJpv-RsP_u8WT9ks/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HUreX3YxdQujJpv-RsP_u8WT9ks/1/da"><img src="http://feedads.g.doubleclick.net/~a/HUreX3YxdQujJpv-RsP_u8WT9ks/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=CGyYdgsKGhM:mNUzs6hZOqU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=CGyYdgsKGhM:mNUzs6hZOqU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=CGyYdgsKGhM:mNUzs6hZOqU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=CGyYdgsKGhM:mNUzs6hZOqU:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=CGyYdgsKGhM:mNUzs6hZOqU:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/CGyYdgsKGhM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-display-code-within-a-wordpress-post</feedburner:origLink></item>
		<item>
		<title>WordPress 3.0 Gets Its First Minor Update – 3.0.1</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/3HlbfNsk_6U/</link>
		<comments>http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 23:07:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[3.0.1]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1293</guid>
		<description><![CDATA[WordPress released version 3.0.1 of its blog platform today, compiling about 50 bug fixes from the release of the last major update, version 3.0.


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Embed YouTube Videos in your WordPress Post'>How to Embed YouTube Videos in your WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/' rel='bookmark' title='Permanent Link: Watching the BBC iPlayer outside of the UK, safely and reliably'>Watching the BBC iPlayer outside of the UK, safely and reliably</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> <a href="http://wordpress.org/news/2010/07/wordpress-3-0-1/">released version 3.0.1</a> of its blog platform today, compiling about 50 bug fixes from the release of the last major update, version 3.0.</p>
<p>3.0 was an immensely stable version in my opinion, and WordPress even went on to state that it was as a result of the beta testing by the community. Nonetheless, minor bugs are bound to get through, and this release resolves these issues.</p>
<p>It is recommended that all WordPress installations be upgraded to the latest version, which can be done by clicking on the link when you log in to your dashboard.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://thenextweb.com/socialmedia/2010/07/29/its-wordpress-update-time-3-0-1-is-now-live/">It&#8217;s WordPress update time. 3.0.1 is now live.</a> (thenextweb.com)</li>
</ul>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-embed-youtube-videos-in-your-wordpress-post/' rel='bookmark' title='Permanent Link: How to Embed YouTube Videos in your WordPress Post'>How to Embed YouTube Videos in your WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/' rel='bookmark' title='Permanent Link: Watching the BBC iPlayer outside of the UK, safely and reliably'>Watching the BBC iPlayer outside of the UK, safely and reliably</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/_wg-vk7F8aRxsuYOcoXEzX6v4IA/0/da"><img src="http://feedads.g.doubleclick.net/~a/_wg-vk7F8aRxsuYOcoXEzX6v4IA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_wg-vk7F8aRxsuYOcoXEzX6v4IA/1/da"><img src="http://feedads.g.doubleclick.net/~a/_wg-vk7F8aRxsuYOcoXEzX6v4IA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=3HlbfNsk_6U:OlP86BhcKJ4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=3HlbfNsk_6U:OlP86BhcKJ4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=3HlbfNsk_6U:OlP86BhcKJ4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=3HlbfNsk_6U:OlP86BhcKJ4:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=3HlbfNsk_6U:OlP86BhcKJ4:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/3HlbfNsk_6U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/wordpress-3.0-gets-its-first-minor-update-3.0.1/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-3.0-gets-its-first-minor-update-3.0.1</feedburner:origLink></item>
		<item>
		<title>Using Anchors in WordPress</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/D3ivPPZnPPc/</link>
		<comments>http://www.thewanderingbrit.com/using-anchors-in-wordpress/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 14:05:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1154</guid>
		<description><![CDATA[This simple tutorial describes how to place anchors in your WordPress pages, so that you can to link a specific section, chapter or question within a post or page


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/' rel='bookmark' title='Permanent Link: Add a Facebook Like Button to Your Site in 2 Minutes'>Add a Facebook Like Button to Your Site in 2 Minutes</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a name="top"></a>Anchors are a very handy way of locating a specific part of a page. They are commonly used on FAQ pages, where a list of questions appears at the top of the page and then clicking on each link will deliver you to the response lower down the page.</p>
<p>I had struggled for a while with trying to figure out how to use them in WordPress, but when it came down to it, it was merely a case of adding a little HTML. Here&#8217;s how to do it:</p>
<p>First of all, create all the text on your page, including where you will be linking from (a list of FAQs) for examples and where you will be linking to (the anchor &#8211; a set of answers for example). Bear in mind that you can use anchors to link to another page altogether, so the link does not need to be on the same page as the anchor.</p>
<h3>Create the anchor</h3>
<p>Once you have created all your text, go to the place that you want to place the anchor. This is most likely some text, but can just as easily be an image or any other part of your WordPress post. Making sure that you are in the HTML editing part of your WYSIWYG editor, put your cursor before the text/image/code. Once there, you will need to &#8220;mark&#8221; the text, so that the place of the anchor is specified. You should do this by putting the following code ahead of the text/code, changing the word label for any string you choose (this could be descriptive, or simply sequential numbering):</p>
<pre class="brush: xml;">&lt;a name=&quot;label&quot;&gt;Text and/or code here...&lt;/a&gt;</pre>
<p>Repeat this process for every part of the page that you want anchors, using a different label for each one.</p>
<h3>Create the link</h3>
<p>Now that your anchor is in place, you are ready to create the link to it. This is done by using the href HTML tag. As such, use can use relative or absolute links accordingly. The href tag syntax is made up like this:</p>
<pre class="brush: xml;">&lt;a href=&quot;URL you are linking to&quot;&gt;Text that will link to URL&lt;/a&gt;</pre>
<p>Therefore, in this case, you will create a link such as this, replacing the appropriate parts so that it suits your application:</p>
<pre class="brush: xml;">&lt;a href=&quot;http://www.yourdomain.com/faqs/#label&quot;&gt;Text linking to anchor&lt;/a&gt;</pre>
<p>If the link and the anchor are on the same page however, you can use a relative URL, which involves deleting everything between the first quotation marks (&#8220;) and the hash symbol (#), leaving a much simpler href:</p>
<pre class="brush: xml;">&lt;a href=&quot;#label&quot;&gt;Text linking to anchor&lt;/a&gt;</pre>
<p>Now by way of example, you can <a href="#top">go to the top of this post using this anchor link</a>. Let me know if you have any problems or suggestions, but even more so, let me know if this helped you out.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/cWd9YLlFSKo?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cWd9YLlFSKo?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/add-a-facebook-like-button-to-your-site-in-2-minutes/' rel='bookmark' title='Permanent Link: Add a Facebook Like Button to Your Site in 2 Minutes'>Add a Facebook Like Button to Your Site in 2 Minutes</a></li>
<li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/CHLRTHQXjtaoepsPDIS9fBfRrLE/0/da"><img src="http://feedads.g.doubleclick.net/~a/CHLRTHQXjtaoepsPDIS9fBfRrLE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CHLRTHQXjtaoepsPDIS9fBfRrLE/1/da"><img src="http://feedads.g.doubleclick.net/~a/CHLRTHQXjtaoepsPDIS9fBfRrLE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=D3ivPPZnPPc:5Z7ZcE_T5wU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=D3ivPPZnPPc:5Z7ZcE_T5wU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=D3ivPPZnPPc:5Z7ZcE_T5wU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=D3ivPPZnPPc:5Z7ZcE_T5wU:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=D3ivPPZnPPc:5Z7ZcE_T5wU:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/D3ivPPZnPPc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/using-anchors-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/using-anchors-in-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=using-anchors-in-wordpress</feedburner:origLink></item>
		<item>
		<title>Automate WordPress Database Backups for Care-Free Protection</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/b0uirbCNQeo/</link>
		<comments>http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:57:51 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[automated]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP-DB-Backup]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1240</guid>
		<description><![CDATA[Database backups are essential for any website, but they can be a bit of a drag. Follow this tutorial to create a completely automated system for backing up your database, as often as you need. Now, should anything disastrous happen to your database, you can rest in the knowledge that your data is safe


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/post-your-facebook-status-updates-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Post your Facebook Status Updates to Twitter automatically'>Post your Facebook Status Updates to Twitter automatically</a></li>
<li><a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/' rel='bookmark' title='Permanent Link: BBC News iPhone App Finally Provides Trustworthy News For iPhone Users'>BBC News iPhone App Finally Provides Trustworthy News For iPhone Users</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 190px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/31349854@N00/4430561244"><img title="Miles of files" src="http://farm3.static.flickr.com/2790/4430561244_f012d45ca5_m.jpg" alt="Miles of files" width="180" height="240" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/31349854@N00/4430561244">drpritch</a> via Flickr</dd>
</dl>
</div>
</div>
<p>I&#8217;m sure you&#8217;re sick of hearing everyone reminding you to backup your database, usually before performing any upgrades to your site. Well, this is largely because irreparable damage can be done if something goes wrong with your database and far too many people rarely, if ever, backup their database.</p>
<p>I used to be in the same boat, but I&#8217;d be lying if I said I didn&#8217;t regret it on more than one occasion. As your sites and their content and comments become invaluable and irreplaceable, you&#8217;ll see the value in backing up your database, where all the &#8220;meat&#8221; of your site is contained including post content, settings, categories, links and taxonomies.</p>
<p>There are many ways of doing this, but for most people, the following method I&#8217;m about to show you will more than suffice and you&#8217;ll never find yourself with lost content.</p>
<h3>Get a GMail account</h3>
<p>First off, you&#8217;ll need to get a new <a href="http://www.gmail.com">GMail account</a> (or your personal one if you frequently have loads of free space left). You can use any email account really, but I recommend GMail because the free space provided is huge and you&#8217;ll need the ability to filter email like GMail can.</p>
<h3>Install WP-DB-Backup</h3>
<p>Now you need to install the plugin that is going to perform the backup for you without your input. Install the WP-DB-Backup. You can either search for and install it from within your <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> console, or <a href="http://wordpress.org/extend/plugins/wp-db-backup/">download it directly</a> from WordPress.</p>
<h3>Set up WP-DB-Backup</h3>
<div id="attachment_1247" class="wp-caption alignleft" style="width: 206px"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/tools-backup.png"><img class="size-full wp-image-1247    " title="WP-DB-Backup Settings" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/tools-backup.png" alt="WP-DB-Backup Settings" width="196" height="150" /></a><p class="wp-caption-text">Tools menu</p></div>
<p>Once the plugin is installed and operational, head over to the settings page from your admin console, by going to Tools-&gt;Backup.</p>
<p>Once in the settings panel, you&#8217;re going to set it up so that the plugin performs a SQL dump (export of all your database data) on a regular basis and emails the resulting .sql file to the email address we set up above.</p>
<p>The page is split into three sections &#8211; ignore the first two for this tutorial &#8211; we&#8217;re interested in the scheduled backup section.</p>
<div>
<dl id="attachment_1250" class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/backup-settings.png"><img class="size-medium wp-image-1250  " title="WP-DB-Backup Settings" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/backup-settings-300x192.png" alt="WP-DB-Backup Settings" width="300" height="192" /></a></dt>
<dd class="wp-caption-dd">Settings for automatic SQL dump email</dd>
</dl>
</div>
<p>Make sure that you select all the tables listed (unless you&#8217;re concerned with file size and are certain that you wouldn&#8217;t miss the data if it disappeared). Then you&#8217;ll need to set up a frequency for performing the backup: this will largely be a function of how often your blog changes and how large your SQL database is (and thus how much storage you will need to keep an archive of SQL databases in your email account). My SQL backups tend to be about 700KB, so a 30-day archive, based on once-a-day backups will only use about 21MB of storage space (compared with GMail&#8217;s 7GB+ of storage).</p>
<p>For most people, once a day is more than adequate. Unless you&#8217;re running a high activity blog, you&#8217;re unlikely to need anything more. Bear in mind that performing this function weighs down your server periodically, so if you&#8217;re doing a large backup every hour, you might notice a degradation of service.</p>
<p>Now that you&#8217;ve selected your backup frequency, enter your email address that we set up earlier and hit Schedule Backup.</p>
<h3>Set up GMail filter</h3>
<div id="attachment_1255" class="wp-caption alignright" style="width: 260px"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/create-filter1.png"><img class="size-medium wp-image-1255   " title="Creating your GMail filter" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/create-filter1-250x80.png" alt="Creating your GMail filter" width="250" height="80" /></a><p class="wp-caption-text">Creating your GMail filter</p></div>
<p>I set up my GMail account so that it will keep 30 days worth of backups and then automatically delete them. I figure that if there&#8217;s a problem with my website, I&#8217;ll figure it out within 30 days! Again, this is done completely automatically (after setting up this filter) so that once you set it up, you never need to do anything again. Of course, if you want to keep more than 30 days of backups, that&#8217;s simple to do as well.</p>
<div id="attachment_1256" class="wp-caption alignright" style="width: 260px"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/filter-settings.png"><img class="size-medium wp-image-1256  " title="Setting your filter settings" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/filter-settings-250x110.png" alt="Setting your filter settings" width="250" height="110" /></a><p class="wp-caption-text">Setting your filter settings</p></div>
<p>Login to your GMail account and head over to the Settings page, and then head over to the filters tab. Now you&#8217;re going to &#8220;Create A New Filter&#8221;. Now insert the information as shown in the images to the right. Bear in mind that you will need to change the From address to reflect your own domain (wordpress@yourdomain.com).</p>
<p>Now before you start freaking out once you notice that I&#8217;ve checked the &#8220;Delete It&#8221; box, listen up. What this filter does is it takes all of your backup emails, marks them as read and sends them to your Trash folder. The reason you do this is because GMail account automatically delete anything in the trash folder after 30 days. This means that your trash folder will hold 30 days worth of backup emails before automatically trashing them for you, thus you never need to touch it.</p>
<div id="attachment_1259" class="wp-caption alignleft" style="width: 260px"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/trash-folder.png"><img class="size-medium wp-image-1259 " title="GMail Trash Folder" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/07/trash-folder-250x168.png" alt="What your GMail Trash folder will start to look like" width="250" height="168" /></a><p class="wp-caption-text">What your GMail Trash folder will start to look like</p></div>
<p>Should you ever need to retrieve a backup, just head to your trash folder, and you&#8217;ll see 30 days worth of database backups for you to download and restore to your server.</p>
<p>Of course, you can perform this on multiple WordPress installations using the same mail account, as I do. You are only limited by the amount of space in your email account. However, even though I backup seven or eight databases, I still use just 1% of my GMail storage, so you&#8217;re not likely to encounter any problems.</p>
<h3>Going the extra mile</h3>
<p>I can&#8217;t say that I&#8217;m so paranoid that I&#8217;d suspect there&#8217;s a chance of my database being compromised and on the same day, GMail happens to lose all of my data, but if you really are that concerned, you could always modify your filter to forward each email to another email address hosted by someone else.</p>
<p>Alternatively, you could also do something more labour-intensive and just download the attachments every day.</p>
<p>Feel free to post any questions in the comments, and if you found this useful, let me know or share the article.</p>
<p><strong>UPDATE:</strong> Bear in mind that if you install new plugins which create tables in your database, you will need to add them to the selection of tables to back up as new tables are not automatically added to the selection.</p>
<p><strong>UPDATE II:</strong> As <a href="http://technicallyeasy.net/">Paul</a> rightly pointed out, you can achieve the same effect using another plugin &#8211; <a href="http://wordpress.org/extend/plugins/wp-dbmanager/" rel="nofollow">WP-DBManager</a> &#8211; which also includes other functions, such as DB optimization, repair and dropping/emptying tables from within WordPress. I have since changed from WP-DB-Backup to WP-DBManager, but understand that there is nothing wrong with WP-DB-Backup &#8211; it&#8217;s just that WP-DBManager does more. <em>Thanks for the tip Paul.</em></p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/10-wordpress-plugins-that-every-website-needs-and-some-that-you-may-well-like-too/' rel='bookmark' title='Permanent Link: 10 WordPress plugins that every website needs&#8230; and others that may come in handy'>10 WordPress plugins that every website needs&#8230; and others that may come in handy</a></li>
<li><a href='http://www.thewanderingbrit.com/what-is-the-loop-wordpress/' rel='bookmark' title='Permanent Link: What is the Loop? [WORDPRESS]'>What is the Loop? [WORDPRESS]</a></li>
<li><a href='http://www.thewanderingbrit.com/post-your-facebook-status-updates-to-twitter-automatically/' rel='bookmark' title='Permanent Link: Post your Facebook Status Updates to Twitter automatically'>Post your Facebook Status Updates to Twitter automatically</a></li>
<li><a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/' rel='bookmark' title='Permanent Link: BBC News iPhone App Finally Provides Trustworthy News For iPhone Users'>BBC News iPhone App Finally Provides Trustworthy News For iPhone Users</a></li>
<li><a href='http://www.thewanderingbrit.com/how-to-display-code-within-a-wordpress-post/' rel='bookmark' title='Permanent Link: How To Display Code Within A WordPress Post'>How To Display Code Within A WordPress Post</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/SVXMxGVwcD6_aWQd8FXAdbAHCX8/0/da"><img src="http://feedads.g.doubleclick.net/~a/SVXMxGVwcD6_aWQd8FXAdbAHCX8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/SVXMxGVwcD6_aWQd8FXAdbAHCX8/1/da"><img src="http://feedads.g.doubleclick.net/~a/SVXMxGVwcD6_aWQd8FXAdbAHCX8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=b0uirbCNQeo:9TGQ7A8uW88:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=b0uirbCNQeo:9TGQ7A8uW88:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=b0uirbCNQeo:9TGQ7A8uW88:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=b0uirbCNQeo:9TGQ7A8uW88:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=b0uirbCNQeo:9TGQ7A8uW88:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/b0uirbCNQeo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=automate-wordpress-database-backups-for-care-free-protection</feedburner:origLink></item>
		<item>
		<title>BBC News iPhone App Finally Provides Trustworthy News For iPhone Users</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/S6KKFqfCAX8/</link>
		<comments>http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:27:52 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[bbc news]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1061</guid>
		<description><![CDATA[For too long, iPhone users have had to make do with the BBC News Mobile site which is abysmal, but now the BBC has finally produced their own iPhone app, which isn't half bad. You can even customise which news matters the most to you


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/meebo-for-iphone-finally-arrives-and-brings-speedy-push-notifications-with-it/' rel='bookmark' title='Permanent Link: Meebo for iPhone Finally Arrives and Brings Speedy Push Notifications With It'>Meebo for iPhone Finally Arrives and Brings Speedy Push Notifications With It</a></li>
<li><a href='http://www.thewanderingbrit.com/wptouch-is-a-godsend-in-an-increasingly-mobile-world/' rel='bookmark' title='Permanent Link: WPTouch is a Godsend in an Increasingly Mobile World'>WPTouch is a Godsend in an Increasingly Mobile World</a></li>
<li><a href='http://www.thewanderingbrit.com/official-flickr-iphone-app-makes-a-solid-first-impression/' rel='bookmark' title='Permanent Link: Official Flickr iPhone App Makes a Solid First Impression'>Official Flickr iPhone App Makes a Solid First Impression</a></li>
<li><a href='http://www.thewanderingbrit.com/ivideocamera-finally-brings-3gs-video-recording-to-iphone/' rel='bookmark' title='Permanent Link: iVideoCamera Finally Brings 3GS Video Recording To iPhone'>iVideoCamera Finally Brings 3GS Video Recording To iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/' rel='bookmark' title='Permanent Link: Search Domain Hacks On iPhone With Domai.nr'>Search Domain Hacks On iPhone With Domai.nr</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>BBC News has finally released their news app to the iPhone masses, having been limited to just the iPad until a few days ago.</p>
<p>Until now, I was forced to rely on either American news sources (which I despise) or use the old BBC mobile site, which was pretty abysmal:</p>
<div class="mceIEcenter">
<dl id="attachment_1070" class="wp-caption aligncenter" style="width: 236px;">
<dt class="wp-caption-dt"><a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/oldbbcnews.jpg"><img class="size-full wp-image-1070" title="oldbbcnews" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/oldbbcnews.jpg" alt="" width="226" height="300" /></a></dt>
<dd class="wp-caption-dd">Old BBC News Mobile Site</dd>
</dl>
</div>
<p>Now however, they have produced a beautiful and easy to navigate app for staying up to date with the world&#8217;s most neutral and reliable news source. In future updates, I&#8217;d like them to consider push notifications for breaking news, or further customisation of news sections (like news from the UK regions, as you can do on the BBC News website, for staying up-to-date with news in my home county), but all in all they&#8217;ve made a great (albeit late) start on adopting the iPhone platform.</p>

<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/bbc1/' title='bbc1'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/bbc1-150x150.jpg" class="attachment-thumbnail" alt="BBC News iPhone app screenshot" title="bbc1" /></a>
<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/bbc2/' title='bbc2'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/bbc2-150x150.jpg" class="attachment-thumbnail" alt="BBC News iPhone app screenshot" title="bbc2" /></a>
<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/bbc3/' title='bbc3'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/bbc3-150x150.jpg" class="attachment-thumbnail" alt="BBC News iPhone app screenshot" title="bbc3" /></a>
<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/bbc4/' title='bbc4'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/bbc4-150x150.jpg" class="attachment-thumbnail" alt="BBC News iPhone app screenshot" title="bbc4" /></a>
<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/bbc5/' title='bbc5'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/bbc5-150x150.jpg" class="attachment-thumbnail" alt="BBC News iPhone app screenshot" title="bbc5" /></a>
<a href='http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/oldbbcnews/' title='oldbbcnews'><img width="150" height="150" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/06/oldbbcnews-150x150.jpg" class="attachment-thumbnail" alt="Old BBC News Mobile Site" title="oldbbcnews" /></a>



<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/meebo-for-iphone-finally-arrives-and-brings-speedy-push-notifications-with-it/' rel='bookmark' title='Permanent Link: Meebo for iPhone Finally Arrives and Brings Speedy Push Notifications With It'>Meebo for iPhone Finally Arrives and Brings Speedy Push Notifications With It</a></li>
<li><a href='http://www.thewanderingbrit.com/wptouch-is-a-godsend-in-an-increasingly-mobile-world/' rel='bookmark' title='Permanent Link: WPTouch is a Godsend in an Increasingly Mobile World'>WPTouch is a Godsend in an Increasingly Mobile World</a></li>
<li><a href='http://www.thewanderingbrit.com/official-flickr-iphone-app-makes-a-solid-first-impression/' rel='bookmark' title='Permanent Link: Official Flickr iPhone App Makes a Solid First Impression'>Official Flickr iPhone App Makes a Solid First Impression</a></li>
<li><a href='http://www.thewanderingbrit.com/ivideocamera-finally-brings-3gs-video-recording-to-iphone/' rel='bookmark' title='Permanent Link: iVideoCamera Finally Brings 3GS Video Recording To iPhone'>iVideoCamera Finally Brings 3GS Video Recording To iPhone</a></li>
<li><a href='http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/' rel='bookmark' title='Permanent Link: Search Domain Hacks On iPhone With Domai.nr'>Search Domain Hacks On iPhone With Domai.nr</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/7SUSQYTPSjoiL-Z5muCc0rlUF6Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/7SUSQYTPSjoiL-Z5muCc0rlUF6Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7SUSQYTPSjoiL-Z5muCc0rlUF6Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/7SUSQYTPSjoiL-Z5muCc0rlUF6Q/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=S6KKFqfCAX8:5EiIue-yjBU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=S6KKFqfCAX8:5EiIue-yjBU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=S6KKFqfCAX8:5EiIue-yjBU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=S6KKFqfCAX8:5EiIue-yjBU:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=S6KKFqfCAX8:5EiIue-yjBU:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/S6KKFqfCAX8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=bbc-news-iphone-app-finally-provides-trustworthy-news-for-iphone-users</feedburner:origLink></item>
		<item>
		<title>Downloading BBC shows for your iPhone from outside the UK</title>
		<link>http://feedproxy.google.com/~r/wanderingbrit/~3/4On96SEfSiY/</link>
		<comments>http://www.thewanderingbrit.com/downloading-bbc-shows-for-your-iphone-from-outside-the-uk/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 19:10:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bbc]]></category>
		<category><![CDATA[bbc iplayer]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.thewanderingbrit.com/?p=1046</guid>
		<description><![CDATA[A description of the process needed to download BBC programs onto your iPhone, even if you're not located in the United Kingdom.


You may also like:<ol><li><a href='http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/' rel='bookmark' title='Permanent Link: Watching the BBC iPlayer outside of the UK, safely and reliably'>Watching the BBC iPlayer outside of the UK, safely and reliably</a></li>
<li><a href='http://www.thewanderingbrit.com/watching-bbc-iplayer-outside-the-uk-now-using-google-chrome/' rel='bookmark' title='Permanent Link: Watching BBC iPlayer Outside the UK &#8211; Now Using Google Chrome'>Watching BBC iPlayer Outside the UK &#8211; Now Using Google Chrome</a></li>
<li><a href='http://www.thewanderingbrit.com/imdb-releases-iphone-app/' rel='bookmark' title='Permanent Link: IMDB Releases iPhone App'>IMDB Releases iPhone App</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
<li><a href='http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/' rel='bookmark' title='Permanent Link: Search Domain Hacks On iPhone With Domai.nr'>Search Domain Hacks On iPhone With Domai.nr</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already written a couple of posts about how to access the <a href="http://bbc.co.uk/iplayer">BBC iPlayer</a> from outside the UK <a href="http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/">by using Firefox</a> and <a href="http://www.thewanderingbrit.com/watching-bbc-iplayer-outside-the-uk-now-using-google-chrome/">my now-preferred browser, Chrome</a>.</p>
<p>Now, to help the days in the office pass by quicker, I wanted a way to download programs onto my iPhone so I could watch them during the day and while I&#8217;m out in the field / on holiday etc.</p>
<p>Well, I found just the ticket. By using tactics already described in the posts above, coupled with a couple of new techniques, it is easily possible. Here&#8217;s how:</p>
<ol>
<li>Follow the first four steps in <a href="http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/">this article</a> to get Vidalia installed on your machine. (P.S. I have since switched to a Mac since writing that article, so if you have a Mac, you can find your config file under <<User>> &#8211; Library &#8211; Vidalia &#8211; torrc). To check that Tor is working correctly, go to any BBC iPlayer show and see if you can watch it.</li>
<li>Now download <a href="http://tom-tech.com/iplayer_automator/iPlayer_Automator/Get_iPlayer_Automator.html">Get iPlayer Automator</a> from Tom Tech. (Please note that this program is only available for the Mac &#8211; there are alternatives for PCs)<img class="aligncenter size-medium wp-image-1047" title="screen-capture" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-300x275.png" alt="" width="300" height="275" /></li>
<li>After you have installed this program, launch it and head straight into the preferences.<a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-1.png"><img class="aligncenter size-medium wp-image-1049" title="screen-capture-1" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-1-294x300.png" alt="" width="294" height="300" /></a></li>
<li>Under proxy, ensure you select &#8220;Provided&#8221; and enter 127.0.0.1:9050 into the box shown. Feel free to set the remainder of the preferences to suit your setup. I personally find it very handy to automatically add shows into iTunes and add Series-Link Programmes to Queue to startup (see below for explaination).</li>
<li>Now just enter the name of the show that you want to download in the search box and the program will show you all the available shows for download (note that occasionally, high-cost shows including American series such as Heroes, or films are not available for the iPhone because of licensing costs).<a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-2.png"><img class="aligncenter size-medium wp-image-1050" title="screen-capture-2" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-2-300x238.png" alt="" width="300" height="238" /></a></li>
<li>Now just select the show you want to download, add it to the queue and then hit start to start downloading the files. The files will be downloaded to wherever you specify in the preferences.<a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-3.png"><img class="aligncenter size-medium wp-image-1051" title="screen-capture-3" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-3-300x238.png" alt="" width="300" height="238" /></a></li>
<li>Now a feature that I really love about this awesome piece of freeware is the Series-Link feature. If you want the program to automatically download all available episodes of a certain show as and when they become available, hit the PVR (Personal Video Recorder) button across the top of the screen to enter the PVR Manager. In this window, you simply search for the series you want to record and then select auto-record to add it to the list of shows you want to download automatically. Now every time you launch the app, it will search for new episodes of these shows (provided that option is selected in the preferences).<a href="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-4.png"><img class="aligncenter size-medium wp-image-1052" title="screen-capture-4" src="http://www.thewanderingbrit.com/wp-content/uploads/2010/03/screen-capture-4-300x227.png" alt="" width="300" height="227" /></a></li>
</ol>
<p>The last thing you need to do is to be sure to donate to <a href="http://tom-tech.com/iplayer_automator/iPlayer_Automator/Get_iPlayer_Automator.html">Tom</a> for the excellent work he has done on this software, only to provide it to all for free.</p>
<p>If you have any questions about these methods, are having trouble setting it up, or want to share your own tips, please leave a comment, or <a href="http://www.thewanderingbrit.com/contact/">get in touch with me.</a></p>


<p>You may also like:<ol><li><a href='http://www.thewanderingbrit.com/watching-the-bbc-iplayer-outside-of-the-uk-safely-and-reliably/' rel='bookmark' title='Permanent Link: Watching the BBC iPlayer outside of the UK, safely and reliably'>Watching the BBC iPlayer outside of the UK, safely and reliably</a></li>
<li><a href='http://www.thewanderingbrit.com/watching-bbc-iplayer-outside-the-uk-now-using-google-chrome/' rel='bookmark' title='Permanent Link: Watching BBC iPlayer Outside the UK &#8211; Now Using Google Chrome'>Watching BBC iPlayer Outside the UK &#8211; Now Using Google Chrome</a></li>
<li><a href='http://www.thewanderingbrit.com/imdb-releases-iphone-app/' rel='bookmark' title='Permanent Link: IMDB Releases iPhone App'>IMDB Releases iPhone App</a></li>
<li><a href='http://www.thewanderingbrit.com/automate-wordpress-database-backups-for-care-free-protection/' rel='bookmark' title='Permanent Link: Automate WordPress Database Backups for Care-Free Protection'>Automate WordPress Database Backups for Care-Free Protection</a></li>
<li><a href='http://www.thewanderingbrit.com/search-domain-hacks-on-iphone-with-domai.nr/' rel='bookmark' title='Permanent Link: Search Domain Hacks On iPhone With Domai.nr'>Search Domain Hacks On iPhone With Domai.nr</a></li>
</ol></p>
<p><a href="http://feedads.g.doubleclick.net/~a/RiXmLrLHLdqO2ltVfTMl6OOejRE/0/da"><img src="http://feedads.g.doubleclick.net/~a/RiXmLrLHLdqO2ltVfTMl6OOejRE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RiXmLrLHLdqO2ltVfTMl6OOejRE/1/da"><img src="http://feedads.g.doubleclick.net/~a/RiXmLrLHLdqO2ltVfTMl6OOejRE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=4On96SEfSiY:REuI67eLYL4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=4On96SEfSiY:REuI67eLYL4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=4On96SEfSiY:REuI67eLYL4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=TzevzKxY174" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/wanderingbrit?a=4On96SEfSiY:REuI67eLYL4:RiqZV_n2gpk"><img src="http://feeds.feedburner.com/~ff/wanderingbrit?i=4On96SEfSiY:REuI67eLYL4:RiqZV_n2gpk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/wanderingbrit/~4/4On96SEfSiY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.thewanderingbrit.com/downloading-bbc-shows-for-your-iphone-from-outside-the-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.thewanderingbrit.com/downloading-bbc-shows-for-your-iphone-from-outside-the-uk/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=downloading-bbc-shows-for-your-iphone-from-outside-the-uk</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.960 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-07 14:43:14 --><!-- Compression = gzip -->
