Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Social Buttons in Navigation Bar
#2
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:
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
Reply


Messages In This Thread
Social Buttons in Navigation Bar - by xd1936 - 2011-07-26, 01:32:09
Social Buttons in Navigation Bar - by Connie - 2011-07-26, 01:55:13
Social Buttons in Navigation Bar - by towelk - 2011-07-26, 10:19:24
Social Buttons in Navigation Bar - by Connie - 2011-07-26, 15:12:00
Social Buttons in Navigation Bar - by xd1936 - 2011-08-03, 00:01:21
Social Buttons in Navigation Bar - by Oleg06 - 2011-08-03, 03:36:56
Social Buttons in Navigation Bar - by towelk - 2011-08-04, 23:19:02
Social Buttons in Navigation Bar - by umarimtiaz3 - 2011-08-26, 20:58:56
Social Buttons in Navigation Bar - by Connie - 2011-08-26, 21:31:12
Social Buttons in Navigation Bar - by umarimtiaz3 - 2011-09-06, 16:40:06
Social Buttons in Navigation Bar - by Connie - 2011-09-06, 17:03:17



Users browsing this thread: 1 Guest(s)