<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Business Inspiration &#187; Wordpress</title>
	<atom:link href="http://toughride.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://toughride.com</link>
	<description>everything typically Sri Lankan</description>
	<lastBuildDate>Wed, 16 May 2012 12:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Get Your Picture to Appear in Google Search Alongside Search Results of Your WordPress Blog</title>
		<link>http://toughride.com/wordpress/how-to-get-your-picture-to-appear-in-google-search-alongside-search-results-of-your-wordpress-blog/</link>
		<comments>http://toughride.com/wordpress/how-to-get-your-picture-to-appear-in-google-search-alongside-search-results-of-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 09:12:19 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Attributes]]></category>
		<category><![CDATA[Author Archives]]></category>
		<category><![CDATA[Authors]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[Create Profile]]></category>
		<category><![CDATA[Custom Profile]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Massive Development]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Plusone]]></category>
		<category><![CDATA[Prerequisites]]></category>
		<category><![CDATA[Profiles]]></category>
		<category><![CDATA[Serp]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Template Files]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://toughride.com/?p=853</guid>
		<description><![CDATA[Have you noticed recently in Google SERP&#8217;s, a tiny profile picture has started appearing alongside some websites/blogs. If you haven&#8217;t seen it yet, take a look at this &#8211; Google search for Matt Cutts. While it looks sleek, this might &#8230; <a href="http://toughride.com/wordpress/how-to-get-your-picture-to-appear-in-google-search-alongside-search-results-of-your-wordpress-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you noticed recently in Google SERP&#8217;s, a tiny profile picture has started appearing alongside some websites/blogs. If you haven&#8217;t seen it yet, take a look at this &#8211; <a href="http://www.google.com/search?q=matt+cutts" rel="nofollow" title="Google search for Matt Cutts"  target="_blank">Google search for Matt Cutts</a>. While it looks sleek, this might also benefit in increased CTR (Click Through Rate). While there is massive development going on with the Google Plusone project, adding plusone and profile links to your site and baclinking with the same services are all needed for this little magic to happen.</p>
<p>I have to mention though, it&#8217;s not as straightforward as it seems. Because several tools used in the process are yet to be released in a public version such as the <a href="http://www.google.com/webmasters/tools/richsnippets" rel="nofollow" title="Google Rich Snippets Tool"  target="_blank">Google Rich Snippets tool</a>.</p>
<p>The WordPress theme you use will determine how editing you will have to do in the template files. e.g. If you use the WordPress TwentyEleven theme, you won&#8217;t have much editing to do because it has most of the prerequisites built into the templates. On the other hand its also advisable to utilize child themes rather than edit the template-core.</p>
<h2><strong>Create a Google Profile if you already haven&#8217;t</strong></h2>
<p>This is easy. Just go to the <a href="https://profiles.google.com/" rel="nofollow" title="Google Profiles"  target="_blank">Google profiles</a> page and follow simple instructions. Upload the profile picture. As per the Google requirements this has to be a clear, genuine head shot of your self only. Then edit the links box on the right hand side of the profile and include the link to your blog home page. I left the title field blank since it didn&#8217;t seem to work for me when I added a title. For the home page DO NOT check the &#8216;This page is specifically about me&#8217; check-box.</p>
<p>Add another link to your author page within the blog. For single author blogs the usual link for author pages is HOMEPAGE-URL/author/admin/. If you have multiple authors to your blog, find out the link to your own author archives and insert it as a custom link to your profile. Tick the &#8216;This page is specifically about me&#8217; check-box for this link.</p>
<h2><strong>Assess Template Files For Compatibility</strong></h2>
<p>Google Rich Snippets tool pops out warning messages when classes and attributes ain&#8217;t named according to its expectations. Its also noteworthy that it expects certain classes and attributes which are still under experimentation. The ideal structure of container classes is the one used in TwentyEleven theme by WordPress. Although it still popped out one or two warning messages, with some minor tweaking to the template it works just perfect.</p>
<p>For Rich Snippet data to be validated against the Google Rich Snippets tool, the structure of container classes has to be somewhat similar to:</p>
<p>hfeed<br />
hentry<br />
entry-title =<br />
entry-content =<br />
updated =<br />
hcard<br />
fn =<br />
Rel<br />
name =<br />
rel = bookmark<br />
url =<br />
Rel<br />
name =</p>
<p>Quickest way to find out; just enter the blog URL in the <a href="http://www.google.com/webmasters/tools/richsnippets" rel="nofollow" title="Google Rich Snippets Tool"  target="_blank">Google Rich Snippets Tool</a> and hit &#8216;Preview.&#8217; If there are any data displayed under the tabs &#8220;Extracted Author for this page&#8221; and &#8220;Extracted rich snippet data from the page,&#8221; (even along with few warning messages..) then by following steps below will hopefully complete the linking. But if you don&#8217;t find those tabs at all or there is no data displayed under them, then you have to make some serious changes to your theme templates. Alternatively switch to TwentyEleven or find a coder who can help you bring the templates to the latest standards.</p>
<h2><strong>Edit Theme Template Files or Child Themes</strong></h2>
<p style="padding-left: 30px;"><strong class="wp-caption-text">1. Add a text or image link to your Google profile from every page of your blog</strong></p>
<p style="padding-left: 30px;">Edit a common template for every page of your blog such as header, sidebar or footer and insert the code below in an appropriate position for the link to appear.</p>
<p class="aligncenter" style="padding-left: 30px;"><code><br />
&lt;?php if ( ! is_author() &amp;&amp; ! is_page('about')) { ?&gt;<br />
&lt;p&gt;&lt;a rel="author" href="YOUR GOOGLE PROFILE URL"&gt;<br />
&lt;img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32"&gt;<br />
&lt;/a&gt; &lt;/p&gt;<br />
&lt;?php } else { ?&gt;<br />
&lt;p&gt;&lt;a rel="me" href="YOUR GOOGLE PROFILE URL"&gt;<br />
&lt;img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32"&gt;<br />
&lt;/a&gt;<br />
&lt;/p&gt;<br />
&lt;?php } ?&gt;</code></p>
<p style="padding-left: 30px;">note: Please change the &#8216;About us&#8217; page name and the Google profile URL as required. In my case the about us page name is &#8216;about&#8217;. If you don&#8217;t have one, just ignore that part of the code snippet.<br />
What this code does is that it defines the &#8216;rel&#8217; attribute on the link. On &#8220;author archives&#8221; or the &#8220;About&#8221; page, the code will insert &#8216;rel=&#8221;me&#8221; &#8216; as the rel attribute and &#8216;rel=&#8221;author&#8221; &#8216; on all other pages. This is a requirement from Google for the tool to properly differentiate author specific pages.</p>
<p style="padding-left: 30px;"><strong class="wp-caption-text">2. Edit Template Files to Rectify Warnings Received in Rich Snippets Tool</strong></p>
<p style="padding-left: 30px;">A common warning that will be received is the: <em>Warning</em>: <em>Missing required field</em> &#8220;<em>updated</em>.&#8221; This means the class &#8220;updated&#8221; is not found in the date container. Just add the class name &#8220;updated&#8221; to the the container of the date and/or time and the warning message will disappear.</p>
<p style="padding-left: 30px;"><strong>3. Edit TwentyEleven by WordPress Theme Functions Template</strong><strong></strong></p>
<p style="padding-left: 30px;">If youclosely examine a blog using the TwentyEleven WordPress theme, you will notice that post meta section underneath the post title does not display the author name, although the function responsible does include the necessary coding to display &#8216;Posted By &#8220;author name&#8221; &#8216; as well.For this to work, replace the <em>printf</em>line in the twentyeleven_posted_on () function within the theme functions template file (functions.php)of the TwentyEleven theme; with the following code.</p>
<p style="padding-left: 30px;"><code><br />
printf( __( '&lt;span class="sep"&gt;Posted on &lt;/span&gt;<br />
&lt;a href="%1$s" title="%2$s" rel="bookmark"&gt;&lt;time class="entry-date updated" datetime="%3$s" pubdate&gt;%4$s&lt;/time&gt;&lt;/a&gt;<br />
&lt;span class="sep"&gt; by &lt;/span&gt;&lt;span class="by-author"&gt;&lt;span class="author vcard"&gt;<br />
&lt;a class="url fn n" href="%5$s" title="%6$s" rel="author"&gt;%7$s&lt;/a&gt;<br />
&lt;/span&gt;&lt;/span&gt;', 'twentyeleven' ),</code></p>
<p>Now that all major editing is complete, check the URL in the rich snippets tool one more time. Hopefully there will be no errors displayed and your thumbnail image will be displayed in Google SERP&#8217;s alongside search results from your blog very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/how-to-get-your-picture-to-appear-in-google-search-alongside-search-results-of-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Nofollow the Global Translator WordPress Widget Links and Flags</title>
		<link>http://toughride.com/wordpress/how-to-nofollow-the-global-translator-wordpress-widget-links-and-flags/</link>
		<comments>http://toughride.com/wordpress/how-to-nofollow-the-global-translator-wordpress-widget-links-and-flags/#comments</comments>
		<pubDate>Fri, 06 May 2011 10:18:19 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Flags]]></category>
		<category><![CDATA[Global Translator]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[Translator Free]]></category>

		<guid isPermaLink="false">http://toughride.com/?p=807</guid>
		<description><![CDATA[Global translator wordpress plugin is probarbly used by thousands of webmasters. Are you one of them who has all the problems that Global Translator plugin has to offer. Google webmaster tools spitting out hundreds of 404 not found pages and &#8230; <a href="http://toughride.com/wordpress/how-to-nofollow-the-global-translator-wordpress-widget-links-and-flags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Global translator wordpress plugin is probarbly used by thousands of webmasters. Are you one of them who has all the problems that Global Translator plugin has to offer. Google webmaster tools spitting out hundreds of 404 not found pages and plagiarism concerns are just ordinary issues, as far as Global Translator wordpress plugin is concerned.</p>
<p>One way to get around this, or at least minimize the errors caused by this plugin is to &#8220;nofollow&#8221; the links/flags in the widget. This not only minimizes the amount of error messages spat out into the Google webmaster tools, but also reduces pagerank leak.</p>
<p>Follow the steps below to add a &#8220;nofollow&#8221; attribute to the Global translator widget links.</p>
<ol>
<li>Go to the plugins-editor page and select &#8216;Global Translator&#8217; from the dropdown list.</li>
<li>Within &#8216;translator.php&#8217; search for two lines of codes that include <code>href='$flg_url'</code>.</li>
<li>Add <code>rel='nofollow'</code> just after the space following <code>$lnk_attr</code> in both lines.</li>
<li>That&#8217;s it! Now go test the links if they&#8217;re no followed.</li>
</ol>
<p>There are no proper documentation for altering the link attributes for the Global Translator WordPress plugin. Feel free to leave a comment regarding this small tutorial or the famous Global Translator plugin itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/how-to-nofollow-the-global-translator-wordpress-widget-links-and-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Real Truth About Profit Jackpot</title>
		<link>http://toughride.com/wordpress/the-real-truth-about-profit-jackpot/</link>
		<comments>http://toughride.com/wordpress/the-real-truth-about-profit-jackpot/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 09:43:11 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[anik singal]]></category>
		<category><![CDATA[article jackpot]]></category>
		<category><![CDATA[article jackpot plugin]]></category>
		<category><![CDATA[article spinner]]></category>
		<category><![CDATA[jimmy kim]]></category>
		<category><![CDATA[profit jackpot]]></category>
		<category><![CDATA[spinner jackpot]]></category>
		<category><![CDATA[video jackpot]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.toughride.com/?p=753</guid>
		<description><![CDATA[ProfitJackpot Intro So have you seen the latest video released by Anik Singal? (No? then take a peek at it here) If you have, then you must have a glimpse about the next product launch from Anik. Apparently the product &#8230; <a href="http://toughride.com/wordpress/the-real-truth-about-profit-jackpot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>ProfitJackpot Intro</strong></p>
<p>So have you seen the latest video released by Anik Singal? (No? then take a peek at it <a href="http://toughride.com/aalikes/profitjackpot/" title="profit jackpot">here</a>) If you have, then you must have a glimpse about the next product launch from Anik. Apparently the product should comprise of some special software in the form of wordpress plugins. As I gather, this collection of wordpress plugins should resolve an important task, if not &#8216;the important task&#8217; for affiliate marketers; which is creating and publishing sites with quality content within a short period of time. Don&#8217;t you wanna hear more? Sure you do&#8230;</p>
<p><strong>Some recent IM products</strong></p>
<p>In the recent past there were couple of products launched by few veterans in &#8216;online marketing&#8217;, received negative responses overall. Although statistically the products do well and sales have been crazy, the actual content were below par; given the reputation of the authors.</p>
<p>Those products had 3 major flaws,</p>
<ol>
<li>Content were not what the title suggested (marketing hype)</li>
<li>Most of the content provided, if not all were available for FREE</li>
<li>The presentations were not professional (e.g. no evident preparation for making the videos</li>
</ol>
<p>Analyzing their success and the reasons are not the focus of this article. But the point I&#8217;m making is, a product does not have to be good just because the author has a good reputation. Having said that, I&#8217;m inclined to point out that Anik Singal has been so consistent in delivering quality. So I expect no less than the best from ProfitJackpot as well.</p>
<p>On the other hand, if this is &#8216;the invention of the wheel&#8217;, just presented in a different point of view, then I will definitely point it out in my sequel to this post, possibly after the launch. But for now its sufficient to say that founder of &#8216;LURN Inc.&#8217; delivers on quality.</p>
<p><strong>Little bit about Anik and Jimmy</strong></p>
<p>Anik has a number of quality products that are very popular including PPC Classroom, Affiliate Classroom and Empire Formula. He also happens to be a mentor for thousands, not only on internet marketing, but also on fields such as personal development. Anik goes on lecture tours to many parts of the world very regularly, which reinstates his authority on subjects he teaches, including &#8216;online business&#8217; and &#8216;internet marketing&#8217; etc. Needless to say his company has made to the fortune 500 list for 2 consecutive years now.</p>
<p>While his partner Jimmy Kim too has his own IM products which continues to earn him considerable amount of money every single day, he has been a silent force for Anik&#8217;s success right throughout. So now you know the power what to expect when two brilliant minds join force.</p>
<p><strong>Is ProfitJackpot the right product for you?</strong></p>
<p>Let me answer this question in a different perspective. There is no straightforward answer to this, because I don&#8217;t know you personally. See, if I handover a brand new BMW to a total stranger; how can I guarantee that he will not crash it. Just like an advanced BMW cannot be held responsible for driver&#8217;s actions, IM products are not the cause why a majority of newbie internet marketers fail to make a mark. Btw how many brand new BMW&#8217;s have you crashed? Get my point? You just can&#8217;t expect miracles to happen in this business. Full stop.</p>
<p>But one thing I can guarantee, if you put each and every word that Anik teaches you into action, success is inevitable.</p>
<p><a href="http://toughride.com/aalikes/profitjackpot/"><br />
<img src="http://profitjackpot.com/jvinfo/images/banner-336x280.jpg" alt="" width="336" height="280" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/the-real-truth-about-profit-jackpot/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Unattach or Detach Images From WordPress Posts</title>
		<link>http://toughride.com/wordpress/how-to-unattach-or-detach-images-from-wordpress-posts/</link>
		<comments>http://toughride.com/wordpress/how-to-unattach-or-detach-images-from-wordpress-posts/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 06:54:03 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[detach images]]></category>
		<category><![CDATA[file gallery]]></category>
		<category><![CDATA[nxtgen gallery]]></category>
		<category><![CDATA[Unattach image wordpress]]></category>
		<category><![CDATA[unattach images]]></category>
		<category><![CDATA[wordpress detach image]]></category>
		<category><![CDATA[wordpress detach image from post]]></category>
		<category><![CDATA[wordpress posts]]></category>
		<category><![CDATA[wordpress unattach image]]></category>

		<guid isPermaLink="false">http://www.toughride.com/?p=632</guid>
		<description><![CDATA[Detaching images from WordPress posts is a much needed option. But unfortunately its not as straightforward as attaching an image to a post, which incidentally is just a click of a button. However there are gallery plugins capable of both &#8230; <a href="http://toughride.com/wordpress/how-to-unattach-or-detach-images-from-wordpress-posts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Detaching images from WordPress posts is a much needed option. But unfortunately its not as straightforward as attaching an image to a post, which incidentally is just a click of a button. However there are gallery plugins capable of both attaching and detaching images from posts and pages.</p>
<p>One such plugin I recently encountered was the &#8216;<a href="http://wordpress.org/extend/plugins/file-gallery/" rel="nofollow"  target="_blank">File Gallery</a>&#8216; plugin. It has plenty cool features to have it installed in wordpress sites. The plugin adds gallery options and image thumbnails (attached) right at the bottom of edit pages and posts. More than anything it allows detaching images with just a click of a button.</p>
<p>Another requirement that falls along the lines of &#8216;image detachment&#8217; is attaching a single image to multiple posts. &#8216;File Gallery&#8217; solves that problem too. What&#8217;s more, it allows importing images from other posts and pages from within the edit area.</p>
<p>As a downside to the above features, the plugin creates attachment copies when duplicating attachments but does not remove the copies when detaching the imported images from the post or page. On the other hand it deletes the attachment image altoghether when deleted using the plugin options.</p>
<p>But, overall advantages of the plugin overweighs the minute disadvantages. Hence &#8216;File Gallery&#8217; is a great little plugin to use for image galleries within posts. Oh, did I mention its much more lighter than &#8216;NextGen Gallery&#8217;. Don&#8217;t get me wrong, NextGen is the mother of all gallery plugins as assumed by the WordPress community, thus far, and correctly so too. Personally I don&#8217;t like to carry too much bulk, which I don&#8217;t use. So in my context &#8216;File Gallery&#8217; was much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/how-to-unattach-or-detach-images-from-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Embed MP3 to a Website and Play Continuously without Interruption Across Pages</title>
		<link>http://toughride.com/wordpress/how-to-embed-mp3-to-a-website-and-play-continuously-without-interruption-across-pages/</link>
		<comments>http://toughride.com/wordpress/how-to-embed-mp3-to-a-website-and-play-continuously-without-interruption-across-pages/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 01:00:38 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[autoresume]]></category>
		<category><![CDATA[background music to website]]></category>
		<category><![CDATA[boutell]]></category>
		<category><![CDATA[continuous mp3 playback]]></category>
		<category><![CDATA[embed mp3]]></category>
		<category><![CDATA[embed mp3 to a website]]></category>
		<category><![CDATA[play mp3]]></category>
		<category><![CDATA[play mp3 continuously]]></category>
		<category><![CDATA[tierra audio playlist manager]]></category>
		<category><![CDATA[xspf player]]></category>

		<guid isPermaLink="false">http://www.toughride.com/?p=624</guid>
		<description><![CDATA[One of my recent web designing projects had to deal with embedding MP3 with &#8216;Autoplay&#8217; on. This happened to be a task easy enough, because almost all of the xspf players come with the &#8216;Autoplay&#8217; feature. However my client wanted &#8230; <a href="http://toughride.com/wordpress/how-to-embed-mp3-to-a-website-and-play-continuously-without-interruption-across-pages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of my recent web designing projects had to deal with embedding MP3 with &#8216;Autoplay&#8217; on. This happened to be a task easy enough, because almost all of the xspf players come with the &#8216;Autoplay&#8217; feature. However my client wanted his MP3 playing within the site (not in a pop up window) continuously even across pages and posts. What &#8216;Autoplay&#8217; does is start the playlist fresh after each page-load, which wasn&#8217;t just good enough for my client. So I had to search for a better solution, which I managed to find eventually.</p>
<p>Here&#8217;s the solution for those who seek similar multimedia functionality in a website.</p>
<p>The embedded flash player I used was the <a href="http://www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CBIQFjAA&amp;url=http%3A%2F%2Fwww.boutell.com%2Fxspf%2F&amp;rct=j&amp;q=boutell%20autoresume%20issues%20in%20internet%20explorer&amp;ei=WtrwTIquLIPQcbH5xbYK&amp;usg=AFQjCNFXwF0MvoEfZqXNokTwodIMEw0MMw&amp;sig2=nZmH_vVWj2WY4doiJ7-cjw&amp;cad=rja" rel="nofollow" title="xspf player"  target="_blank">xspf player from boutell</a>. This was the only flash player I found to have an &#8216;Autoresume&#8217; feature on. For a fresh site needing both &#8216;Autoplay&#8217; and &#8216;Autoresume&#8217; from within the website, a comprehensive installation guide can be found at the above link.</p>
<p>However my task was beyond just finding a player which did this. Because my client was using the &#8216;<a href="http://wordpress.org/extend/plugins/tierra-audio-playlist-manager/" rel="nofollow"  target="_blank">Tierra audio playlist manager</a>&#8216; plaugin for WordPress to manage his playlists and yes it was a WordPress based project. I was suddenly in a different hole with a brand new set of problems. Fortunately &#8216;Tierra audio plugin&#8217; provided the option to upload and use other xspf players for playback. Having said that, &#8216;Autoresume&#8217; off by default in the Boutell&#8217;s xspf player questioned the implementation with the Tierra plugin.</p>
<p>After about 3 hours of researching and analyzing, I modified the &#8216;Tierra audio playlist manager&#8217; plugin to include &#8216;Autoresume&#8217; feature as a widget option. Follow the steps below to add MP3 with &#8216;Autoresume&#8217; on to your WordPress site.</p>
<ol>
<li>Download the modified &#8216;<a href="http://www.toughride.com/wp-content/uploads/2010/11/tierra-audio-autoresume.zip" rel="nofollow" >Tierra audio with autoresume</a>&#8216; playlist manager plugin and upload it to your WordPress site. Alternatively, use WordPress plugin directory to install the plugin &#8211; <a href="http://wordpress.org/extend/plugins/tierra-audio-with-autoresume/" rel="nofollow"  target="_blank">Download from WordPress.org</a></li>
<li>Create MP3 playlists using &#8216;Playlist Manager&#8217; interface.</li>
<li>Tick the &#8216;Autoresume&#8217; option when adding the widget or use shortcodes as needed.</li>
<li>And that&#8217;s all. Enjoy continuous MP3 playback in the site.</li>
</ol>
<p>Although it&#8217;s not needed for &#8216;Autoresume&#8217; to work, if a custom player needs to be used along with this plugin&#8217;s MP3 management system, do the following in the widget options :-</p>
<p>Enter the url http://<strong>YOURDOMAIN</strong>/wp-content/plugins/tierra-audio-playlist-manager/swf/YOUR-CUSTOM-PLAYER in the &#8216;custom xspf swf player field within the widget options. (replace YOURDOMAIN with the actual domain and YOUR-CUSTOM-PLAYER with the uploaded custom player swf file)</p>
<p><strong>Plugin shortcodes and usage</strong></p>
<p>using the short code <code><span>[</span>ti_audio<span>]</span></code> by itself will attempt to play playlist #1, which may or may not exist. It&#8217;s always preferable to use a named Playlist when calling the player or to set the id.</p>
<p>Plays playlist with name &#8220;Name of Playlist&#8221; (case sensitive)</p>
<pre><code><span>[</span>ti_audio name="Name of Playlist"<span>] </span></code></pre>
<p>Plays playlist #1</p>
<pre><code><span>[</span>ti_audio id="1"<span>] </span></code></pre>
<p>Uses the swf located at this location, rather than the default.<br />
Your root folder must contain a crossdomain.xml file allowing<br />
another domain&#8217;s swf access to XML data. Also passed is the<br />
name of the player and the swf&#8217;s width and height values.</p>
<pre><code><span>[</span>ti_audio skin="/player/xspf_player_custom.swf" width="260" height="315"<span>] </span></code></pre>
<p>In addition, you can also change the following attributes of the player (defaults shown):</p>
<p>Sets player to begin playing on load. Default is off, 0.</p>
<pre><code>autoplay="0" </code></pre>
<p>Sets player for continuous playback, fresh page-load will only pause the player for moments (given the player resides in a common place sucha as sidebar or footer). Default is off, 0.</p>
<pre><code>autoresume="0" </code></pre>
<p>Sets player to begin loading assets before the user clicks anything. Default is on, 1.</p>
<pre><code>autoload="1" </code></pre>
<p>Sets player to repeat once it reaches the end of the playlist. Default is off, 0.</p>
<pre><code>repeat="0" </code></pre>
<p>URL of the XSPF swf to use for display. Uses default player unless specified.</p>
<pre><code>skin="xspf_player.swf" </code></pre>
<p>Set if the skin attribute points to a SWF of different dimensions.</p>
<pre><code>width="400"</code></pre>
<pre><code>height="170" </code></pre>
<p>Set default volume level (in percent)</p>
<pre><code>volume="50" </code></pre>
<p>Set the playlist to play in random order</p>
<pre><code>randomize="1" </code></pre>
<p>Single Audio Track:</p>
<p>If you are looking to embed a single file, use the following short code.</p>
<p>Plays audio file with id of 1</p>
<pre><code><span>[</span>ti_audio media='201'<span>] </span></code></pre>
<p>Plays single audio file, set to auto play, repeat and volume at 60%</p>
<pre><code><span>[</span>ti_audio media='201' autoplay="1" repeat="1" volume="60"<span>] </span></code></pre>
<p>Templates:</p>
<p>You can embed the audio player into any WordPress template. Much like the short code examples above, you can customize the values within your own templates. Here are all of the fields that you can specify should you choose. Omitting a field will set it to the plugin�s default values.</p>
<p><code>&lt;? if (function_exists ("ti_apm_print_player")) { print ti_apm_print_player (array( "name" =&gt; "Name of Playlist", "skin" =&gt; "/player/xspf_player_custom.swf", "autoplay" =&gt; "0", "repeat" =&gt; "0", "width" =&gt; "400", "height" =&gt; "170" )); } ?&gt; </code></p>
<p>To play a single audio file within your template, specify the following:</p>
<p><code>&lt;? if (function_exists ("ti_apm_print_player")) { ti_apm_print_player (array( "media" =&gt; "3" )); } ?&gt; </code></p>
<p><strong>Original plugin and usage information from <a href="http://tierra-innovation.com/wordpress-cms/plugins/audio-playlist-manager/" rel="nofollow"  target="_blank">Tierra Innovation</a></strong></p>
<p>Hope this tutorial helped you.</p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/how-to-embed-mp3-to-a-website-and-play-continuously-without-interruption-across-pages/feed/</wfw:commentRss>
		<slash:comments>154</slash:comments>
		</item>
		<item>
		<title>How To Use WordPress Plugins</title>
		<link>http://toughride.com/wordpress/how-to-use-wordpress-plugins/</link>
		<comments>http://toughride.com/wordpress/how-to-use-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:15:19 +0000</pubDate>
		<dc:creator>Ameen Aliyar</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.toughride.com/?p=30</guid>
		<description><![CDATA[How to use wordpress plugins? I&#8217;m thinking if I should rephrase the title to &#8216;How to select wordpress plugins&#8217;. Plugins are one of the many reasons to fall in love with wordpress. Whatever the functionality you require on your blog, &#8230; <a href="http://toughride.com/wordpress/how-to-use-wordpress-plugins/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to use wordpress plugins? I&#8217;m thinking if I should rephrase the title to &#8216;How to select wordpress plugins&#8217;. Plugins are one of the many reasons to fall in love with wordpress. Whatever the functionality you require on your blog, 99% chance that you&#8217;d find a wordpress plugin for it.  With latest versions of wordpress allowing the search and installation of plugins within the admin panel, it&#8217;s just a peace of cake to modify a blog with extra functionality.</p>
<p>WordPress Plugins are very easy to get carried away with and it can sometimes be overwhelming to workaround them. Eventually you might have to twist and tweak plugins individually or in combination, just to shape them to do what you exactly want them to do. It&#8217;s always best to avoid plugins if the purpose is not of high importance.</p>
<p>7 Things to check when installing plugins</p>
<ul>
<li>Remember the fact that plugins are 3rd party peaces of codes that aren&#8217;t always reliable</li>
<li>Check the wordpress version compatibility</li>
<li>Take note of the user count of the plugin</li>
<li>Visit the plugin author page for more indepth info</li>
<li>Read reviews and ratings from the actual users and webmasters</li>
<li>Analyze the gravity of the purpose</li>
<li>Update and maintain the plugin version and changes</li>
</ul>
<p>This is how I think, wordpress plugins must be used and this is exactly what I had failed to execute. If you have a tip or two to add please do so with a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://toughride.com/wordpress/how-to-use-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

