This may be related to your theme, check on the footer.php if there is the wp_footer function called.
If in footer.php isn’t any wp_footer() function, add this code just above the </body> tag :
<?php wp_footer(); ?>
I will fix it on next version.
I’m planning to add this option on the next version.
Thread Starter
wpburn
(@wpburn)
Resolved.Some non-standard characters was the problem, not the length of the post.