public function init()
 {
     parent::init();
     if (!$this->should_display_polls()) {
         return;
     }
     $libraries = array(array(FCA_FBC_PLUGIN_DIR . '/includes/FCA/Form.js', 'js'), array(__FILE__, 'js', array(FCA_FBC_Loader::LIB_JQUERY, FCA_FBC_Loader::LIB_FCA_DELAY)), array(__FILE__, 'css'), array(FCA_FBC_Loader::LIB_FONT_AWESOME, 'css'));
     $this->get_loader()->load_all($libraries);
     $this->compile_scss();
     $this->handle_submit();
 }