hashtagger
Add to ListThe Smart Hashtags (formerly hashtagger) Plugin allows you to use #hashtags, @usernames and $cashtags in your posts
This plugin uses the WordPress Tag system to automatically convert a #hashtag into a Post Tag. Each #hashtag is added as a “normal” tag (without leading hash) to the post, so it is fully compatible with existing tags!
Usage
Just type anywhere in a post
#hashtag
This adds “hashtag” as tag to the current post and on links to tag archive page for “hashtag” when showing the post.
+#hashtag
Use +#hashtag to only link to a tag archive page without adding “hashtag” as tag to the post. When showing the post the link is showed as “#hashtag” (without “+”). If the tag does not exist the text remains unchanged and no link is created.
##hashtag
Use duplicate ##hashes to tell the plugin that this word should not be converted into a tag. Duplicate hashes are replaced by a single hash when showing the post.
@username
This creates a link either to the Profile Page or the Website of User “username”. The usage of @usernames can be activated optionally. If the username does not exist the text remains unchanged and no link is created. It is highly recommended to use @nicknames instead of @usernames to enhance security (read more).
@@username
Use @@username to avoid link creation. When showing the post this is displayed as “@username” without link (@username feature has to be activated).
$cashtag
This creates a link to the concerning stock symbol at MarketWatch, Google Finance, Yahoo Finance or StockTwits. The usage of $cashtags can be activated optionally. $cashtags link to the concerning stock symbol at MarketWatch, Google Finance or Yahoo Finance. Notice: stock symbols can not be validated, using a invalid stock symbol will cause an not found error on the target site.
$$chashtag
Use $$cashtag to avoid link creation. When showing the post this is displayed as “$cashtag” without link ($cashtag feature has to be activated).
WordPress Security
If you activate the @username feature it is highly recommended to use @nickname instead of @username (read more)!
Post Types and Section Types
It is possible to use #hashtags, @usernames and $cashtags on Posts, on Pages and on Custom Post Types within Content, Title and Excerpt. Activate only the Post Types and Section Types you want to be processed to avoid unnecessary processing for best performance.
Formatting links
Additional CSS Class(es) to add to the #hashtag and @username links can be configured on the plugins setting page.
Display of links in front end
Optionally all symbols (#, @, $) can be removed from the links generated in front end.
Display of Tags in front end
There’s an option to automatically add a hash symbol in front of tags (e.g. when using the Tag Cloud Widget).
Docs & Support
Video: How to use hashtags in WordPress (Note: The video is outdated! A new version will be created as soon as possible.)
Do you like this plugin?
I spend some of my precious free time developing and maintaining my free WordPress plugins. You don’t need to make a donation. No money, no beer, no coffee. If you like this plugin then please do me a favor and give it a good rating. Thanks.
Plugin Privacy Information
- This plugin does not set cookies
- This plugin does not collect or store any data
- This plugin does not send any data to external servers
Peters’ Plugins Privacy Information Page
ClassicPress
This plugin is compatible with ClassicPress.
More plugins from Peter
Take a look at my other plugins
For developers
Use do_hashtagger( $content )
in your theme files to process #hashtags and @usernames in $content.
This Plugin was not added to any Plugin Lists yet.