2011-07-26, 01:55:13
1) there is a plugin for this out:
http://get-simple.info/extend/plugin/soc...ons-3/201/
download that
2) install it
3) you will see that the buttons are present under the content
4) study the source code of the page:
you see there is a div with the id "shareline" and other classes etc.
so you really can define the layout like you want, defining the CSS elements
add this to your CSSfile of the active theme:
and the buttons will sit at the right
http://get-simple.info/extend/plugin/soc...ons-3/201/
download that
2) install it
3) you will see that the buttons are present under the content
4) study the source code of the page:
Code:
<!-- Social Share Plugin by www.nokes.de - START --><div id="shareline">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<g:plusone size="medium"></g:plusone>
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="right"></script>
</div><!-- END - Social Share Plugin by www.nokes.de -->
you see there is a div with the id "shareline" and other classes etc.
so you really can define the layout like you want, defining the CSS elements
add this to your CSSfile of the active theme:
Code:
#shareline{text-align:right;}
and the buttons will sit at the right
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18