Syndication
Author Area
Advertising
Publisher Area
Niches
Resources
|
 |
| Publisher Content Management Script |
|
|
...Web content management. |
How To Receive Articles?
You can use any possible script you are comfortable with or any script your article directory is running.
We are sending the data via HTTP Post method, all you need to do is create the script that will accept the data.
Our POST data is based on the iSnare model, so if you are using any script to accept iSnare's POST data, you can use it to accept our POST data with NO modification.
Script Variables:
You accept the data by:
- $title = $_REQUEST["article_title"];
- $title = $_POST["article_title"];
Here are the list of POST data that we will send.
- article_title - The title of the article
- article_author - The author of the article
- article_category - The category namne
- article_body_text - The full article body in text format.
- article_bio_html - The about the author section or author bio in html format.
- article_keywords - The article keywords.
Sample PHP Script:
$title = $_REQUEST["article_title"];
$author = $_REQUEST["article_author"];
$category = $_REQUEST["article_category"];
$body_text = $_REQUEST["article_body_text"];
$bio_html = $_REQUEST["article_bio_html"];
$keywords = $_REQUEST["article_keywords"];
// Now you can manipulate the data anyway you see fit. Add to a database, publish directly
Publishers sign up below to receive free quality content automatically.
Join our network of publishers and expert writers. Receive articles of your interest via HTTP POST data. You will ONLY by notified of content when it has been approved by one of our editors.
This is a powerful feature for publishers who need to grab ezine ready, or fully html ready articles with little effort.
Always include the entire article including the author's resource section with all links active and clickable. Failure to comply will violate the author's copyright and could result in legal actions by the author.
|
 |
Latest Articles
Thursday, Feb 9, 2012
Popular Niche Tags
|
 |