=== Inline Tweets ===
Contributors: mdjekic
Donate link: http://projects.djekic.net/inline-tweets
Tags: tweeter,tweets,inline,embed,styles
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 2.7
Tested up to: 3.5.1
Stable tag: 1
Embed latest tweet(s) or a specific tweet in any page, post or text widget and apply your custom styles.
== Description ==
This simple plugin will help you embed tweets into your posts, pages and text widgets and apply your custom styles.
Just enter this simple syntax into your post, page or widget content:
= Latest Tweet(s) =
[tweet]latest:twitter_user:count[/tweet]
Replace "twitter_user" with a Twitter username and "count" with the number of latest tweets to fetch. Example:
[tweet]latest:milos_djekic:5[/tweet]
= Specific Tweet =
[tweet]status:status_id[/tweet]
Replace "status_id" with a Twitter status id. Example:
[tweet]status:316942284857962497[/tweet]
= Styling =
Inline tweets are displayed with a set of CSS class attributes that you can customise in your own
style sheets. Some basic classes are:
* "inline_tweets_author" - rendered when displaying tweet author -
* "inline_tweets_tag" - rendered when displaying hashtags -
* "inline_tweets_url" rendered when displaying URLs -
* "inline_tweets_mention" - rendered when displaying mentions -
* "inline_tweets_timestamp" - rendered when displaying tweet timestamp -
Tweets are contained in a "div" element with a class attribute "inline_tweet". If there is more than one tweet,
they are contained in a "li" element with the same class (and an extra class - "inline_tweets_li"). All "li" elements
are contained in a "ul" element with a class "inline_tweets_ul". If there were errors, they will be displayed in a "div"
element with a class "inline_tweets_error".
If you wish to exclude some information from the display - for example: tweet timestamp - all you have to do is
set "display" property to "none" for the class "inline_tweets_timestamp" in your custom style sheet.
Visit the [project page](http://projects.djekic.net/inline-tweets/) to learn more on styling inline tweets.
= Author =
[Miloš Đekić](http://milos.djekic.net) is a software enthusiast from Belgrade,
Serbia. He loves to create useful software.
== Installation ==
Just follow this simple guidelines.
= Installation steps =
1. Upload 'inline-tweets' to the '/wp-content/plugins/' directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Include inline tweet syntax in your pages or posts
1. Customize inline tweets with your custom CSS
1. That's it. Enjoy!
== Screenshots ==
1. Entering the snippet in a text widget (syntax highlight done by Synchi plugin)
2. Latest tweets displayed in the sidebar
== Changelog ==
= 1.0 =
* First version - inline tweets on.