API for Broadcasting?
-
Hi,
our network uses a self-written-plugin to get posts from another system.
Is there any kind of API that we can use to broadcast these posts automatically to another blog?Like:
// Fetching data and creating a new post
$test = new Broadcast;
$test->broadcastToBlog(ID of the new Topic, Target-Blog);That would be great. Currently we have to post it manually every time we get new posts into the main blog.
Greetings from Germany,
Lukas
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘API for Broadcasting?’ is closed to new replies.