/**
  * @return bool
  */
 public function facebookEnabled()
 {
     return $this->_clientFacebook->isEnabled();
 }