Hey guys,
How do I fix the code for opening the social icon links so that they open in a new window? I tried inserting a target="_blank" command, but I keep getting errors.
I need to fix these bits of code from the header and footer.php files. The code is truncating when I post it, but you will see which bit it is:
<ul class="social_bookmarks">
<?php do_action('avia_add_social_icon','header'); ?>
<li class='rss'>" <?php _e('Subscribe to our RSS Feed', 'avia_framework')?>
<?php
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'>".__('Follow us on Twitter', 'avia_framework')."";
if($facebook = avia_get_option('facebook')) echo "<li class='facebook'>".__('Join our Facebook Group', 'avia_framework')."";
?>
Thanks!














