Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • iboux Friend
    #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 Friend
    #364899

    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.

    iboux Friend
    #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 Moderator
    #364950

    Have you installed any extension for that? Please provide us the link we will check and try to help you.

    Thanks

    gray Friend
    #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.

    iboux Friend
    #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 Friend
    #365164

    Hi @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

Viewing 7 posts - 1 through 7 (of 7 total)

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