I have several RSS feeds on my website and I would like to know if there is a way to modify or add something to the RSS Url so that it opens a new window to that feed? I don't want to drive traffic away from my website.
How can I change the RSS url so it will open up in a new window?
When linking to the feed add a target _blank...
a target="_blank" href="feed.rss"
if you are using xhtml, then you need javascript fix:
http://dev.nuhues.com/labs/2008/03/openi...
No comments:
Post a Comment