Hi

I have configured the sharethis icons to be in the link of blogs and articles, we would also like sharethis to appear in the footer of the home page but even when I select the block in the footer of the page it does not show the icons.

I do not want to confiure sharethis as a block because I believe I will lose if from the bogs and articles links if I do that.

Can I have it in links and as a block in the footer?

Thanks
John

Comments

ShareThis Support’s picture

Hi John,

Unfortunately,right now, we don't have an option to add the buttons at both the locations: Links Area and footer .

Regards,
Sharethis Support

davery’s picture

An easy workaround for version 7.x-2.5, i imagine it's similar in other versions:

1. Set sharethis to appear in the links area.
2. Modify sharethis.module line 503 from:
if (variable_get('sharethis_location', 'content') == 'block') {
to
if(TRUE){

Or just remove the conditional altogether, but this is probably easier for non-coders.

Then the block will always work. If you pick links area or content in addition, you get that as well.

apaderno’s picture

Version: 7.x-2.4 » 7.x-2.x-dev
Issue summary: View changes
apaderno’s picture

Status: Active » Closed (outdated)

I am closing this support request, since the user who posted it deleted the account.