On the wordpress support forums I was told that to be able to use wordpress plugins outside of wordpress you had to include the wp-blog-header.php file ie:
code:
<?php include("path/to/wp-blog-header.php"); ?>
problem is when i do that, it causes the page that im including it on to load up blank, no content, nothing, but when i take it out again the page works fine. I've made sure the path im pointing to is the right one.
does anyone know whats going on here?