=== Plugin Name ===
Contributors: Sergey.Rozenblat
Tags: twitter
Requires at least: 3.2
Tested up to: 3.2.1
Stable tag: 1.0

Shows your or someones tweets as an aside posts right in your blog line, not in a widget.

== Description ==

If you run a blog and a twitter, you sometimes want a reader to read both. Most plugins would give you a widget with your latest tweets. But, I thought it would be nice to have all your thoughts in one place and in one timeline.

So, this plugin automatically posts your tweets to your blog. As your tweets don't have titles, post format for them is aside. You may want to modify slightly your theme, to allow nice asides without titles.

Posting is done automatically by wordpress built-in cron. You can set it up to run automatically each hour, twice daily or daily. That would depend on how often you blog or tweet.

Now I'm working on the feature to deleting tweet-posts. If you delete a tweet-post in the current version, it would be published again during next sync.

== Installation ==

To install this plugin, upload a file called `tweets-aside.php` to your `/wp-content/plugins/` folder and then activate plugin from your panel.

== Screenshots ==

1. This is plugin options panel. Pretty simple. Everything else works seamlessly.

== Frequently Asked Questions ==

= How can I delete a post? =

If you just want to delete a post - no luck, it would be posted again during next sync. The only way to delete is: first to delete your tweet in twitter and then delete a post.

= Can I modify a tweet-post? =

Yes, you can. Sync would not revert your post. Syncing is done by time. So if you modify your post, don't touch post date and time.

= Why not all my tweets are displayed? =

Sometimes Twitter search returns just a portion of latest tweets. Maybe through few next tries more tweets would be found and posted.

== Changelog ==

= 0.1 =
Beta version to see if it works or not.