![]() |
Enhanced Social Share buttons Tutorial without plugins - Printable Version +- MyBB Codes (http://www.mybbcodes.com) +-- Forum: Mods Database (/forumdisplay.php?fid=4) +--- Forum: Plugins for 1.4.x and 1.6.x (/forumdisplay.php?fid=5) +--- Thread: Enhanced Social Share buttons Tutorial without plugins (/showthread.php?tid=6625) |
Enhanced Social Share buttons Tutorial without plugins - bitsbb01 - 09-11-2017 09:43 PM So lets start with : 1. Editing the Global.css : Go to your theme > global.css > advanced mode Add the following code at bottom of your global.css Code: Code:[Highlight] .socialshare { 2. Editing the Templates : Go to your theme templates > Showthread templates > showthread template. Find : Code: Code:[Highlight] <body> Add this code just after that Code: Code:[Highlight] <div style="float: left" class="socialshare"> here is a preview of what you do : link Thanks go to Envira for this idea and code. |