PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

how to send a post to multiple blogs using the Content Template functionality

  1. jbdurand
    Member

    I am using the Content Template functionality to generate posts from forms and it's really great.
    Now I would like to give users the ability to write posts on other members blogs.
    any idea on how to do that?

    example : John completes a form about his passion and skills for skying, the form is transformed into a post in his own blog and also on other blogs (friends blogs, group blog, main blog) of the same wordpress MU or Buddypress community.

    Posted 13 years ago on Wednesday March 2, 2011 | Permalink
  2. If it's on the same WordPress install then you could implement this as a customization using API hooks. You would have to be familiar with how data is stored in WordPress to be able to write a customization like this. But it's certainly possible via PHP and the available API hooks, the main thing is knowing which other blogs it is supposed to post to.

    Posted 13 years ago on Wednesday March 2, 2011 | Permalink