Released under the MIT license. Copyright (c) 2013 mcbSolutions.at
Version 0.5; Please report errors.
Highlites #hashtags in your site
- Letters for all languages not working properly. Added workaround for
äöüÄÖÜáàéèìíóòúùâêîôû
- Copy/save the plugin into
plugins
folder - Format
.hashtag
and the.twitteraccount
class in your css file - Optional: Copy
Test.md
to the content folder for see in action
.hashtag, .twitteraccount {
margin-left: 0.3em;
margin-right: 0.3em;
background-color:#2EAE9B;
padding-left: 0.3em;
padding-right: 0.3em;
color:white;
-moz-border-radius: 5px;
border-radius: 5px;
}
.twitteraccount {
background-color:lightblue;
}
url Url to the search engine where HashTag is able to apply the hashtag to search for. Use this parameter, if you like to link hashtags to a search engine other than twitter.com
$config['mcb_hashtag_se'] = "https://www.google.com/search?q=";
bool
Set to true
, if you like to remove the hash from the output.
Default is false
.
$config['mcb_hashtag_remove_hash'] = true;
string
Language to display the user account at twitter.com.
Default is de
$config['mcb_hashtag_lang'] = "en";