PHP 클래스 kartik\social\Disqus

Usage: echo Disqus::widget([ 'settings' => ['shortname' => 'DISQUS_SHORTNAME'] ]);
부터: 1.0
저자: Kartik Visweswaran ([email protected])
상속: extends Widget
파일 보기 프로젝트 열기: kartik-v/yii2-social 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$credits text for Disqus credits to be displayed at the end of the widget
$showCount whether to display the comment count summary instead of the detailed Disqus standard comments widget
$showCredits whether to display the credits text after the widget itself. Credits text will be used in {@link noscript} block regardless of this setting.

공개 메소드들

메소드 설명
init ( ) Initialize the widget

메소드 상세

init() 공개 메소드

Initialize the widget
public init ( )

프로퍼티 상세

$credits 공개적으로 프로퍼티

text for Disqus credits to be displayed at the end of the widget
public $credits

$showCount 공개적으로 프로퍼티

whether to display the comment count summary instead of the detailed Disqus standard comments widget
public $showCount

$showCredits 공개적으로 프로퍼티

whether to display the credits text after the widget itself. Credits text will be used in {@link noscript} block regardless of this setting.
public $showCredits