Social buttons

Posted in: Newspaper
Post count: 6

Hello,
how can I add other social networks in Social menu? For example ok.ru is very popular in our country (unfortunatelly))).
Also I need to add ok.ru sharing button. And adding vk.com, ok.ru and Telegram to Social Counter block would be great idea.
How can I solve these problems? Social networks are big part of our media work.

  • This topic was modified 7 years by rhby.
Post count: 35449

Hi,

I think that the best and easy way will be to use a plugin that have those socials and share buttons, because making changes in theme for achieving this will be hard and all changes will be lost after theme update.

11 Best Social Sharing Plugins For WordPress: Share Buttons + More -> https://bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/
9 Best Social Media Plugins to Increase -> https://www.dreamgrow.com/plugins-to-increase-social-media-traffic/

Thank you for your understanding!

Post count: 6

But I think that these buttons could be useful for other theme customers from countries where OK, VK and Telegram are very popular, e.g. Belarus, Ukraine, Russia and others.

Post count: 35449

Hi,

Sorry, the telegram and Vk can be found in socials in Newspaper>Them panel>Social Networks -> https://www.screencast.com/t/laVAh6z8xi
Also Telegram and Vk can be found for sharing in Newspaper>Theme panel>Post settings>Sharing -> https://www.screencast.com/t/benSPICeB
But for social counter all I can do is to note your suggestion on our suggestion list.

Thank you for your understanding!

Post count: 6

Thanks, waiting for update.
Please don’t forget about ok.ru 🙂

Post count: 6

for those who has same problem with social menu.

1) download font pack from https://fontawesome.com/
2) put “fa-brands-400” files to images/icons/ of yout theme.
3) add to your styles.css:
@font-face{
font-family: ‘ok’;
src: url(‘images/icons/fa-brands-400.eot’);
src: url(‘images/icons/fa-brands-400.eot?iefix’) format(‘eot’),
url(‘images/icons/fa-brands-400.woff’) format(‘woff’),
url(‘images/icons/fa-brands-400.ttf’) format(‘truetype’),
url(‘images/icons/fa-brands-400.svg#webfont’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
4) I don’t need, for example, Xing, so I changed it to OK. I changed .td-icon-xing:before:
.td-icon-xing:before {
content: ‘\f263’;
font-family: ok;
}
5) to set OK’s brand hover coler I changed .td-social-icon-wrap:hover i.td-icon-xing to:
.td-social-icon-wrap:hover i.td-icon-xing {
color: #e87005;
}

Post count: 6

also if you need OK sharing button:
1) I decided that I don’t need LinkedIn in my site.
2) includes/wp_booster/td_social_sharing.php
3) search: case ‘linkedin’
4) change the whole block:
case ‘linkedin’:
return array(
‘url’ => ‘https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&service=odnoklassniki&st.shareUrl=’ . $page_permalink,
‘title’ => ‘OK’
);
break;
5) change the next styles in styles.css:
for icon:
.td-icon-linkedin:before {
content: ‘\f263’;
font-family: ok;
}

for button color:

.td-ps-bg .td-social-linkedin .td-social-but-icon,
.td-ps-bg .td-social-linkedin .td-social-but-text {
background-color: #e87005;
}

also to fix sharing field’s names in admin panel and titles on your site:

includes/wp_booster/td_social_icons.php
look for:
‘xing’ => ‘Xing’
‘linkedin’ => ‘LinkedIn’,
change to:
‘xing’ => ‘OK’
‘linkedin’ => ‘OK’

I’m not css and php specialist and my native language is not English, so I’m sorry if my way to fix problems would cause rejection of perfectionists, professional coders and/or grammar nazis. But it works! 🙂

Post count: 6

notice that theme updates may crash these editions)

Post count: 1

Hello! Google is shooting Google+ down, so can we (instead of this soon-out-of-use slot, for example) expect an OK.ru button in Social Networks tab in Theme Panel? For my web site it’s important. Also, there still is a large amount of our users lurking in our 14-years-old Livejournal.com community – can you add livejournal.com to the list?..

Post count: 35449

Hi,

I can add those on our feature list, but I can not say when will those implemented or if those will be implemented in our theme.

Thank you for your understanding!

Post count: 25

Many thanks to the person who showed how to solve the problem with the ok.ru

Post count: 25

Dear developers, please embed in the theme ok.ru, do not ignore the people of this social network.

Post count: 27744

Hello,

It was passed as a request, but it will take longer to be implemented.

Thank you!

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