nasbp
Member
Posted 10 months ago #
Hello: First, thank you for writing such a great RSS feed plug-in!
I have a question regarding opening the links in new windows as opposed to a light box. Is there RSS I can add to make this happen? I have a provider of news feeds that would prefer the content open in a new window.
Thank you.
http://wordpress.org/extend/plugins/wp-rss-aggregator/
Hi nasbp,
So you want to allow this for only some feeds, but not all? You could easily modify the plugin code to add target="_blank" to the feed links, but creating conditionals would be pretty tricky I imagine. And I've never heard of a way to create this action by passing it as URL variable...that would probably require some kind of javascript, which means risking hitting up against users' pop-up blockers and so forth.
But if you could do it for all feeds, then just modify the plugin code!
hope this helps,
-jennyb
Also just saw another post where jeangalea says he'll probably be adding this feature to a future version :D
Yep that's right, coming soon :)