Powered by MediaWiki
Personal tools

Technorati plugin

From b2evolution manual

Jump to: navigation, search

Name: Technorati Plugin for b2Evolution 2.1.0 Beta or Later version

Code: This 32 character code uniquely identifies the functionality of this plugin. It is only necessary to call the plugin by code (SkinTag) or when using it as a Renderer.

Short desc: Technorati Plugin to create tags for technorati.

Long desc: This plugin requires users to enter a string into their blog entries. The text is: < !--tags Keyword1 Keyword2 - -> where Keyword is the tag. To separate words use + e.g. The+Sky

Version: 2.1.0

Classname: technorati_plugin

Class file: plugins/_technorati.plugin.php

Contents

[edit] Installation

  1. Copy the _technorati.plugin.php file into the "plugins" folder of your b2evolution installation.
  2. Login to the administrative interface for your blog.
  3. Install the "Technorati" plugin from the Global Settings::Plug-ins::Available plugins table using the [Install] link.
  4. You don't have to edit the settings for the "Technorati" plugin.
  5. Save plugin settings. Technorati plugin is now active.
  6. When you go to write a blog, you will see a technorati button. click on it!

To download: visit http://www.thechristianalert.org/download/_technorati.plugin.zip until I find a home somewhere in this forum.

Question: Is there a way to attach a file?

[edit] Plugin Settings

No Special Settings: Just Click on Save & Activate

[edit] Additional Resources

Contact Edgar at esanchez at thechristianalert.org or visit: http://www.thechristianalert.org/index.php/2006/11/27/b2evolution_rich_tags_plugin?blog=5

[edit] Plugin Skin

If you want, you may add the following style to your skin.

.Tags {

  margin:0;  
padding:4px;
background-color:gray;
font-size:0.9em;

color:white;
}
.Tags a{
color:white;}

  1. wrap {

width: 80.0em;
margin: 0em auto;
padding: 0em;
background-color: rgb(255,255,255);
border-left: solid 1px rgb(150,150,150);
border-right: solid 1px rgb(150,150,150);
}