Could you post your site URL here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
http://jetpack.me/contact-support/
It seems to be working now
Cheers
Hi,
Sorry to start this chat again, but I have the same problem.
It’s been saying Loading… since yesterday afternoon and the images for Sharing are not working.
Is there something I have to do, or a folder that is missing?
http://www.splinebomb.com
Thanks a lot
Matt
The Like button that is currently working is an other plugin, ill be removing it once the Jetpack one works.
@mattbug Could you check your theme’s header.php file, and make sure it includes the wp_head function?
http://codex.ww.wp.xz.cn/Function_Reference/wp_head
This function is used by many plugins (including Jetpack) to add libraries and stylesheets to your site. It’s usually recommended to include it in all themes.
Hey Jeremy,
Thanks a lot for that, all is working now… it was a super quick fix 😀
@mattbug — it looks like the issue was that you were running some bad JS on your page that killed things before the Like button got enabled.
You had been calling
jQuery(document).ready(function() { jQuery('.fp-slides').cycle({
but it was kicking an error:
Uncaught TypeError: Object [object Object] has no method 'cycle'