Forums
Home / Plugin: Sticky Side Buttons / Open in New Page
(@michellepypgmail11)
8 years ago
Is there a way to make the link open in a new tab?
(@enigmaweb)
It’s not an option in the plugin settings but if there was a really good reason you need to have button links open in new tab you could add target=”_blank” to the button links in the plugin file /ssb-ui.php line 343
It would become:
<a href="<?php echo $this->buttons['btns'][ $btn_id ]['btn_link']; ?>" target="_blank">
7 years, 11 months ago
Updated plugin, now line 357