hi, i wondered how i can get the rss links to open in a new tab? currently if clicking on the rss it leaves my site.
thanks Keith
if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a href="'.str_replace('&', '&', $rss_link).'" class="gk-rss-icon">RSS</a>');
if($rss_link !== '') echo apply_filters('gk_social_rss_link', '<a target="_blank" href="'.str_replace('&', '&', $rss_link).'" class="gk-rss-icon">RSS</a>');