Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Twitter Tags

Descripción

Twitter Hashtags Syntax

In the body of your post use the [twitter_hashtag] shortcode to create a hashtag link to the twitter site that will open in its own window. This is great for directing people to a trending topic on twitter.

Twitter Usertags Syntax

In the body of your post use the [twitter_user] shortcode to create a usertag link to the twitter site that will open in its own window. This is great for directing people to a specific person’s twitter feed.

Attributes

The shortcode does allow for two attributes to be passed to it:

  • A CSS class tag
  • An alias to pass to the twitter site

Class

Want to give the shortcode text a particular look n’ feel? If so you can specify a class name for the link in question by specifying the class attribute.

#!shortcode
[twitter_hashtag class="custom_class"]Some Tag[/twitter_hashtag]
[twitter_user class="custom_class"]Some User[/twitter_user]

Alias

Since a large number of hash tags and usernames will either not make lexical sense or are just plain jibberish, the shortcode contents can be seperated from the actual tag in question.

#!shortcode
[twitter_hashtag alias="crazyname42"]Crazy Name[/twitter_hashtag]
[twitter_user alias="someodduser"]John Smith[/twitter_user]

As noted above, the twitter tag will appear as Crazy Name, but the hashtag searched fro on twitter will be #crazyname42.
The usertag will be shown as John Smith, while the name searched for on twitter will be @someodduser.

Removal of White Spaces

It should be noted that white spaces in the shortcode contents–everything between the opening and closing tags–will be removed automatically when creating the hashtag or usertag, but it will remain in the post as written.

#!shortcode
[twitter_hashtag]New Widget[/twitter_hashtag]
[twitter_user]John Smith[/twitter_user]

In your post, New Widget will remain as typed, but the hashtag will be compressed to NewWidget.

In your post, John Smith will remain as typed, but the usertag will be compressed to JohnSmith.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Twitter Tags» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Twitter Tags» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.