• Hi all… I’m getting pretty close to a first release of Taggerati for WordPress. A VERY easy to use but also very complete tags plugin for WordPress. Anyone who can type html tags will be able to use it to it’s full potential. Totally idiot proof but yet powerful (I think ?? )

    The following is done:

    • inline tagging in postings by adding <tag>wordpress</tag> or <tag url="https://www.www.ads-software.com/">wordpress</tag> or even <itag>wordpress</itag> for a tag you don’t want to appear as a link but use as a tag in the posting anyway. It will still appear in the list of tags used in the posting.
    • ZERO maintenance database. Adding or removing tags in your postings? No problem. The database will always stay clean with 100% accuracy and integrity
    • Tag cloud page
    • lists of other posts with tag
    • lists of related tags
    • Single tag overview page with the above mentioned two lists and a sexy Ajax feed fetcher that dynamically fetches headlines from technorati, furl, del.icio.us and 43things
    • probably something that I forgot

    I still plan to integrate Flickr as well but I’m not happy with the way it looks yet so that’s disabled for now. I expect to release a first version within days.

    However some feedback would be appreciated. What do you think? Ideas for improvement?

    You can see it all working here:

    https://www.i-marco.nl/wp/wordpress/

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter themarco

    (@themarco)

    Small update. I placed a new zip.

    Fixed:

    – Ajax part was broken, now fixed
    – Fixed Tagpage for: ” being shown above
    the tag cloud. It now has a different header
    – All output validates as XHTML 1.0 now

    https://www.i-marco.nl/wp/wp-taggerati.zip

    I just went through and tagged the posts on my front page, added the display of tags for each post on the index page and added the tag cloud at the bottom:

    https://www.jasonbainbridge.com/

    It still needs some styling though, especially on the tag page as those borders on the linked images just have to go but that can come after a few beers. ??

    So far it all seems to be working fine except for the issues noted above and I seem to like tagging a lot better than using categories it just feels more natural and my list of categories was starting to get out of control. Now I just need some quicktags to make tagging nice & easy…

    Is there anyway to tag a post without having the tag be a part of the post? Say for example I do a post about Nintendogs and want to tag it as Video Games but saying the term Video Games doesn’t really fit in the post, is there anyway to tag that?

    In this post I had the first Houston as an itag but it was getting filtered out to be blank, I changed it to a normal tag for now but it looks like that is a bug somewhere, it seems to do that for all of the first itags by the look of it actually.

    Plus tag’s don’t seem to be working right, possibly related to when you have a multi word tag, for example look at this post both of the tags there are plain tag’s and not itag’s yet they are not links.

    Thread Starter themarco

    (@themarco)

    Jaseone> About the Nintendogs thing: In that case I would use itag. Just stick <itag>videogames</itag> below the posting for example. The Houston tag looks normal to me. It works fine?

    I’ll look into multi-word tags today. Thanks! ??

    Thread Starter themarco

    (@themarco)

    On the multi word thing: It does work. The only thing is it doesn’t get linked for some reason. If you use the tags in this post block (see INSTALL file) it will show.

    In this post I used ‘feed fetcher’ as an example:

    https://www.i-marco.nl/wp/wordpress/2005/09/27/taggerati-more-progress/

    I’ll fix the tag not being a link thing!

    Thread Starter themarco

    (@themarco)

    Fixed. Multi word tags get displayed correctly now.

    (FWIW, the Tidy Tags thing was written to unmangle my data when I imported it from a substantially different database schema; and to clean up after a bug in UTW1ish. In practice, you don’t need to use tidy tags (unless you’ve been manually importing or otherwise making a mess of your tagging data))

    I think I misunderstood the purpose of itag’s, from the description I thought the words would remain part of the post but just not be linked anywhere, that would explain it!

    I think tags with >2 words are still not rendering as links, they get recognized as tags and the text is still rendered for them in the post but they don’t get made into a link.

    For example the first mention of Ruby on Rails is tagged in this post but it hasn’t been made into a link.

    Thread Starter themarco

    (@themarco)

    It is… The problem is in WP itself. It does NOT work when you use excerpts because WP strips off all html and other tags. The same problem occurs when you have a posting that contains a link. A demo is here on my site:

    click

    If you look at the post about ‘My plugins and K2’ you will see a text ‘DOWNLOAD’. This is actually a normal html link but it’s not shown as a link on the frontpage. On the full article view however you do see the link. I also tagged the 2-word expression ‘release quality’ in that posting in order to demonstrate that it does work.

    WP simply removes ALL formatting from excerpts before you can even get it with the_excerpt() so I’m not sure whether this issue can be resolved.

    It’s not a bug, it’s a feature ??

    But I’m not using excerpts well and if you load the actual post the link still doesn’t render.

    Maybe there is some incompatibility between the plugin and the latest development build?

    Thread Starter themarco

    (@themarco)

    That’s really weird! Can you please, just to be 100% sure you’re using the latest version, re-upload taggerati?

    Just download it and unzip again into the plugins dir.

    I’ve installed it on two separate WP installs and it works on both of them so I’m sort of confused here! ??

    The other one is here:

    https://www.i-marco.nl/test/wordpress/

    Check the tag ‘comment spam’, it’s working fine there.

    Oh crap… Sorry, I wget’d the latest release without realizing I hadn’t deleted the last zip file so it got saved as .zip.1 and of course I unzipped the old .zip one, all is well now after working that out. ??

    Thread Starter themarco

    (@themarco)

    WP-Taggerati 1.0 has been released. Thanks to everyone who helped testing and debugging!

    read the announcement

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘Taggerati for WordPress: feedback please!’ is closed to new replies.