Hi,
@muxurou Seems to work now from what I can see
– https://www.screencast.com/t/N2t678WU
The mobile theme has a different Custom CSS section, maybe that was the problem.
Hi,
in Korea(South) kakaotalk (https://www.kakaocorp.com) is most biggest Business & local Network service (more than 42 Million users).
Any idea to how can I add ‘kakao talk’ as a social network in main page, as like facebook, twitter.
Regards
Zoo-young
Hi,
@kimzooyoung The social you mention is not available in the theme currently, as a social network. It has not been requested before, at least I don’t remember it. Most popular requests have been added.
If this social would be requests more it will be considered in a future update. Sorry for the inconvenience.
Thanks
I would like to vote +1 for Mastodon as Social Network.
https://mastodon.social/about
https://github.com/tootsuite/mastodon
https://fontawesome.com/icons/mastodon?style=brands
And it would be great, if one could add rel=”me” to the social links, beside nofollow, etc. in the Social Network options, because then Newspaper-websites could get verified by Mastodon: https://docs.joinmastodon.org/usage/basics/#link-verification
-
This reply was modified 7 years by
bonn.digital.
Bringing this back to life… any news on the popular STRAVA social follow button? Its the most popular social network for athletes…?
Since there is not an update on this, I decided to do my own.
SINCE THIS CANNOT BE DONE ON A CHILD-THEME, EVERY THEME UPDATE WILL REVERSE THIS
TagDiv, you can easily adapt this into a new update:
/wp-content/themes/Newspaper/includes/wp_booster/td_first_install.php
line 375 add
'xing' => '',
/wp-content/themes/Newspaper/includes/wp_booster/td_social_sharing.php
line 226 add
case 'xing':
return array(
'url' => 'https://www.xing.com/app/user?op=share;url=' . $page_permalink,
'title' => 'Xing'
);
break;
Since I don’t want to rerender all .less files but to get something displayed, you can use this css in your customcss up until tagdiv adapts this into their theme:
/* Adds the XING ICON for Sharing */
.td-icon-xing {
background-color: #005F5E;
width: 40px;
height: 40px;
margin-left: -13px;
padding-top: 14px;
}
.td-author-social > .td-social-icon-wrap > a > i.td-icon-xing {
padding-top: 0;
font-size: 15px;
width: auto;
min-width: 18px;
height: auto;
margin-right: 15px;
color: #fff !important;
}
What TagDiv needs to do:
Generate a new tagDiv.svg Unicode from IcoMoon for XING and put it there,
then:
font-icons.less (mobile and desktop version)
.td-icon-xing{ background-color: #005F5E };
Hi,
After i update my theme vision to 11.4.1,the way to add other social icons like before was not worked.please show me way to do it,
thanks!
Hi zhangyesheng,
Please try the answer from this topic https://forum.tagdiv.com/topic/sequence-social-icon-in-footer/
I hope will help you!