This topic has 3 replies, 4 voices, and was last updated 8 years by colecoboy84.

  • Author

    Tagged: , ,

  • #62703
     Patagonia
    Participant

    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

    #63416
     florin_nicola
    Participant

    And more, please let BuddyPress users to import their profile from LinkedIn / Facebook.

    #74650
     tonyw
    Participant

    Agree 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';
    }
    #92196
     colecoboy84
    Participant

    LinkedIn 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!

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Feature requests’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?