wordpress site, sharebar plugin, I can not get it to float

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mgason
Forum Newbie
Posts: 5
Joined: Thu Jun 24, 2010 11:52 am

wordpress site, sharebar plugin, I can not get it to float

Post by mgason »

Hi I have a site at http://triviamundialista.com/
I am trying to use the sharebar plugin which adds a floating tweet this etc bar.
http://devgrow.com/sharebar-wordpress-plugin/
Probably very easy for someone with reasonable PHP skills.
I can poke about, find and change things, but not write PHP. This has me stumped though.

according to the posts adding

Code: Select all

 <?php sharebar(); ?> 
to my php in my index.php etc will make the floating bar appear on all pages.
I can not get it in the right place.
No matter were I put it, it appears in the structure of the page, not floating.

this is from the posts on the plugin site
"For more complex post templates, I would suggest disabling ‘Auto’ mode in the plugin settings page and then manually add the

Code: Select all

<?php sharebar(); ?> and <?php sharebar_horizontal(); ?>
to your template. That way you can place the sharebar in the wrapper for the entire page"
and
"If you’re talking about adding just one sharebar to the side of the main homepage (or elsewhere), that can be done by adding the sharebar code manually to the relevant template files (index.php for homepage, archive.php for archives, etc.)."

desperate for some help.
happy to upload the relevant php files if anyone can help
Mark
Post Reply