Adding Trip Advisor Social

Hi Team X,

Please can you advise how to add a Trip Advisor social link to our footer, along with the 3 current socials.
Thank you :slight_smile:

Hello @toonie,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > JS to display Tripadvisor icon:

(function($){ 
	$('.x-social-global').append('<a href="http://tripadvisor.com" class="tripadvisor" title="Trip Advisor" target="_blank"><i class="x-icon x-icon-tripadvisor" data-x-icon="" aria-hidden="true"></i></a>');
})(jQuery)

Thanks.

1 Like

Thank you Prasant,

SO easy :slight_smile:
We love X!

<3 And we love to help you :slight_smile: