How To Make Your RSS Feed IPhone Ready in 5 Minutes

If you like to offer your audience an iphone optimized version of your RSS feed you can either handcode a solution or you use intersquash. It lets you automatically convert your RSS for iPhones when publishing new posts. Just enter your url of your feed and paste a little piece of code into your website.



How To Make it iPhone Ready

Embed the following script into the header of your website:


<script type="text/javascript">
<!--
// Intersquash.com - iPhoneize your website.
// Just insert this between the <head> tags of your website.
var agent = navigator.userAgent.toLowerCase();
var iphone = ((agent.indexOf('iphone'))!=-1);
if (iphone) {
window.location = "http://intersquash.com/feed/07d3f976";
}
//-->
</script>

See the results

See the difference using the iPhone ready RSS Feed by Knowtebook.

Before

None iphone ready rss feed

After

Iphone ready RSS Feed

Spread this KnowTe

Digg Del.icio.us Stumble Float Technorati Bump
Leave a comment!
Note: You can also use your free Gravatar avatar on Knowtebook! Please also read our Publishing Policy before posting.

Ja, ich möchte bei Kommentaren benachrichtigt werden!