Loading...
December 26, 2011#

WordPress social scrolling bar

Nowdays, scrolling social bars are a must! There are handful of plugins, but they can get you into lots of problems. Easiest way is to create a bar by hand. Its not a big deal, can be done by literally anyone! Followup! First, open your css file and isert this content: .buttonsWrap { display:block; float:left; margin:40px 0 0 -90px; position:fixed; background:#F5F5F5; width:50px; padding:10px } .tweetmemeBtn, .facebookBtn, .stumbleUponBtn .googleplusBtn { display:block; float:left; } .facebookBtn { margin:15px 0 10px 2px } .googleplusBtn { margin:13px 0 0 0 } Next, add actual buttons to your single.php or any other page you need: <!– Main wrapper …