=== Advanced Twitter Widget ===
Creator:Turcu Ciprian (nick: Cy21 & wp-user_name: ciprian_vb)
Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ciprian_vb%40yahoo%2ecom&lc=US&item_name=Plugin%20Download&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
Contributors: ciprian_vb
Tags: widget, twitter, search, plugin, images, image, pictures, results, sidebar, icon
Requires at least: 2.3
Tested up to: 2.8.4
Stable tag: trunk

Widget that will enable visitors to give you/the site a virtual beer by clicking on the widget.

== Description ==

A widget that will enable visitors to add twitter account or return search results, with a custom number of maximum results per account/search. It's easy to use , flexible and has multiple displays by two(so far) types of content. More will be added in future versions..<br/>
Update: 1.0.1 Small design issue<br/>
Update: 1.0.2 I've got 1 report of a error for a code that i replaced recently with a better one.

== Installation ==

Upload the Advanced Twitter Widget plugin to your blog(in the wp-content/plugins directory) (be sure to upload the "advanced-twitter-plugin" directory or it  will not work.

Activate it in the plugins menu in your wp-admin control panel and voila! you're done!
== Changelog == 
= 1.0.3 =
Small Design fix - Widget compatible with all themes now
== Changelog ==

=1.0.4=
Small fix of html entities and added all languages as default search for twitter

=1.1=
 before widget text<br/>
- after widget text<br/>
- before title text<br/>
- after title text<br/>
- use image option<br/>
- use link option (converts text start with 'http://' and twitter macros ('@' and '#') into clickable links)<br/>
<br/>
+ The generated code is valid, so the SGML validator won't alert for invalid HTML elements in JS code.<br/>
+ List item CSS classes (odd, even) intead of inline style<br/>
+ some bug fixes caused HTML validation errors<br/> 
Curtesy of <a href="http://www.gixx-web.eu">Gixx</a> 
=1.1.2=
fixed the reported regexp bug, and also made some code-beautification:<br />
<br />
- RegExp fix to not include invalid characters into twitter macro links<br />
- some more validation fixes<br />
- a bit of code optimalization<br />
- each part of the twitter now has its own SPAN tag, to make it easier for styling (remember: #twitter_div span{display:block;} may come in handy)<br />
<br />
Warning: existing layout desing may break upon updating!<br />
The new structure is the following (only when use the Search option):<br />
<br />
[div id="twitter_div"]<br />
[ul]<br />
[li class="odd"]<br />
[span class="icon"][img tag][/span]<br />
[span class="user"][a tag, link to twitter][/span]<br />
[span class="date"]date[/span]<br />
[span class="tweet"]tweet[/span]<br />
[/li]<br />
[li class="even"]<br />
<br />
[/li]<br />
<br />
[/ul]<br />
[/div]<br />

== Screenshots ==

1. Example in Widget Admin

== Frequently Asked Questions ==

= How do i place the widget where i want it to be? =

Go in the admin panel under Appearance -> Widgets and place the widget in your desired sidebar, in a specific place.
(drag and drop if on wp 2.8) or drag and save if < wp 2.8
