=== Auto Post ===
Contributors: Michael Uno, miunosoft
Donate link: http://en.michaeluno.jp/donate
Tags: auto post, post, posts, automation, automatic, task scheduler, module, action, task, event, management, utility, tool
Requires at least: 3.7
Tested up to: 3.9.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Creates posts automatically serving as a Task Scheduler module.
== Description ==
Say, you have a plugin that converts a certain shortcode into generated data and you don't need to write anything else.
In that case, just use this plugin to create posts automatically with the preset text contents. Then it will make your site a content generator.
Requirements
- the [**Task Scheduler**](http://wordpress.org/plugins/task-scheduler/) plugin.
== Installation ==
= Install =
1. Upload **`auto-post.php`** and other files compressed in the zip folder to the **`/wp-content/plugins/`** directory.,
2. Activate the plugin through the `Plugins` menu in WordPress.
= How to Use =
1. Make sure you have installed and activated the [**Task Scheduler**](http://wordpress.org/plugins/task-scheduler/) plugin.
2. Define a `Task` via **Dashboard** -> **Task Scheduler** -> **Add New Task**
3. In the `Select Action` screen of the wizard form, select the `Auto Post` action.
== Other Notes ==
== Frequently Asked Questions ==
== Screenshots ==
1. ***Settings***
== Changelog ==
= 1.0.0 =
- Released initially.