Is there an option for custom social media sharing buttons in the pro version? I am saying custom because the social media buttons I want are:
Pinterest
Blogger
Pandora
Tumblr
Instagram
etc.
I can make buttons and use the a href html tags but have no idea where to put it all. Please help.
I am interested in the same question.
This is extremely important for me to have social buttons of the services that are not offered by the minamaze wordpress theme.
I can design the icon on my own, I just need the instruction, how can I paste it in the interface, near other social buttons.
People are asking you questions here and in other topic https://wordpress.org/support/topic/social-buttons-13?replies=4
Please don’t ignore our questions, and answer us.
I Believe that team that made such a great theme will give a hand of help and provide users with the ability to customize their social buttons 🙂
Common guys!
People keep asking you same question. Why Are you silent? Tell us that at least something please.
Hi guys,
Here is a bandaid solution, but it works. Below, I added an icon for Instagram by manually updating the header.php file.
<!--<?php /* Social Media Icons */ thinkup_input_socialmedia(); ?>-->
<div id="pre-header-social"><ul><li class="social facebook"><a href="http://www.facebook.com/" data-tip="bottom" data-original-title="Facebook"><i class="icon-facebook"></i></a></li><li class="social twitter"><a href="http://twitter.com/" data-tip="bottom" data-original-title="Twitter"><i class="icon-twitter"></i></a></li><li class="social linkedin"><a href="http://ca.linkedin.com/" data-tip="bottom" data-original-title="LinkedIn"><i class="icon-linkedin"></i></a></li><li class="social flickr"><a href="https://instagram.com/" data-tip="bottom" data-original-title="Instagram"><i class="icon-instagram"></i></a></li></ul></div>
</div>
Hope it helps! Just keep in mind that the social icons you setup in the Theme Options are now overwritten.