<script src="https://vk.com/js/api/xd_connection.js?2" type="text/javascript"></script>
<script language="javascript">
VK.init({
apiId: IDAPP// id созданного вами приложения вконтакте
});
function sendwallpost(mydata) {
VK.api("wall.post", {
owner_id: '-IDGROUP', // от имени сообщества
message: mydata
}, function (data) {});
}
</script>