How can I add social media buttons on my forum?
3 posters
Page 1 of 1
How can I add social media buttons on my forum?
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
How can I add Facebook, Twitter, Google+ button on my forum header or on the banner maybe?
Best Regards,
Dark-Avenger
Re: How can I add social media buttons on my forum?
Put this code in your Javascript codes management:
Then add this CSS:
- 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;
}
Re: How can I add social media buttons on my forum?
Thank you very much.
Topic Solved.
Best Regards,
Dark-Avenger
Topic Solved.
Best Regards,
Dark-Avenger
Re: How can I add social media buttons on my forum?
Topic Solved & Locked
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» I want to add social media buttons on my forum?
» Help Moving Social Media Tabs to The Left Side
» Linking social media pages and online store to forum
» Spammers Via Social Media
» Social Media Bot & Automation - Somiibo
» Help Moving Social Media Tabs to The Left Side
» Linking social media pages and online store to forum
» Spammers Via Social Media
» Social Media Bot & Automation - Somiibo
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum