can media be opened in new tab
-
Hi,
Wicked plugin, nice and simple – so perfect for my needs right now.
Is it possible to have the downloaded media file open in a new tab? I’m not keen on users being directed away from my site.
I guess I could mod the plugin to use something like:
paypal-for-digital-goods/public/views/confirm.php
window.onload = function(){ if(window.opener){ window.close(); } else{ if(top.dg.isOpen() == true){ top.dg.closeFlow(); return true; } } //top.window.opener.location = "<?php echo $item_url;?>"; window.open("<?php echo $item_url;?>", "_blank"); };
But it would be nice to have this wrapped inside a param in the shortcode (or is there another solution?!)
I haven’t worked much with shortcodes, so not sure how to help there ??
Cheers,
Josh
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘can media be opened in new tab’ is closed to new replies.