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.
The forum of the forums
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 2014 - 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 : 1928
    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 2014 - 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 2014 - 23:34

    Thank you very much.
    Topic Solved.

    Best Regards,
    Dark-Avenger
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    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 2014 - 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.

      Current date/time is Mon 23 Sep 2024 - 9:21