This topic has 3 replies, 4 voices, and was last updated 8 years by colecoboy84.
-
Author
-
June 14, 2015 at 18:02 #62703PatagoniaParticipant
I have requested this before in the forum, but somehow it was never implemented, so here an offricial feature request:
could you add a LinkedIn sharing button as part of the social sharing block underneath the blog posts? I know that there are many social networks, but this is nearly the biggest (and the LinkedIn button is enable for the top bar).
In general it would be better to have checkboxes for those sharing services you want to enable or not.
Cheers
June 17, 2015 at 14:51 #63416florin_nicolaParticipantAnd more, please let BuddyPress users to import their profile from LinkedIn / Facebook.
August 26, 2015 at 02:08 #74650tonywParticipantAgree this would be really helpful as LinkedIn is a key professional social network and is missing from Kleo at the moment – I’ve added an XProfile LinkedIn button and other social network icons on the Buddypress members’ profile header using code that has been shared here previously, and have just added it to the social share links.
Social share links added using the following code added in just above the Facebook share section in a copy of kleo/page-parts/posts-social-share.php added to my child theme:
COPY CODE<span class="kleo-linkedin"> <a href="https://www.linkedin.com/shareArticle?url=<?php the_permalink(); ?>" class="post_share_linkedin" onclick="javascript:window.open(this.href,'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=260,width=600');return false;"> <i class="icon-linkedin"></i> </a> </span>
and this css code added to style.css:
COPY CODE.icon-linkedin:before { content: '\e95c'; }
December 9, 2015 at 20:17 #92196colecoboy84ParticipantLinkedIn is essential for those of us who publish business news. Some of my posts (specially art-related ones) get great traction on StumbleUpon, so I’ve been using a plugin to display these sharing buttons. Of course it’d be better to have these options baked into the theme!
-
AuthorPosts
The forum ‘Feature requests’ is closed to new topics and replies.