Social share icon – VK.com

Posted in: Newsmag
Post count: 10

Good day.
I need to add a new button to share VK.com
I add to the file td_module_single.php a new line:

<div class="td-sp td-sp-vk"></div><div class="td-social-but-text">VK.com</div>

Next, I add code in file style.css:
.td-social-vkontakte {
background-color:#507299;
}
.td-social-vkontakte .td-social-but-text {
border-left: 1px solid rgba(255, 255, 255, 0.25);
}
/* responsive portrait phone */
@media (max-width: 374px) {
.td-social-vkontakte .td-social-but-text {
display: none;
}
}

But no text and no icons. Tell me what I’m doing wrong
screenshot

Post count: 10

here is the code which I added to the file td_module_single.php
image2

  • This reply was modified 9 years by Surfaceru.
  • This reply was modified 9 years by Surfaceru.
Post count: 10

image2

Post count: 23312

Hello Surfaceru,

Please try to follow the steps from this topic here -> https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/ because there you will find the steps which are needed to take in this regard to achieve adding the VK.com social network.

Hope this helps!

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.