Plugin info

Total downloads: 1,468
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/28/2014 (4410 days ago)
Added to WordPress: 10/4/2013 (12 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 3.6.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4410 days ago

20/100

Is Twitter Tags abandoned?

Possibly abandoned (last update 4410 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 3.6.1
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Social Shortcodes
Rating 0.0/5 (0 reviews)Active installs 10
Shortcoder — Create Shortcodes for Anything
Rating 4.9/5 (224 reviews)Active installs 100,000
Column Shortcodes
Rating 4.8/5 (134 reviews)Active installs 70,000
Sidebar Widgets by CodeLights
Rating 4.7/5 (35 reviews)Active installs 50,000
Shortcodes by Angie Makes
Rating 4.8/5 (30 reviews)Active installs 30,000
ND Shortcodes
Rating 3.1/5 (14 reviews)Active installs 20,000

Description

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.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available