Embedded Tag Thing allows you to put tags inside your content, wrapped in [tag][/tag] markup; and also allows you to add tags in the content body by including a comma separated list of tags within [tags][/tags] markup.
To Download
/plugins/EmbeddedTagThing.zip has the latest version.
To Install
Drop the plugin file into your wordpress plugins folder.
Enable the plugin.
To Use
– Single Tags
To display a word in a post as a tag, wrap it in [tag][/tag] markup (with square brackets!). When you save the post, it will be added as a tag; and when you view the post, the word will show as a link to the corresponding tag page.
So if your [tag]post[/tag] contained this sentence; the word post would show as a tag link the first time, but not the second.
– Multiple Tags
It is also possible to add a list of tags inside a post that get added as tags, but don’t display in the same manner as single tags.
[tags]monkey, banana, disco[/tags] in a post would add the three tags, monkey, banana and disco to the post; but not show up as tag links when you view the post.
Sunday 16 September, 2007 @ 10:31 pm
[...] Embedded Tag Thing and Tag Suggest Thing [...]
Thursday 27 September, 2007 @ 12:50 pm
[...] In a continuing series of “Did this Work?” posts masquerading as content, I offer this one, whose sole purpose in blogdom is to test the efficacy of the Embedded Tag Thing plugin for WordPress 2.3. [...]
Thursday 27 September, 2007 @ 10:34 pm
[...] Well, last night’s experiment was a qualified success. The Embedded Tag plugin can be made to coexist with Simple Tags; the prior post has functioning Technorati tags, and tbbs-local tags were dutifully added to the database and displayed. [...]
Friday 5 October, 2007 @ 12:26 am
[...] 相对于UTW而言,内置的tags功能简单但是稳定高效,同时UTW的作者又提供了Tags的管理功能、建议功能和嵌入功能来辅助管理。这样就可以对UTW说再见了。 [...]
Sunday 7 October, 2007 @ 5:52 pm
[...] This entry was posted on Sunday, September 16th, 2007 at 16 September 10:06 pm and is filed under General. You can follow any responses to this entry through the RSS 2.0 feed. [...]
Monday 8 October, 2007 @ 12:39 am
Thanks! Works great. I really needed to be able to do this again.
Monday 8 October, 2007 @ 1:34 am
Hi,
It seems that your plugin has a bug with WP 2.3.
when I use multiple tags like [tag] tag1, tag2 [/tag] it shows only the 1st on the post.
Monday 8 October, 2007 @ 1:44 am
my mistake, I used TAG instead of TAGS.
Tuesday 9 October, 2007 @ 3:22 am
I’ve found a problem with your Embedded Tag Thingie, in WP 2.3. If I have it enabled, and I edit a post with tags, when I save the post, an extra comma is added to the beginning of my list (like an empty tag). I have verified that this is easy to reproduce. I think it has to do with the fact that the WP interface automatically adds a space (with the comma) between the tags, when you edit a post.
Let me know if you would like to see this in action.
Tuesday 9 October, 2007 @ 9:36 pm
Just upgraded from 2.2 to 2.3 and have relied on UTW in the past for the linking of tags within the post body to provide a kind of wiki. So if cary grant is mentioned in my post, you click the embedded cary grant link within that post to see all other posts linked with the sam actor.
The Embedded Tag Thing is just what i require to put the functionality back in my website but i’ve hit two problems. Both huge show stoppers.
The first is the plugin uses an enormous amount of queries when enabled (1 querie per embedded tag) and two if you have a space in your tag it will not display.
So to address one. If i have 15 tags embedded within my post to link to other terms that will generate 15 extra queries within the post. Some of my pages thus have reached over 75 queries :(
The second works like this. If you place [tag]foo[/tag] it will function as it should. However if you place [tag]foo bar[/tag] then it will not display at all and even removes foo bar from the post body.
Any ideas or potential fixes ?
Wednesday 10 October, 2007 @ 1:07 am
[...] Embedded Tag Thing from Christine, creator of UTW that allows me to use tag functionality with Tagalize IT plugin. [...]
Wednesday 10 October, 2007 @ 6:32 pm
[...] Visit [...]
Sunday 14 October, 2007 @ 3:52 pm
[...] Embedded Tag Thing用类似ubb的方法来嵌入标签。UTW已有功能。 [...]
Monday 15 October, 2007 @ 4:59 am
[...] I have been using the Simple Tags plugin for Technorati tag generation for a while now, and I’ve been pleased with its functioning. With the advent of WP 2.3, you can now have site tags in your posts, and the Embedded Tag Thing does a great job of adding site tags to the WP database. However, to get site tags to display on the blog, I had to edit the site’s theme. This displayed tags when visiting the site, but not in its Atom feed. [...]
Monday 5 November, 2007 @ 4:06 am
[...] 表題の通り、当ブログに、WordPressのタグ付け関連プラグイン「Embedded Tag Thing」を導入してみました。 [...]
Wednesday 14 November, 2007 @ 4:47 am
Your plugins are great, thank you so much.
Maybe this is a silly question, but here goes: do you know how I might add a “tag” button to my wordpress editor (tinyMCE, right?) that would let me highlight the text in my post that I wanted to TAG, and it would automatically insert the tagging coding before and after that text? A plugin is of course best, a hack would be fine too. I’ve looked at http://www.deliciousdays.com/tinymcebuttons/ but I don’t think this is quite it.
Thanks for any advice, and again — great plugins! I really appreciate it.
Saturday 17 November, 2007 @ 9:50 pm
Re: Misty’s comment above: I am seeing the same “extra comma added” (or blank tag, if you will) behavior as well. I’m creating/editing my posts with ecto, and did the following to verify that the problem is coming from Embedded Tag Thing:
- created a post in Ecto and observed the console in that application, which shows the whole data stream of the transaction. Ecto submitted the post with mt_keywords containing a single tag. Ecto then immediately asked for the post back. On the return trip, mt_keywords was “,myTag” (note the leading comma). The same behavior is observed with multiple tags (I.E.: a leading comma is added)
- I then disabled Embedded Tag Thing, and repeated the test: the post was added without the leading comma.
Interesting further observation- I’m a bit of an idiot for having Embedded Tag Thing enabled. I was using it when I was posting with WLW, but since Ecto can pass the tags within mt_keywords instead of as embedded text, this is no longer necessary. It is intriguing to note, however, that even though the body of my post does not have any embedded [tags]…[/tags], enabling/disabling Embedded Tag Thing adds/removes the leading comma.
Wednesday 28 November, 2007 @ 8:46 am
[...] Also, testing out a new plugin from Christine, who created the awesomest of awesome plugins, Ultimate Tag Warrior. Unfortunately Wordpress 2.1 onwards give it trouble, and 2.3 has tagging built in. So I’m testing out Embedded Tag Thing. [...]
Tuesday 25 December, 2007 @ 5:54 pm
[...] zoundry是一个可以离线发布Blog的东东,对于像我这样打开国外空间速度较慢的用户来说还是很有用的。关于tag的问题可以使用Embedded Tag Thing这个插件就可以了.只要两边加上就可以了。[tag]测试 [...]
Monday 31 December, 2007 @ 2:35 am
When I try to post…
Fatal error: Call to undefined function: wp_set_object_terms() in /home/thelawof/public_html/blog/wp-content/plugins/EmbeddedTagThing.php on line 39
Monday 31 December, 2007 @ 6:15 am
[...] 的后继者 Tag Suggest Thing、Embedded Tag Thing、Tag Managing Thing [...]
Sunday 13 January, 2008 @ 12:01 am
[...] Suggest Thing / Embedded Tag Thing / Tag Managing Thing,分别专职标签建议 / 标签嵌入 / [...]
Saturday 19 January, 2008 @ 2:41 am
[...] Tag Warrior替代工具:Embedded Tag Thing:在正文中以形式嵌入Tag。Inline Tag [...]
Wednesday 23 January, 2008 @ 2:13 am
I looked into the ‘empty’ tags (I seem to now have hundreds of them). I whipped up this patch which seems to fix the issue. What do you think?
Tuesday 29 January, 2008 @ 2:18 am
I don’t know how to edit it so there aren’t so many commas shown on my posts with the tags.
Friday 1 February, 2008 @ 12:28 am
I’m not sure what the license is, but if it’s OK with Christine I can post the patched version for folks who want it.
Sunday 17 February, 2008 @ 12:10 pm
Yes, Jason’s patch is most helpful in getting rid of the obnoxious empty tags! Thanks Christine and Jason!
Now if only the WP folks would make WP delete tags and categories with 0 uses, or make that an option…
Wednesday 20 February, 2008 @ 12:32 am
I just did an update. So if you’re still running beta 1, you should upgrade to beta 2.
Let me know if it eats your children or anything of that nature.
(For bonus points, my plugin, Tag Managing Thing now has a button for removing all of the terms with 0 uses from a taxonomy..)
Wednesday 20 February, 2008 @ 7:41 am
Christine,
…Another satisfied beta 2 user :)
-Cheers
Wednesday 20 February, 2008 @ 8:53 am
Hi Christine,
I installed UTW 1.3 legacy and the pi/bugfix 1 on WordPress version 2.2.2. I also have TagalizeIt (0.10 rc2) installed. I am not sure if UTW is working.
When I tried to add a new post at post.php, I see “Tag Suggestions (Courtesy of Yahoo). Is this a part of UTW? Please help.
benc007 AT sbcglobal DOT net
Thursday 21 February, 2008 @ 7:27 am
I still need Jason’s patch with beta2, otherwise I get the leading comma problem. I like the new features of the tag managing thing though. Excellent plugins all!
Tuesday 18 March, 2008 @ 9:58 pm
[...] zoundry是一个可以离线发布Blog的东东,对于像我这样打开国外空间速度较慢的用户来说还是很有用的。关于tag的问题可以使用Embedded Tag Thing这个插件就可以了.只要两边加上tag标签就可以了。[tag]测试[/tag] Published in 历程 [...]
Wednesday 19 March, 2008 @ 1:20 am
[...] Embedded Tag: Permite hacer referencia a los tags dentro de los post. [...]
Wednesday 26 March, 2008 @ 3:37 pm
Hi Christine,
I am looking for a plugin like this but ‘Embedded Tag Thing’ doesn’t seem to work with pages just posts. I know its normal to work on posts but I need to generate a tag cloud for my static pages. Not too sure how but I would like anchor links from the tag cloud to the relevant content on the page. Any ideas?
Wednesday 30 April, 2008 @ 6:26 pm
[...] Embedded Tag Thing – To display a word in a post as a tag, wrap it in markup (with square brackets!) [...]
Saturday 10 May, 2008 @ 12:00 am
[...] Tags, Embedded Tag Thing is a little more automated. Though I am not sure if the latter plugin works with version 2.5. The [...]
Sunday 11 May, 2008 @ 9:47 am
Hi Christine, I love your stuff. I’m hoping flattery will get me somewhere, I need some help. I’m using this plugin to add tags to posts I make to my WP blog through Flickr. The Flickr thing doesn’t send tags or categories for that matter through the xml-rpc deal, just title and post content. I was hoping to take this plugin and substitute “cat” for “tag” to embed categories using the same method. Can’t make it go. What else needs to be changed?
Thank you so much!
Monday 26 May, 2008 @ 9:06 pm
[...] の Embedded Tag Thing [...]
Wednesday 23 July, 2008 @ 9:54 am
[...] Embedded Tag Thing – Door woorden in de tekst te markeren als tag worden ze na het opslaan meteen opgeslagen als tag en klikbaar gemaakt om artikelen met dezelfde tags weer te geven. [...]
Friday 26 September, 2008 @ 10:17 am
[...] Embedded Tag Thing permite insertar etiquetas en cualquier parte de tu contenido, con solo poner el término entre [tag][/tag]. [...]
Tuesday 9 December, 2008 @ 8:59 pm
[...] tagging information were appearing as post content. To fix this issue, I initially started using Embedded Tag Thing but finally decided to get rid of the tagging information from the posts altogether. Before you do [...]
Tuesday 15 September, 2009 @ 9:07 am
[...] Embedded Tag Thing | 通过在日志中嵌入 和 为文章添加 tag. [...]