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.

How can I add social media buttons on my forum?

3 posters

Go down

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

Post by Van-Helsing January 23rd 2014, 2:44 am

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
Van-Helsing
Van-Helsing
Hyperactive

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

http://itexperts.forumgreek.com/

Back to top Go down

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

Post by Mati January 23rd 2014, 3:48 pm

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;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

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

Post by Van-Helsing January 24th 2014, 11:34 pm

Thank you very much.
Topic Solved.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

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

http://itexperts.forumgreek.com/

Back to top Go down

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

Post by SLGray January 25th 2014, 12:07 am

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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum