Hi,
good question. I have 2 or even 3 options for you:
1) Because this is Custom HTML module, you can add additional icons 24x24 px like any other image.
Our code look like this
- Code: Select all
<p><a class="gkTwitter" href="#">Twitter</a><a class="gkFb" href="#">Facebook</a><a class="gkPinterest" href="#">Pinterest</a><a class="gkGplus" href="#">Google+</a></p>
Your could be like this
- Code: Select all
<p><a class="gkTwitter" href="#">Twitter</a><a class="gkFb" href="#">Facebook</a><a class="gkPinterest" href="#">Pinterest</a><a class="gkGplus" href="#">Google+</a> <a href="http:youtube.com"><img src="https://cdn0.iconfinder.com/data/icons/WPZOOM_Social_Networking_Icon_Set/24/youtube.png"></a></p>
Of course it won't have hover effects, but ...still works.
2) You have to add two new icons into this file:
templates/gk_news/images/style1/social_icons.png and add new class etc. because we use SPRITE IMAGE technique and background-image property.
3) use module who has all icons what you need.