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.

Single GF entry on several sites

  1. Edwin
    Member

    I want to use GF to enable visitors to send in text and image(s) that will be placed as a post on a wp site. (examples of how a customer has used a special paint that can inspire other website visitors)

    With GF this is easy for one site. But is there a way that these entries are posted on more than one WP site.
    So when an entry has been send through a form on site A can it be posted on site A, B and C?
    And not by posting it on every site manually but through the functionality of GF.

    Is this possible to accomplish with GF or is this something outside the scope of GF and should this be done with Wordpress itself.

    Suggestions are welcome

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  2. Currently this is not possible. The only way you could accomplish this is to create a page template on Site A that is completely blank with just the form on it. Then iframe that into Site B and Site C.

    Is this a WordPress Network site setup? What might be a neat feature is the ability to pick which WordPress site within a Network the data should be posted to. This wouldn't be cross install, but within a WordPress 3.0 Network site setup. I can look into this and see if it's possible for a future release.

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  3. Edwin
    Member

    Thanks for the answer.

    I am not sure I understand your idea. This way the form itself can be displayed on Site A, B and C. What I want is to display the posts on site A, B and C.

    What I thought of is to create a subdirectory, place the index.php in it and call the wp-blog-header.php from the directory that contains wordpress files. Then make a file that contains the loop and displays the posts. Then call that file with php include into the site B and C etc...
    I am not sure that this is the best way but it should work.

    The feature you suggest could be interesting. Not something I have thought of but I can see it put to use
    This is a Wordpress 3.0 install, but without the Multi Site setup.

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  4. Yea, a form in Site A is only going to create a post in Site A. Not Site B and Site C.

    You could use an RSS feed plugin on Site B and Site C to pull in posts from Site A to replicate them.

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  5. RichardBest
    Member

    I agree with Carl. You could do this with the very powerful FeedWordPress plugin. You could take the posts feed from Site A (suggest you use a category feed from Site A) and, with FeedWordPress installed and configured on Sites B and C, you could populate those sites with the catagory posts from Site A. FeedWordPress enables you to parse the incoming feed items as posts and you can set it up to automatically check the incoming feed and allocate the feed items to specific categories. Very powerful. I've used it on a few sites and it works very well.

    Posted 13 years ago on Monday August 2, 2010 | Permalink
  6. Edwin
    Member

    Great guys. thanks for the info.

    Posted 13 years ago on Wednesday August 4, 2010 | Permalink