WordPress Plugin: TechnoTag

// January 14th, 2005 // Techie

Apologies to anyone who may have already done this plugin. This simple WordPress plugin allows Technorati tags within <ttag> </ttag> inside posts and comments (see previous “WordPress” link as an example). Use <ttag word=”tag word”> to use a different tag word than what’s between the tags. This plugin will also allow adding ‘ttag’ custom values for the post for listing at the end of each post (see below for an example of what it will look like).

Right now you can grab it here.

59 Responses to “WordPress Plugin: TechnoTag”

  1. Joseph says:

    Seems like a pretty nice plug in indeed. However my issue is this. The tags at the bottom of complete post links perfect ti the site, but the links that show in my sidebar only return my own domain path.
    Anyone have a clue, i don’t read code as proficient as some just yet.

  2. In case anyone was wondering, yes, this does work with WP 2.0. Just added it to my site today and has been working like a charm.

  3. [...] I have just activated “Techno Tags” plugin on my wordpress 2 site, lets c if it works ….. [...]

  4. Marius says:

    I am getting the same error as Ian is mentioning in comment #38:

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /.../wp-content/plugins/technotag.php on line 41

    No idea how to get in touch with Ian, if anyone has a patch could you please share it?

  5. Marius says:

    Here is the solution to the error mentioned in the previous comment, it applies only if you are using php5:
    - edit line 41 so it looks like:
    $ttags = array_merge((array)$ttags, (array)$ttagvals);
    - basically you have to type cast the two arguments to array

    See the array_merge documentation, Example 3:
    http://ca.php.net/manual/en/function.array-merge.php

  6. [...] used to tag using Keith McDuffee’s TechnoTag plugin. I switched to Christine Davis’s Ultimate Tag Warior to make adding tags for Technorati and [...]

  7. [...] 2 is not an array in: …/wp-includes/widgets.php on line 53. Based on the comments on this post: http://www.gudlyf.com/2005/01/14/wordpress-plugin-technotag/feed/ I changed line 53 of wp-includes/widgets.php to: $sidebar = array_merge($defaults, (array)$args); [...]

  8. [...] 2 is not an array in: …/wp-includes/widgets.php on line 53. Based on the comments on this post: http://www.gudlyf.com/2005/01/14/wordpress-plugin-technotag/feed/ I changed line 53 of wp-includes/widgets.php to: $sidebar = array_merge($defaults, (array)$args); [...]

  9. tata says:

    can some one teach me how to use simple tag