How can I add social media buttons on my forum? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How can I add social media buttons on my forum?

    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved How can I add social media buttons on my forum?

    Post by Van-Helsing Thu 23 Jan - 2:44

    Good morning dear all,
    How can I add Facebook, Twitter, Google+ button on my forum header or on the banner maybe?

    Best Regards,
    Dark-Avenger
    Mati
    Mati
    Active Poster


    Posts : 1927
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: How can I add social media buttons on my forum?

    Post by Mati Thu 23 Jan - 15:48

    Put this code in your Javascript codes management:

    Code:
    $(function(){$('#i_logo').after('<div id="my_social">
            <a href="#" target="_blank"><img src="http://png-1.findicons.com/files/icons/2155/social_media_bookmark/32/facebook.png" alt="Facebook" /></a>
            <a href="#" target="_blank"><img src="http://png.findicons.com/files/icons/2155/social_media_bookmark/32/twitter.png" alt="Twitter" /></a>
            <a href="#" target="_blank"><img src="http://png-4.findicons.com/files/icons/524/web_2/32/youtube.png" alt="Youtube" />
            </div>');
            });

    Then add this CSS:
    Code:
    #my_social img {
        margin: 0 4px;
    }
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Solved Re: How can I add social media buttons on my forum?

    Post by Van-Helsing Fri 24 Jan - 23:34

    Thank you very much.
    Topic Solved.

    Best Regards,
    Dark-Avenger
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51496
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How can I add social media buttons on my forum?

    Post by SLGray Sat 25 Jan - 0:07

    Topic Solved & Locked



    How can I add social media buttons on my forum? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.