Add Social Links to Your MyBB Forum - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: Tutorials (https://community.mybb.com/forum-38.html) +--- Thread: Add Social Links to Your MyBB Forum (/thread-135352.html) |
Add Social Links to Your MyBB Forum - envira - 2013-02-28 Original Tutorial on : www.myskins.org Hello guys, I have been asked by many people on how to add social links into the footer or header or where ever possible just like my site. So i am making a tutorial on how to add the links to your footer, the social icons. So the first thing you need is to have a Social icon set. Example down load this set : Link Create a Folder called Social in your server, which means in public_html > Images > Social. Upload whatever icons you need to show. Now into the coding : First the css task: All you need to do is copy this code and place it at the bottom of your global.css of your theme.
The example is above has only facebook icon and twitter icon. If you need extra icons, just make another class and copy the facebook code into it. Now the Html time: Below is the code which i have added into footer template. You can add it any where to your likes. All you need is to modify the links in the code, that links your profile in the respective network.Preview: www.myskins.org look at footer . This finishes the tutorial, and it is as simple as it takes less than 10 minutes. Hope this helpful, and feel free to ask your questions. regards, RE: Add Social Links to Your MyBB Forum - Jambuster - 2013-02-28 You realise how messed up your site is on the iPad and I'm assuming other mobile devices too ? You need to start designing for mobile devices, that's just as important if not more important. Sry for off topic but I thought that was appropriate. RE: Add Social Links to Your MyBB Forum - Lith - 2013-02-28 (2013-02-28, 09:13 AM)Jambuster Wrote: You realise how messed up your site is on the iPad and I'm assuming other mobile devices too ? You need to start designing for mobile devices, that's just as important if not more important. Sry for off topic but I thought that was appropriate. This has nothing what-so-ever to do with this thread. PM him this. On topic: Good tutorial for the beginners trying to figure out templates . RE: Add Social Links to Your MyBB Forum - Jambuster - 2013-02-28 (2013-02-28, 09:59 AM)Lith Wrote:(2013-02-28, 09:13 AM)Jambuster Wrote: You realise how messed up your site is on the iPad and I'm assuming other mobile devices too ? You need to start designing for mobile devices, that's just as important if not more important. Sry for off topic but I thought that was appropriate. I've already noted that in my response. Although, he advertises himself and a theme/skin creator. He obviously doesn't develop for mobile devices and in this day and age as a developer you must develop for mobile devices as so many people use them. i just though it was appropriate to point this out although its not thread related. RE: Add Social Links to Your MyBB Forum - ALUXi33 - 2013-03-01 I downloaded these icons and want to add them as sharing links to my header. Will this also work for what I am trying to do? http://www.iconarchive.com/show/simple-icons-by-danleech.2.html I know "AddThis" has some but I am not a fan of their icons. RE: Add Social Links to Your MyBB Forum - Lith - 2013-03-01 (2013-03-01, 08:36 PM)ALUXi33 Wrote: I downloaded these icons and want to add them as sharing links to my header. Will this also work for what I am trying to do? Of course it will work. Just make sure the file names are all correct. RE: Add Social Links to Your MyBB Forum - ALUXi33 - 2013-03-01 If I do what he says in the tutorial aren't they just going to be links? I want them to be share links. RE: Add Social Links to Your MyBB Forum - brad-t - 2013-03-01 Would be better to use actual vendor icons. Your Twitter icon is not even current. RE: Add Social Links to Your MyBB Forum - envira - 2013-03-03 (2013-02-28, 09:59 AM)Lith Wrote: This has nothing what-so-ever to do with this thread. PM him this. Thanks buddy, glad you like it (2013-03-01, 10:00 PM)ALUXi33 Wrote: If I do what he says in the tutorial aren't they just going to be links? I want them to be share links. For share links : here is a tutorial : http://community.mybb.com/thread-132948.html (2013-03-01, 10:06 PM)brad-t Wrote: Would be better to use actual vendor icons. Your Twitter icon is not even current. He he, yes, but what i gave here is just an example, you can use whatever icons you like to. Thank you |