Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DynamicWebLab

    (@maidulcu)

    Hi,
    You have to do it on shortcode-generator.php
    I am glad you love my plugin

    So would a plugin update from you overwrite our custom addition of target _blank for the social links on shortcode-generator.php?

    Thread Starter robbob37

    (@robbob37)

    Good questions there WebMagi!

    Also for anyone else who might want to have this functionality added you need to change the line:
    <li><a class="facebook-'.$social_size.'" href="' . $facebook. '" title="Facebook">Facebook</a> to
    <li><a class="facebook-'.$social_size.'" href="' . $facebook. '" title="Facebook" target="_blank">Facebook</a> and obviously also add target=”_blank” to each other social option as well

    Plugin Author DynamicWebLab

    (@maidulcu)

    Hi,
    This functionality is added on the new version of the plugin.
    You will find it on Team Manager -> settings tab.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘open social links in a new page?’ is closed to new replies.