The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Social Buttons in Navigation Bar - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Social Buttons in Navigation Bar (/showthread.php?tid=2008) |
Social Buttons in Navigation Bar - xd1936 - 2011-07-26 I really like how the +1 and Like buttons are placed on the GS homepage. I assume this was added in the template's code, but where exactly should I add it to get a similar look on my site? What should I include to make them right-align? Social Buttons in Navigation Bar - Connie - 2011-07-26 1) there is a plugin for this out: http://get-simple.info/extend/plugin/social-share-buttons-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"> 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 Social Buttons in Navigation Bar - towelk - 2011-07-26 Is there a way to add "Digg", "Stumbleupon" & "Delicous"? Social Buttons in Navigation Bar - Connie - 2011-07-26 towelk Wrote:Is there a way to add "Digg", "Stumbleupon" & "Delicous"? you should ask the developer of the plugin ;=) the support thread of this plugin is here: http://get-simple.info/forum/post/16321/ Social Buttons in Navigation Bar - xd1936 - 2011-08-03 I didn't like the offerings of that plugin, so I just made a new <div> in the template and did it myself. You can check out the result, if you'd like. Thanks for the ideas though! http://hopefrolf.info/ Social Buttons in Navigation Bar - Oleg06 - 2011-08-03 I also add something to the Russian-speaking users and add social networking plugin InnovationPlugin http://chaga-mushroom.com/1/ Social Buttons in Navigation Bar - towelk - 2011-08-04 Connie Wrote:towelk Wrote:Is there a way to add "Digg", "Stumbleupon" & "Delicous"? Thanks for pointing me to that thread... I'd love to see these 3 social bookmarking as these are good ones among the others, aside from facebook and twitter. Social Buttons in Navigation Bar - umarimtiaz3 - 2011-08-26 What about linkedin,Share and tweet button?is there also a way to put these buttons in GS home page...please suggest Social Buttons in Navigation Bar - Connie - 2011-08-26 why not add these buttons in the template??? It is so simple you do not need always a plugin Social Buttons in Navigation Bar - umarimtiaz3 - 2011-09-06 You mean to say only by embedding code ,i can install it and there is no need of any plugin? Social Buttons in Navigation Bar - Connie - 2011-09-06 umarimtiaz3 Wrote:You mean to say only by embedding code ,i can install it and there is no need of any plugin? exactly. If you know the embed-code of the service which you want to include, why not include it in the template or create a component and add the code there? |