=== Twick.it === Contributors: derlangemarkus Donate link: http://twick.it/blog/2009/12/so-baue-ich-den-twick-it-tool-tip-auf-meiner-eigenen-seite-ein/ Tags: twickit, definition, encyclopedia Requires at least: 2.6 Tested up to: 3.2.1 Stable tag: trunk Add links to [Twick.it](http://twick.it) into posts and comments. Also shows popup with definition of the marked word. == Description == This plugin adds some [Twick.it](http://twick.it) functions into your wordpress blog. First you can mark phrases with a `[twickit]` tag. The plugin looks up the phrase at Twick.it. If there is a definition for the phrase it will be shown both as a tooltip and with a link to the adequate page at Twick.it. If you want the plugin to find any word with a corresponding Twick.it-definition in a paragraph you can surround the textblock with `[twickitall]`. The plugin will look up any word in the marked block. Last but not least you can enable the so called Marker-Popup-Feature. If enabled your readers can mark any phrase in your blog to look it up at Twick.it. After marking a text with the cursor a small popup will show the available definitions at Twick.it. == Installation == 1. Upload `twickit_links.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure the plugin at the config page 1. Mark text with `[twickit]foo bar[/twickit]` in posts or comments to add a link to Twick.it == Frequently Asked Questions == = The phrase I like to link to differs from the marked words. How can I arrange that? = Just specify the word you like to limk to in the `[twickit]`-Tag like this: "`I like [twickit word="cookie"]cookies[/twickit].`" == Screenshots == == Changelog == = 1.0 = * First stable version. Let's go! = 1.1 = * Some bugfixes = 1.2 = * Some bugfixes * Enable caching = 1.3 = * Works even is allow_url_fopen is switched off in php.ini = 1.3.1 = * Bugfix: Multiple [twickit]-Tags in comments wasn't possible till now. = 1.3.2 = * Block SQL injektions in cache table * Clear cache function * Insert prototype-JS from Google = 1.3.3 = * Fixed bug at [twickitall] = 1.3.4 = Changed priority for JavaScript include to 1. Now it will be loaded before any jQuery-Plugins. = 1.3.5 = * Improve cache handling = 1.3.6 = * German translation * No need to include Prototype-Framework anymore. => Compatible with JQuery and other JS-frameworks. = 1.4 = * Minor bugfixes * Explanation is shown in green bubble * Added geo location = 1.4.1 = * Adjust layout for new admin panel in Wordpress 3.1 = 1.4.2 = * Added italian translation. Thanks to [Gianni Diurno](http://www.gidibao.net) * htmlspecialchars-Bugfix. = 1.4.3 = * HTML-Bugfix: There was an invalid dubble ID in JavaScript-Tags. = 1.5 = * Added color-settings * Added some documentation * Bugfixes = 1.5.1 = * Minor bugfix