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(); ?> 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(); ?>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