Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Maeve Lander

    (@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">

    Plugin Author Maeve Lander

    (@enigmaweb)

    Updated plugin, now line 357

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Open in New Page’ is closed to new replies.