Joomla social bookmark module
![]()
The joomla social bookmark module can be downloaded here.
The changelog can be viewed here.
Features:
- Adjust the number of icons in a row
- Comfortably configure which of the 90 Social bookmarking sites will be shown
- Set the default to enable and explicitly disable the undesired ones
- Set the default to disable and only enable the required ones
- The Icon size is configurable from 12 to 24 pixels
- The Icon-opacity can be set to 25%, 50%, 75% or 100%
- The Icon-spacing can be set to 1,2,3 or 5 pixel
- The configuration via css is possible by the configurable image-class-name and the css id=”mod_socialbookmark” of the surrounding table
Tips and Tricks:
If you want more features, you may use the “Class name” feature:
Change Opacity on mouseover
- Set the class name to mod_sobo
- Set the Opacity to 100%
- Add the following to your template.css:
img.mod_sobo { filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; } img.mod_sobo_hover { filter:alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00; }
Change Image size on mouseover
- Set the class name to mod_sobo
- Set the default size according to your requirements like 20px.
- Add the following to your template.css:
img.mod_sobo_hover { width: 22px; height: 22px; }