The html equivilent code of [x_icon type="comments-o"]

hi
i want to insert directly the equivalent html code of [x_icon type=“comments-o”] but i can only have
<i class="x-icon x-icon-comments-o" data-x-icon="" aria-hidden="true"></i>
i dont know what to write in the data-x-icon
thanks

Hi,

You can check the unicode from the link below.

http://fontawesome.io/cheatsheet/

Getting it from the above link the complete code is

<i class="x-icon x-icon-comments-o" data-x-icon="&#xf0e6;" aria-hidden="true"></i>

Hope that helps

perfect :wink:

Cheers! :slight_smile:

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