Snapchat social icon

Hello, is there a way to add the Snapchat social icon at the bottom along with the rest of the social icons?

Hello @jeremy4,

Thanks for asking. :slight_smile:

You can add following JS code under X > Theme Options > JS:

jQuery(function($) {
    $('.x-colophon.bottom .x-social-global').append('<a href="#holder" class="snapchat" title="Snapchat" target="_blank"><i class="x-icon-snapchat-square" data-x-icon="&#xf2ad;" aria-hidden="true"></i></a>');
});

Change #holder with your snapchat profile link.

Thanks.

@Prasant Thank you so much!

You’re welcome!

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