DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: TIMTAB technorati

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2007-04-21T19:09:39
Author:Michael Feinbier
Email:typo3@feinbier.net
Info 3:
Info 4:

EXT: TIMTAB technorati

Extension Key: timtab_technorati

Copyright 2000-2007, Michael Feinbier, <typo3@feinbier.net>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: My Extension 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 1

FAQ 1

Adminstration 1

FAQ 2

Configuration 2

FAQ 2

Reference 2

Tutorial 2

Known problems 2

To-Do list 2

Changelog 2

Introduction

What does it do?

This extension pings the blog search engine technorati after creating (or updating) a blog record. Furthermore it adds an additional marker to the news template to show special technorati tags saved in the record.

You can decide whether you want to use the existing “keywords” field in the tt_news record or an own field located at the “blog post”-Tab for your technorati tags.

Screenshots

img-1 Users manual

Installation an configuration of this extension is very easy. Simply install the extension via the extension-manager. After installing you can choose whether you want to use the “keywords” field for your technorati tags or the own one.If you use the keywords filed the own technorati tag field is not displayed.

From now on everytime you write a new blog post (which is not hidden) a ping is send to the technorati RPC through the xmlrpc library.Furthermore if you edit an older entry and change the bodytext and the date field a ping is send again.

Adminstration

The ping is send automatically after activating the plugin. To show the technorati tagline in the frontend you have to extend your tt_news template with the new marker ###BLOG_TECHNORATI_TAGS###. It is recommended to add this to your list view as well as to your single view so that technorati recognizes the tags on your list view (which maybe your blog-entry site).

Configuration

When you install this Extension, you can choose the field which you want to use as your tag field (tt_news keywords or own timtab_technorati field). All other configuration is done via TypoScript Setup. See plugin.tx_timtabtechnorati for details.

Reference

tag

Property

tag

Data type

COA

Description

This s the COA which is looped for every tag

Default

tag.wrap

Property

tag.wrap

Data type

wrap

Description

Wraps the whole taglist

Default

((generated))
Example

Here is the default TypoScript setup:

plugin.tx_timtabtechnorati {
        tag = COA
        tag.wrap = technorati: |
        tag {
                10 = TEXT
                10.value = Hallo Welt!
                10.wrap = |,&nbsp;
                10.current = 1
                10.typolink {
                        parameter = http://technorati.com/tag/
                        userFunc = tx_timtabtechnorati_lib->user_getTechnoratiLink
                        ATagParams = class="technorati-link"
                }
        }
}

Known problems

- none at the moment

To-Do list

- Evaluating the technorati response would be a nice thing. At the moment the response is stored in a serialized array in the tt_news record.

Changelog

2007-03-07: Michael Feinbier: Initial Release

2007-04-15: Michael Feinbier:

  • Small bugfix
  • xml_rpc is not needed any more

2007-04-21: Michael Feinbier

  • Should work now with TIMTAB 0.5.11 (thanks to Pascal)
  • Added Manual

img-2 EXT: TIMTAB technorati - 3