A few people have asked me how to make WP Greet Box work with non-WordPress pages. Luckily there is a way to easily do this and I will show you how in this tutorial:
Requirement
You must have WordPress installed with WP Greet Box plugin enabled.
JavaScript Modification
You will have to make a copy of “http://example.com/wp-content/plugins/wp-greet-box/js/onload.js”, modify it, and place it somewhere accessible by your non-WordPress page. As an example, I will place a copy of the file at “http://example.com/non-wordpress-platform/onload.js”. Now open “non-wordpress-platform/onload.js” and modify the line:
url: "index.php",
to point to your blog WordPress blog index.php.
url: "/index.php",
For example, if your blog is installed under “http://example.com/blog/”, you would change the code to:
url: "/blog/index.php",
JavaScript Placement
There are a few Javascript files that you need to reference to do this. Make sure you drop the following Javascript references into your non-WordPress page:
Read on…

If you are a new user and you use any form of advertisement blocking (e.g. AdBlock) on your browser, you would have been greeted with a neat little message saying “Doh! It appears that you are using AdBlock software…”.



