cbSocial is a small module which used to show social icons for Contentbox CFML content management system pages.
Clone the git repo - git clone [email protected]:mitrahsoft/social.git
- or download it.
Clone this repo into \modules\contentbox\modules of your contentbox code.
use viewlet widget which is come along with default content installation.
{{{Viewlet:event='social:home.render',private='false'}}}
Or you can copy the Social.cfc which is in widget folder in this repo into your contentbox widget folder to use it.
cbSocial is authored by CF Mitrah and everyone is welcome to contribute.
If you experience any problems with cbSocial module please:
- submit a ticket to our issue tracker
- fix the error yourself and send us a pull request