Current Version: 2.0.2
Released 1st April 2008
WordPress: Version 2.3 to 2.5 only
WordPress 2.3 introduces tagging as a part of the core code. However, the implementation has been kept very light with no UI to help the user.
(Version 2.0.2 corrects an encoding problem. Version 2.0.1 corrects the ‘disappearing tag list’ problem)
This plugin simply adds a list of your tags into the post editing screen enabling them to be added with a mouse click. This is similar to that provided by the Ultimate Tag Warrior or Simple Tags plugins neither of which currently will work with 2.3
If you use a large number of tags this might not be the appropriate plugin for you but if you use a relatively smaller number then it should be a useful help.
Please Note:
I offer support for my plugins via the Support Forum only. I will NOT respond to support queries left in the comment section below and, in most cases, will also not publish them. Of course, if you’d like to say something nice or helpful, then feel free to leave a comment! I do prune them from time to time.
Hi, I modified your code so to get suggested tags according to title and content of posts. It is quite primitive but it works: I changed the function "create_click_tags" like so (I hope code formatting will work in the comment): global $is_winIE, $post, $wpdb; // get the complete list of tags into an array
$tags=get_terms(’post_tag’, "hide_empty=false&field=names&orderby=name");
$taglist=”;
$content = $post->post_title . ‘ ‘ . $post->post_content;
if($tags) {
$taglist=’<div><p>Suggested tags:<br />’;
foreach($tags as $tag) {
if ( stristr($content, $tag->name) && stristr(get_tags_to_edit($post->ID), $tag->name) === FALSE ) {
$thistag=’"’.$tag->name.’"’;
$taglist.=’<input type="button"class="ctcontrol" onclick="javascript:addTag(this.value);" value="’.$tag->name.’" />’;
}
}
$taglist.=’</p></div>’;
display_click_tags($taglist, $is_winIE);
} This checks if the tags exist as words in the post title or content (in which case they are listed) and if they are already saved as tags for this post (in which case they are not listed).
That’s quite a smart idea although if I adopt it I think I’d prefer to make it an option. Thanks - I may have a go at that.
It would also be cool if this would autocomplete the tags as you typed them. This is something the Simple Tagging plugin did and makes it a lot easier to manage hundreds of tags.
Wordpress 2.3 ab sofort aktiv…
Nach einer intensiveren Erprobungsphase habe ich soeben die Umstellung von Wordpress 2.2.3 auf 2.3 abgeschlossen.
Der aufmerksame Besucher wird gemerkt haben, dass sich das Seitendesign ebenfalls geändert hat. Dies ist u.a. der neuen Tagfunktion z…
I really appriciate your plugin and I was wondering w(hy)tf the wordpress-guys didn’t think of such a function.
Anyway, I would LOVE to have an autocomplete function,too - like the one del.ico.us is providing (btw: the javascript for this is visible
).
It would be great if you could integrate it in your plugin.
Thank you again for this plugin!
greetz from Berlin, Germany
Stevie
thanks
I really appreciated your plugin but it seems that there is a conflict between it and the wordpress converter of categories into tags. It worked fine before I used it and, since I did, I do not see mys list of tags anymore.
Don’t know who would have to make an update : you or the wordpess team. But, to anyone : if you plan to convert categories into tags, do it before installing Quick Tag.
I mean : Click Tag.
Sorry.
Interesting plugin, one I plan to add to install.
I’d like to suggest a design… well, I guess "theft"…
If the tags could acted the same as names in a facebook message:
http://photos-c.ak.facebook.com/photos-ak-sctm/v124/75/57/500031439/n500031439_269078_4806.jpg
I think it might be a nice way of visually separating current tags from anything you might add to that message. Plus I think it looks cool.
But, of course, I have no idea how much trouble that would be.
Wayne
this plug-in makes wp’s native tagging function practical. for sites that have 3 or 4 dozen more tags, however, a list of buttons could become cluttered; have you considered using a dropdown menu instead of rows of tags? thanks.
Thank u for this plugin!
Great plugin, thanks a bunch!
simple tags plugin works on my WP 2.3, never noticed any problems
@alias
if you mean the original ’simple tags’ then yes, it will work. It runs independently of the new WP built in tag system with it’s own table.
Thanks.
[...]Wordpress Click Tags eklentisi daha önce Simple Tagging eklentisinde olan bir özelliği,[...]
It would be great to have the first click add a tag to the tag list and the second click remove it, like del.icio.us does.
Thanks for an excellent plugin
Thank you for this plugin!
With 2.5, big problems with accentuated chars (énergie, économie)… in the buttons the accentuated char is displayed in TWO chars…At your disposal to test newest release !
Line 55 is not correct - don’t use htmlentities ! $thistag= $tag->name;/*htmlentities($tag->name, ENT_QUOTES);*/
Michel » I’ll get on to that today (all being well!)
Michel » I have updated the plugin. It was a silly error!
Hi, I have updated your plugin to work with WordPress v2.5’s new admin UI. Let me know if you want the code… Cheers!
Peter » But it already works with the new admin UI…. did you fiind a problem or something?
Yes, but now I have seen that your latest download does work with 2.5. Sorry! I was using an older version and had independently fixed the problem…
[...] anders angegeben war - aber ich nutze jetzt die WP-Eigene Tags Funktion und ein Zusatzplugin names Click Tags. Damit ich nun nicht alle Tags neu eingeben musste, was ohne Simple Tags nämlich recht [...]
[...] prior to the release of 2.5 which are now (or will be) deprecated? Things like Search Everything, Click Tags and most Avatar plugins come to mind, because the functionality for each is now supported in the WP [...]
[...] 补充:我也注意到另外一款管理标签的插件叫做 ClickTags。我并没有用过这两个中的任何一个,因此如果有人愿意进一步提供这两个插件的信息,我很乐意倾听。 [...]
[...] Click Tagging 主页: http://www.stuff.yellowswordfish.com/click-tags/ [...]
[...] should do the job. - btw. the plugin from andy staines or the plugin from cybernet provide a useful click-list with all your tags in the [...]
Thank you this plugin… Thanks..
Thanks, güzel bir eklenti.. Tesekkurler…
Thank u for this plugin!
this is a good plugin for Wordpress tags. Thanks..
Thanks..
Thanks…
Thanks for plugin..
[...] Das updaten selbst lief auch super durch. Das ausgesuchte Themes lief auch gut. Jetzt aber die neue Tags-Datenbank. Das Importieren dar Ultimate Tag Warrior 3-Tags ging ja auch noch reibungslos, aber was passiert jetzt mit meinen ganzen Tag-Klammern. Auch Google konnte mir bisher nicht wirklich weiterhelfen. Hat den sonst niemand bei UTW die Auszeichnung der Tags im Text. Nun muss ich (und ihr) erstmal eine Weile die komischen eckigen Klammern ertragen. Für das Tags-Management habe ich mir auch schon jede Menge Plugins installiert. So z.B. Simple Tags, Configurable Tag Cloud Widget und Click Tags. [...]
Thaks for plugin..