Topic: How To Disable "Share" Button

Hello,

Is there a way to disable the "share" button to the right of an uploaded image. It is a cool feature, but we believe we could get more shares if the links automatically appear underneath an uploaded image.

So basically, we want to remove the image and have the embed URLs automatically show under the image. Is this possible? Thanks.

Thumbs up

Re: How To Disable "Share" Button

Sorry for the bump, but is this possible?

Thumbs up

Re: How To Disable "Share" Button

Yeah, easiest way is to open estilo.css and change this:

div#sharethis a {
    background: url(site-img/tool_compartir.gif) no-repeat 10px 0;
    margin-right: 3px;
}

to this:

div#sharethis a {
    display: none;
    background: url(site-img/tool_compartir.gif) no-repeat 10px 0;
    margin-right: 3px;
}

The real ways involves edit engine.php and rules.js.

Regards.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!