kartik\social\Widget::renderPlugin PHP Method

renderPlugin() protected method

Generates the plugin markup
protected renderPlugin ( ) : string
return string
    protected function renderPlugin()
    {
        return Html::tag($this->tag, $this->content, $this->options) . "\n" . $this->renderNoScript();
    }