Trying to use social icons - Twitter is showing Instagm and Youtube is showing facebook icon

Hello,

This strange thing is happening when I try to use the twitter and youtube icons - the both switch to instagram and facebook icons.

Here is the link:

Summary

https://dev.anchordistributors.com/book-authors/guillermo-maldonado/

Hi Scott,

Please change the html code of your icons to this.

Twitter

<i class="x-icon x-icon-twitter-square" data-x-icon-b="&#xf081;" aria-hidden="true"></i>

Youtube

<i class="x-icon x-icon-youtube" data-x-icon-b="&#xf431;" aria-hidden="true"></i>

For future reference, you can check unicode(data-x-icon-b) from the link below

https://fontawesome.com/cheatsheet

Hope that helps

That worked perfect!

Thank you

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.