I'm trying to show the gbook comments on another page by loading the gbook.php in another div using jQuery.
I'm using the following script:
Code: Select all
<script>
$("#siteloader").load("../gbook/gbook.php");
</script>
When viewing the page in someone else's house or using a web proxy, the #sideloader div doesn't load the comments.
I hope someone can help me with this, the script is amazing.