Viewing 2 replies - 1 through 2 (of 2 total)
  • I guess I’m support for this plugin. lol

    Edit: /flare/views/widget/widget.php

    and change:

    <a href="<?php echo $button['url']; ?>"

    to

    <a target="_blank" href="<?php echo $button['url']; ?>"

    Basically just add target=”_blank” between <a and herf=

    Hope that helps.

    Thanks sooo much! I just happened to come across your posting and it worked perfectly! have been trying to solve this issue for hours… just couldnt figure out where to place this target blank.. great..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘open social in new window’ is closed to new replies.