Social shortcode

We were using a social shortcode that no longer works. Am I doing something wrong or did something break? It was being used in a footer text widget.

<div class="x-social-global"></div>

Hi There,

Would you mind providing us with login credentials so we can take a closer look? Please provide following information:

Set it as Secure Note

  • Link to your site
  • WordPress Admin username / password

All the best!

Hi There,

This line <div class="x-social-global"></div> is just a container, it does not output a content.

Please have this instead.

<div class="x-social-global">
	<a href="#" class="facebook" title="Facebook" target="_blank" style="outline: none;"><i class="x-icon-facebook-square" data-x-icon="" aria-hidden="true"></i></a>
	<a href="#" class="twitter" title="Twitter" target="_blank"><i class="x-icon-twitter-square" data-x-icon="" aria-hidden="true"></i></a><a href="#" class="google-plus" title="Google+" target="_blank"><i class="x-icon-google-plus-square" data-x-icon="" aria-hidden="true"></i></a>
	<a href="#" class="linkedin" title="LinkedIn" target="_blank"><i class="x-icon-linkedin-square" data-x-icon="" aria-hidden="true"></i></a>
	<a href="#" class="youtube" title="YouTube" target="_blank"><i class="x-icon-youtube-square" data-x-icon="" aria-hidden="true"></i></a><a href="#" class="instagram" title="Instagram" target="_blank"><i class="x-icon-instagram" data-x-icon="" aria-hidden="true"></i></a>
	<a href="#" class="pinterest" title="Pinterest" target="_blank"><i class="x-icon-pinterest-square" data-x-icon="" aria-hidden="true"></i></a>
</div>

Thanks,

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