How To Make Your RSS Feed IPhone Ready in 5 Minutes
Friday, 19. December 2008
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

After

| Popularität: 4% | Tags:


Und was können wir für Sie tun?