Including Gbook in another page with AJAX
Posted: Fri Jan 03, 2014 10:45 pm
Using version 1.7
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:
It seems like it's only working for my IP address. On all my devices, on all browsers; it's working.
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.
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.