LinkedIn Share Option

Home Forums Iconic One Pro Support LinkedIn Share Option

This topic contains 4 replies, has 2 voices, and was last updated by  stepchook 7 years, 7 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4559

    stepchook
    Participant

    I found a post which is 3 years old, relating to a LinkedIn share option.

    Can someone please explain in detail how I would go about doing this, please? I don’t believe the previous post has enough information, other than where to add the code. I know where to add the code, but I don’t know what the code should look like.

    #4560

    stepchook
    Participant

    I found this in the change log of the Iconic One Pro main page:

    ————– September 2013 —————-

    09/01/13 – Version 1.2

    * Added option of circular social buttons with a single click in the live customizer -> SocialNEW.
    * Added option of Linkedin and Youtube social buttonsNEW.

    So, where do I find the Linkedin adn Youtube social buttons??

    #4561

    stepchook
    Participant

    UPDATE
    Looks like I was able to solve my own issue. Here’s what I did:
    ….

    The only issue I’m still having is that the LinkedIn button wraps to a new line despite the appearance that there is enough space. The issue goes away if I toggle off one of the other social media buttons.

    #4562

    To add third party sharing buttons please refer https://themonic.com/forums/topic/add-share-option/#post-2369

    To reduce gap between sharing items

    .themonic-social-share li {
        margin-right: 5%;
    }

    Try reducing 5% to 2%

    .themonic-social-share li {
        margin-right: 2%;
    }

    Code goes in simple custom css plugin.

    #4565

    stepchook
    Participant

    Thank you! That works great.

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

You must be logged in to reply to this topic.