Exemple #1
0
 /**
  * Generate and return the ShareThis markup
  *
  * @return string
  */
 protected function _toHtml()
 {
     if (!$this->getTemplate()) {
         if ($this->isEnabled() && $this->canDisplayOnPost()) {
             return $this->getJs() . $this->getHtml($this->getPost());
         }
     }
     return parent::_toHtml();
 }