public function init()
 {
     $data = $this->getData();
     $theme = isset($data['options']) ? $data['options']['socialTheme'] : SGMB_DEFAULT_THEME;
     SgmbAddNewSection::renderScripts($theme);
     $this->render();
 }