Project Description:
I have a CMS with data which I need to send to WordPress sites.
I would like the Wordpress sites to install a Plugin I give it.
My CMS sends a registration key to the Wordpress Site with the plugin to validate it as ok to receive my CMS data.
The plugin must be installed and active for the registration key to be validated.
The WP plugin should notify the user if its version is out of date.
If the key in the WP site plugin matches the one in the CMS for this website.
I would like to do the following.
- Send data to the plugin which creates posts with specific
title
url
content
publish date
custom field (shid)
This information is in the CMS.
The sending of data will be a manual push (click button in cms), but I would like the CMS to pull in the categories in the WP Blog, and I should be able to select the category where I want the above posts to be created in.
If a post already exists with the shid - it is not created.
So basically I want a WP plugin which I can install on my blog, and send it data via my CMS.