I'm assuming you don't have captcha showing anywhere in your tabs at the moment?
You would need to call the class and function
Code:
require_once(DIR . '/includes/class_humanverify.php');
$verify =& vB_HumanVerify::fetch_library($vbulletin);
$human_verify = $verify->output_token();
And then preregister
$human_verify into the vBSocial Notification template accordingly using the
Code:
vB_Template::preRegister
function.