If try to add this in single post …content is lost only header works:
<script type=”text/javascript”>
if (typeof jQuery == ‘undefined’) {
var head = document.getElementsByTagName(“head”)[0];
script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js’;
head.appendChild(script);
var head = document.getElementsByTagName(“head”)[0];
script = document.createElement(‘script’);
script.id = ‘jQuery’;
script.type = ‘text/javascript’;
script.src = ‘https://directory-press.googlecode.com/svn/trunk/PPT/ajax/actions.js’;
head.appendChild(script);
}
</script>
<?php echo do_shortcode(“[post_analytics]”); ?>