Hi has anyone successfully added a youtube icon and link to the social icons in the header?
Just when I thought I had found a theme that had everything I wanted just out of the box a popular icon like youtube is missing
Thanks for any help
Sam
There’s no youtube icon in the font icon set at the moment – Kriesi will probably add a youtube icon to the icon set in the next update. For now I’d suggest to append the youtube icon as an image to the icon list. In header.php replace
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
with
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '<a href="http://youtube.com" class="youtube" target="_blank"><img src="http://mywebsite.com/youtubelogo.png" title="Youtube" alt="Youtube" /></a>');
and instead of http://mywebsite.com/youtubelogo.png insert the url to your youtube icon and replace http://youtube.com with the youtube account url…
Hi,
Please read my post here about a new wordpress plugin that has youtube icon. https://kriesi.at/support/topic/left-menu-listing-problem#post-124163
Thanks,
Nick