=== Plugin Name ===
Contributors: techotronic
Donate link: http://www.techotronic.de/donate/
Tags: jquery, tooltips, tinytips, mouseover
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 1.1
Adds tinytips tooltips to links on your site. Comes with different themes.
== Description ==
Adds tinytips tooltips to links on your site. Comes with 8 different themes.
The Tinytip-CSS-style can be added to a link using the WordPress visual editor.
The plugin can be automated to add the functionality for all links.
Tinytips tooltips are added for all links that have a "title" attribute.
See the plugin page for demo pages.
For more information visit the FAQ.
If you have questions or problems, feel free to write an entry at the jQuery Tinytips WordPress.org forum
Localization
* English (en_EN) by Arne Franken
* German (de_DE) by Arne Franken
Includes Tinytips 1.1 jQuery plugin from Mike Merritt.
Tinytips is licensed as free of charge for anyone.
jQuery Colorbox uses the jQuery library version 1.4 bundled with WordPress 3.x.
== Installation ==
###Updgrading From A Previous Version###
To upgrade from a previous version of this plugin, use the built in update feature of WordPress or copy the files on top of the current installation.
###Installing The Plugin###
Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. Then just visit your admin area and activate the plugin. That's it!
###Configuring The Plugin###
Go to the settings page and choose one of the themes bundled with the plugin and other settings.
Do not forget to activate auto Colorbox if you want Colorbox to work for all images.
**See Also:** "Installing Plugins" article on the WP Codex
== Screenshots ==
Please visit my site for screenshots.
== Frequently Asked Questions ==
* Why is jQuery Tinytips not available in my language?
I speak German and English fluently, but unfortunately no other language well enough to do a translation.
Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
* How do I translate jQuery Tinytips?
Take a look at the WordPress site and identify your langyage code:
http://codex.wordpress.org/WordPress_in_Your_Language
E.g. the language code for German is "de_DE".
Step 1) download POEdit (http://www.poedit.net/)
Step 2) download jQuery Colorbox (from your FTP or from http://wordpress.org/extend/plugins/jquery-tinytips/)
Step 3) copy the file localization/jquery-tinytips-en_EN.po and rename it. (in this case jquery-tinytips-de_DE.po)
Step 4) open the file with POEdit.
Step 5) translate all strings. Things like "{total}" or "%1$s" mean that a value will be inserted later.
Step 5a) The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
Step 5b) (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
Step 6) Save the file. Now you will see two files, jquery-tinytips-de_DE.po and jquery-tinytips-de_DE.mo.
Step 7) Upload your files to your FTP server into the jQuery Tinytips directory (usually /wp-content/plugins/jquery-tinytips/)
Step 8) When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next jQuery Tinytips version.
* My question isn't answered here. What do I do now?
Feel free to open a thread at the jQuery Tinytips WordPress.org forum.
I'll include new FAQs in every new version.
== Changelog ==
= 1.3 (2011-06-30) =
* CHANGE: Moved bulk of JavaScript from inline to file
* CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
* CHANGE: Render Meta-Tag with plugin version into blog header instead of comments
= 1.2 (2011-04-02) =
* CHANGE: moved Tinytips CSS class add to style dropdown of TinyMCE
* CHANGE: jQuery calls won't break other JavaScript libraries like Prototype any more
= 1.1 (2011-01-16) =
* CHANGE: made plugin compatible to PHP4
* CHANGE: removed warning for PHP4
= 1.0 (2010-12-31) =
* NEW: initial release