It's really important for the counter to use the url only with www or non-www.
- Rename the htaccess.txt in your joomla root folder to .htaccess
- Add following lines in the end of the .htaccess file
- At least you need to open this plugin and save it again!
# www to non-www RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]or
# non-www to www RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Description: A Joomla 3 Plugin for Social Media Icons as shariff integration
Required: PHP 5.4+ and Joomla 3.3+
Required for displaying of icons: Font Awesome Joomla Plugin http://extensions.joomla.org/extension/ns-font-awesome
Available Share Buttons:
Twitter
Facebook
Google+
Xing
LinkedIn
Mail (in the form of "mailto:?")
Comming soon & Problems:
- Better JS handling
Developed by http://joomla-agentur.de
Thanks to Heise.de for this development https://github.com/heiseonline/shariff
Dedicated for Joomla! Deutschland Facebook Group https://www.facebook.com/groups/joomla.deutschland/
and for Joomla User Group Hamburg http://jug-hamburg.de/ (the main reason for this plugin :-)
You can put into your content or custom_html module the following shortcode:{shariff}
. If you use a custom_html Module, please set the Option "Prepare Content" to Yes.