Hi,
Is there a little tweak to make the social media links opening in new tabs?
Thanks
Alex
Social media opening in NEW tabs
3 posts from 2 voices-
Posted 3 months ago #
-
In sidebar.php replace:
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."'>Facebook</a></li>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>Twitter</a></li>";with:
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'><a href='".$facebook."' target='_blank'>Facebook</a></li>"; if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."' target='_blank'>Twitter</a></li>";Posted 3 months ago # -
Great!
ThanksPosted 3 months ago #
Topic Closed
This topic has been closed to new replies.














