Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25463

    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

    #127052

    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…

    #127053

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I add a you Tube Icon to social icons in the header’ is closed to new replies.