How to add Xing as a social network?

Posted in: Newspaper
Post count: 35

in “Mobile Theme” don’t work.
.td-icon-qq:before { font-family: FontAwesome; content: “\f1d6”; }

Post count: 35
Post count: 20688

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.

Post count: 3

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

Post count: 20688

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

Post count: 1

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

Post count: 112

Bringing this back to life… any news on the popular STRAVA social follow button? Its the most popular social network for athletes…?

Post count: 20688

Hi,

@Alastair Dixon Could be added, can’t promise anything however at the moment. I can add this as well as a request, it will be considered. Sorry for the inconvenience.

Thanks

Post count: 1

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 };

Post count: 35449

Thank you for sharing with us!

Post count: 6

Please add Kakao Talk as Social network.

Post count: 1

+1 for mastodon and fediverse in general!

Post count: 4

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!

Post count: 35449

Hi zhangyesheng,
Please try the answer from this topic https://forum.tagdiv.com/topic/sequence-social-icon-in-footer/
I hope will help you!

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