Re: AJAX & Template Tags
I have the same issue, in part resolved but not at all.
This is my experience and code:
require_once ( $_SERVER["DOCUMENT_ROOT"] . '/social/site/wp-config.php');
require_once ( ABSPATH . WPINC . '/pluggable.php');
require_once ( BP_PLUGIN_DIR . '/bp-core.php');
global $bp;
bp_core_setup_globals();
with this I am able to save a wire message via ajax in the db. But I’m not able to make bp return me the “graphic” instance of the just saved wire post.