Saltar al contenido

Twitter Keywords WP Plugin

Twitter Keywords versión de página en español.

———————————————————————
Download

Descarga Twitter Keyword Plugin para WordPress

Twitter Keywords is my first WordPress Plugin.

Description:

Show on your blog sidebar what is being said on Twitter about a specific subject.

Choose how many tweets you want to show, if tweets need to belong to a specific user and the language of tweets.

It is an interesting plugin for people interested in improving search engine rankings for a specific search:

  • Increases keyword density for that specific search.
  • It shows updated content.
  • Text fully indexable as it is genrated by PHP (not Javascript used).

WordPress version:

WordPress 2.7 +

This plugin has been tested with WordPress 2.7 y 2.8

Instalation:

Download the plugin, unzip and copy the folder ‘twitter-keywords’ in ‘/wp-content/plugins/‘.

Activate the plugin at the plugins sections inside WordPress administration.

Once the plugin is activated you will have a new section under ‘Settings’ called ‘Twitter Keywords’

Configure the plugin.

Open the file ‘sidebar.php’ in your active template and paste this code:

<?php
//Twitter Keyword Plugin
$twitter_keywords=new twitterKeywords();
$twitter_keywords->readXMLTwitterSearch();
?>

You can edit you stylesheet (generally called ‘style.css’ in your active template folder), to personalize its design.

Here you have a sample of the styles I am using:

/* Twitter Keywords style */
#twitter-keywords{
font-size:12px;
overflow:hidden;
}

#twitter-keywords ul
{
margin:0px;
padding:0px;
}
#twitter-keywords ul li{
list-style:none;
margin:5px;
padding:0px;
}
#twitter-keywords ul li a.author{
text-decoration: none;
color: #88AF3F;
}

#twitter-keyword-footer p{
text-align:right;
font-size:10px;
}

Download

Download Twitter Keyword WordPress Plugin

I hope you like it and find it useful.

If you have any suggestion, drop me a comment.

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *