diederik.meijer
Member
Posted 1 year ago #
Hi,
I am not getting the target = blank to work. This is my code:
<?php RSSImport(10, 'http://feeds.feedburner.com/duckrabbit/Nrks/', target='_blank'); ?>
Everything works fine, except for opening the links in a new window, they all open in the current window, as a result of which visitors surf away from my blog if they follow the imported RSS links.
Thank you,
diederik
http://wordpress.org/extend/plugins/rss-import/
target="blank" is the right way. see the documentation
wprookie12
Member
Posted 1 year ago #
Can't get it to work either without the underscore and with the dollar sign! In another topic someone had a similar problem. Must be something else!
<?php RSSImport($display = 1, $feedurl = "http://whatever/RSS", $target = "blank"); ?>
Ivan Komarov
Member
Posted 1 year ago #