Hello! I don’t use a plugin for a mobile network, the functionality of the basic template is enough. When I open the site menu on the phone, I have social media buttons placed in the basement and in the menu of the mobile version. How to do to remove these buttons the social network in the main menu, as they are duplicated?
Is it possible to remove your share button and put your own? in the Russian segment of the other social networks popular.
Hello Olya,
Yes, you can turn off from Theme panel our sharing buttons -> https://www.screencast.com/t/DFLkwIOe and then, if you have solid skills for codding you can add your own social sharing if you will edit the theme’s core files where this code is created. You can start from here -> https://www.screencast.com/t/hZqp5dTnl
Hope this helps!
Thanks for your understanding!
Unfortunately, it’s not working. If I disable your buttons, my not appear. I added the code I need, but it can occur only synchronously with your share buttons.
I need to remove your piece of code and paste your code? Or how to do it? can give access to the admin with my desired code. I would be grateful if you can install it.
or do I need to cut this code:
<i class=”td-icon-facebook”></i><div class=”td-social-but-text”>’ . __td(‘Share on Facebook’, TD_THEME_NAME) . ‘</div>
title, ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘&url=’ . urlencode( esc_url( get_permalink() ) ) . ‘&via=’ . urlencode( $twitter_user ? $twitter_user : get_bloginfo( ‘name’ ) ) . ‘” ><i class=”td-icon-twitter”></i><div class=”td-social-but-text”>’ . __td(‘Tweet on Twitter’, TD_THEME_NAME) . ‘</div>
<i class=”td-icon-googleplus”></i>
<i class=”td-icon-pinterest”></i>
title, ENT_COMPAT, ‘UTF-8’)), ENT_COMPAT, ‘UTF-8’) . ‘%20-%20’ . urlencode( esc_url( get_permalink() ) ) . ‘” ><i class=”td-icon-whatsapp”></i>
and instead paste my code share?
Hello Olya,
Unfortunately, all of these are part of additional customizations and please notice that we cannot provide this type of services at the moment, sorry! As a hint, you should comment out the theme’s social network sharing functionality and leave to active only your code if you want to achieve good results. It’s not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hello Olya,
Do you are referring to these social icons? -> https://www.screencast.com/t/EmD8hRWP4mc I have tested on my website and all of these seems to works as expected. If is not what you mean, please provide more details and some useful screenshots so I can identify the problem.
Thanks for the message!
no, I meant another. in Russia, popular other social networks to share, for example, Vkontakte or classmates.
Look, I need to insert this script
<script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js”></script>
<div class=”ya-share2″ data-services=”collections,vkontakte,facebook,odnoklassniki,moimir”></div>
Before update 8.5 I put this script as you advised me in the screenshot https://www.screencast.com/t/hZqp5dTnl
worked as a script like so:
<div class=”td-default-sharing”><script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js” async=”async”></script>
<div class=”ya-share2″ data-services=”vkontakte,odnoklassniki,moimir,blogger,lj,telegram” data-counter=””></div>
</div>
That is, your button sharing was with mine. Now, those recommendations that were in your screenshot do not work after the upgrade.
That is, I insert the code <div class=”td-default-sharing”><script src=”//yastatic.net/es5-shims/0.0.2/es5-shims.min.js”></script>
<script src=”//yastatic.net/share2/share.js” async=”async”></script>
<div class=”ya-share2″ data-services=”vkontakte,odnoklassniki,moimir,blogger,lj,telegram” data-counter=””></div>
</div>
but my share buttons do not appear along with your
Hello,
Please clear your cache as the same method of implementation is requred for other sharing options. The same guide as here:
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
or
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
Thank you!
social media sharing not working after upgrading the theme to 8.6 on my blog https://buddymantra.com/ please suggest how i can show them. hope its small bug in new theme and you will take care of it.
Hello,
@Olya in the new update VK and linkedin are part of the social icons provided by the theme. The above method will not work anymore in the new version.
@buddymantra please clear your cache and purge cdn files. If you use a child theme please switch to the the default theme.
Thanks
I suggest you use Mashshare. I too disabled the regular sharing buttons. Mashshare was great since it has better look and fake counter of shares too đ
The icons on your site seem perfectly fine: https://www.screencast.com/t/pBc5BLA5iG3
Thanks.