-
AuthorPosts
-
November 30, 2010 at 9:03 pm #156934
Hi,
how can I add the facebook, twitter, digg buttons under each article on my site? and also the like and not like buttons?gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
November 30, 2010 at 10:50 pm #364899I did this on http://www.justphp.net site with the help of shareme plugin.
Voting (like/don’t like) could be implemented with this add-on.1 user says Thank You to gray for this useful post
December 1, 2010 at 2:49 am #364912<em>@gray 206140 wrote:</em><blockquote>I did this on http://www.justphp.net site with the help of shareme plugin.
Voting (like/don’t like) could be implemented with this add-on.</blockquote>thank you so much. now how can i make them display horizontally on the bottom as opposed to vertically on the right now? can you tell me what and where to change please?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 1, 2010 at 7:58 am #364950Have you installed any extension for that? Please provide us the link we will check and try to help you.
Thanks
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 1, 2010 at 9:05 am #364966<em>@iboux 206156 wrote:</em><blockquote>thank you so much. now how can i make them display horizontally on the bottom as opposed to vertically on the right now? can you tell me what and where to change please?</blockquote>
Shareme has an option “Button Placement” – before or after article.
Also the plugin has CSS code, which could be changed from back-end (configs). I haven’t played with it, but try to remove “float: right;” and see what happens.December 1, 2010 at 1:21 pm #364999<em>@gray 206216 wrote:</em><blockquote>Shareme has an option “Button Placement” – before or after article.
Also the plugin has CSS code, which could be changed from back-end (configs). I haven’t played with it, but try to remove “float: right;” and see what happens.</blockquote>i changed the css from ‘float right’ to float bottom’ which is what i wanted. but they r still displaying vertically. now how to make them horizontal? here is the css where i changed it
div.sharemebutton{ padding: 0px 0px 0px 0px; float: bottom; width: 56px; max-height: 195px; text-align: bottom;} td.sharemebutton{ padding-right: 0px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px; horizontal-align:bottom; } td.space_right{padding: 0px 0px 0px 0px;} div.sharemebuttont{ padding: 0px 2px 0px 0px; float: bottom; } td.sharemebuttont{ padding-right: 0px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px; horizontal-align:bottom; } td.space_right{ padding: 0px 0px 0px 0px;} div.sharemebuttonf{ padding: 2px 2px 0px 0px; float: right;} td.sharemebuttonf{ padding-right: 2px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px; horizontal-align:bottom;}
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 3, 2010 at 2:23 am #365164Hi @iboux
On css style is not available for “float:bottom”, you can use other way for make them horizontal >> same code
div.sharemebutton{ padding: 0px 0px 0px 0px; position:absolute;bottom:0px; width: 56px; max-height: 195px; text-align: bottom;}
td.sharemebutton{ padding-right: 0px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px; position:absolute;
bottom:0px; }
td.space_right{padding: 0px 0px 0px 0px;}
div.sharemebuttont{ padding: 0px 2px 0px 0px; position:absolute;
bottom:0px; }
td.sharemebuttont{ padding-right: 0px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px;position:absolute;
bottom:0px; }
td.space_right{ padding: 0px 0px 0px 0px;}
div.sharemebuttonf{ padding: 2px 2px 0px 0px; float: right;}
td.sharemebuttonf{ padding-right: 2px; padding-top: 10px; padding-bottom:0px; margin-bottom:0px; margin-top: 0px; position:absolute;
bottom:0px;}
I replaced “float:bottom” and “horizontal-align:bottom” to “position:absolute;bottom:0px;”If it not resolved, please provide me your site url where you installed this plugin
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by thuanlq 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum