• FIX
    ————-
    Add <?php wp_footer(); ?> to footer.php of your theme, before <body>

    Mine did not have it, see

    <?php include(TEMPLATEPATH . ‘/obar.php’); ?>
    </div>
    </body>
    </html>

    UPDATE
    ————-
    I looked at the output HTML source code. There seems to be a heck of a lot missing from the footer, such as

    <div id=”su-footer-links” style=”text-align: center;”></div><script type=’text/javascript’ src=’http://blog.megahairelite.com/wp-content/plugins/jetpack/modules/sharedaddy/sharing.js?ver=0.1′></script&gt;
    <div id=”sharing_email” style=”display: none;”>

    etc. All of that is missing, as well as other items from other plugins.

    ORIGINAL POST
    ————-
    Jetpack installed fresh. “Share+” button not showing. Sharing,js is not loading. Added sharing.js to header, loads, but “Share+” still not showing.

    I have an almost identical setup on another site, and the “Share+” button appears fine on that website. Turned off other FB and Twitter plugins, but there was no change. “share-service-visible” is not in the class.

    Icons appear individually if placed on the left panel of the Sharing admin area, except Email and Google+. That is, If I place Email and Google buttons so they display outside of the “Share+” button on the blog page, they do not appear. I can see all others: Digg, FB, Twitter, Print, etc.

    If I fidget with CSS, and omit line 259
    li.share-email, li.share-custom a.sharing-anchor {
    display: none !important;
    }

    Add StumbleUpon into right panel (for “Share+) button, “Share+” and Email (!) button appear on the blog page, Google+ is still missing, but the hover does not work for the “Share+” button.

    Help?

    Changed theme to Twenty Eleven, “Share+” works fine. I’m using neo-sapien-v06, “Share+” not working … :\
    http://wordpress.org/extend/plugins/sharedaddy/

  • The topic ‘[Plugin: Sharedaddy] Share button not working sharing.js not loading’ is closed to new replies.