target="_blank" <?php_e ('GooglePlus URL: ')

Here is my question. I have a wordpress site, with a social media plugin. It works great. But when you click on the image, it opens in the same window. I want it to open the social media site in a new tab…

In the my-social-widget.php I think it is pulling the URL at this line of code:

[php]

<?php _e('Facebook URL:'); ?>

[/php]

is there an easy way to add a target="-blank" to this section to make it open in a new tab?

Sponsor our Newsletter | Privacy Policy | Terms of Service