Sheila
Member
Posted 11 months ago #
I really like ShareDaddy but would love to have more control over where it is displayed. Is there a way to turn it off on a case by case basis? Or a way for it to only be displayed on posts? I've played the options and that's not one of them. I thought either there might be a work-around or this could be a feature request?! Thanks.
sweathers
Member
Posted 11 months ago #
I second this notion, I'd rather not have share buttons on pages (specially the one I use for home page), but want them on my posts.
jlheidecker
Member
Posted 11 months ago #
Agreed. Posts only feature.
ShareDaddy is very primitive. How about using Add-To-Any or Share-This? They both allow that, and include tons of services that you don't have to program manually.
I like Jetpack a lot, but this is the one module that I disable because it's just not even close to best-of-breed.
There's also this one http://wordpress.org/extend/plugins/only-tweet-like-share-and-google-1/ which is simpler as it has the 4 major services that people use.
You can do it via CSS.
Check your front page <body class= and look for singular-page-1040 page-template-home comments-closed page-1040
Things like that. I just added
.page-template-home span.share{display:none}
to my CSS and it went away :)