Hello and welcome to my flock addons pages. Please feel free to contact me on mctones at gmail dot com with any comments/bugs/feature requests. Alternatively, drop by the forums . For the latest updates, be sure to head over to my blog and subscribe to the extensions category feed.
Blogplus: tagplus
Two Word Tags
Tag Plus uses two systems for two word tags. Firstly, you can use the technorati system for joining two words which is a "+" character. Putting flock+browser into the tagplus tagbox will produce the following code once inserted into your blog post:
<a href="technorati.com/tags/flock+browser">flock browser</a>
Note the human readable space, but the technorati "+" symbol. I have noticed that the flock editor replaces the plus symbol with "%2B" but this is just code for "+".
Secondly, you can just join the words together, so putting flockbrowser will produce:
<a href="technorati.com/tags/flockbrowser">flockbrowser</a >
The tag suggest dialog offers up both examples.
Example tag urls for blog plus
Tag Plus uses the following system for tags:
Pre tag text <a href="tag service url + the tag + after tag code" rel="tag"> the tag</a > seperator + repeat for all tags + post tag text
Pre tag text and after tag text are optional, after tag code is used by some services.
This would translate into an example as follows:
Technorati Tags: <a href="http://technorati.com/tags/flock" rel="tag">flock</a >, <a href="http://technorati.com/tags/social" rel="tag">social</a > .
Technorati Tags: flock, social.
Or an after tag code example such as your technorati site tags would be as follows:
Technorati Tags: <a href="http://technorati.com/tags/flock?from=http://spatialviews.com" rel="tag">flock</a >, <a href="http://technorati.com/tags/extension?from=http://spatialviews.com" rel="tag">extension</a >
Technorati Tags: flock, extension
Options are more or less unlimited provided your tag service fits into the above model. It is extremely important to get the tag service url correct, including any trailing slashes, so as not to get the following WRONG results:
Technorati Tags: <a href="http://technorati.com/tagsflock" rel="tag">flock</a >, <a href="http://technorati.com/tagssocial" rel="tag">social</a >
Technorati Tags: flock, social