Viewing 2 replies - 1 through 2 (of 2 total)
  • vijay

    (@vijay_malav)

    Hi,
    You need to make small change in facebook-feed-shortcode.php file inside your plugin package.
    Find the below snippet in this file:
    $authortext = '<a href ='. $link_to_page .'>'.$authortext.'</a>';
    and replace it with
    $authortext = '<a href='. $link_to_page .' target="_blank">'.$authortext.'</a>';.

    For any help kindly write to us.

    Thanks

    Plugin Author a.ankit

    (@aankit)

    @emulder.. we will include this feature in next update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Target blank’ is closed to new replies.