Skip to content

A Joomla 3 Plugin for Social Media Icons as shariff integration

Notifications You must be signed in to change notification settings

dummdidumm/plg_jooag_shariff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shariff integration for Joomla 3.3+

Attention:


Share Counter:
It's really important for the counter to use the url only with www or non-www.
To redirect www to non-www do the following steps:
  1. Rename the htaccess.txt in your joomla root folder to .htaccess
  2. Add following lines in the end of the .htaccess file
  3. # 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]
    
  4. At least you need to open this plugin and save it again!


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 :-)

Usage as Shortcode

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.

About

A Joomla 3 Plugin for Social Media Icons as shariff integration

Resources

Stars

Watchers

Forks

Packages

No packages published