The IntenseDebate plugin currently has a bad URL for the image 'loading.gif'.
It is attempting to load it from: http://www.yoursite.com/article-id/wp-content/plugins/intensedebate/loading.gif - which does not exist.
In our case, it's trying to load: http://www.techerator.com/2009/08/essential-addons-for-firefox-1-power-user-edition/wp-content/plugins/intensedebate/loading.gif
Thanks for any help you can provide.
In the IntenseDebate plugin folder, the suspect file is intensedebate-comment-template.php
Specifically line 33:
<img src='<?php echo str_replace( trailingslashit( get_bloginfo( 'wpurl' ) ), '', WP_PLUGIN_URL ); ?>/intensedebate/loading.gif' alt='Loading' border='0' align='absmiddle' />
beaulebens
Member
Posted 3 months ago #
Hi evan, thanks. We've actually fixed this in the development version, but haven't released yet because we don't want to force people to update just for that. You can manually fix that line by replacing the whole line with this if you like:
idc_ld.innerHTML = "<img src='<?php echo WP_PLUGIN_URL; ?>/intensedebate/loading.gif' alt='Loading' border='0' align='absmiddle' /> <?php _e( 'Loading IntenseDebate Comments...', 'intensedebate' ); ?>";
Thanks! Looking forward to the new release (and Twitter and Facebook Connect support is great!)