Documentation

Steps to install:
- Add icons to file manager
- Create stack and add a block for each social network
- A) Add the stack to page defaults and set them up for child pages, or:
- B) Add the stack programmatically to your template, see below.

 

------- USAGE IN TEMPLATE FILE -----------

$s = Stack::getByName('Box - Share Page');
if($s){
   $s->display($c);
}

----------------------------------------------