label = __('Share', 'mbsocial'); $this->share_url = 'https://buffer.com/add?url={url}&text={title}'; $this->popup_dimensions = array(600,600); $this->countable = true; $this->count_api = 'https://api.bufferapp.com/1/links/shares.json?url={url}'; $this->return_var = 'shares'; parent::__construct(); } }