2017 © Pedro Peláez
 

yii2-extension yii2-disqus

Yii2 disqus comment widget

image

yii2mod/yii2-disqus

Yii2 disqus comment widget

  • Monday, November 28, 2016
  • by disem
  • Repository
  • 1 Watchers
  • 7 Stars
  • 99 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

DISQUS Widget for Yii2

DISQUS widget helps you to render your DISQUS comments thread or DISQUS comments thread count on your Yii2 applications, (*1)

Latest Stable Version Total Downloads License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require --prefer-dist yii2mod/yii2-disqus "*"

or add, (*5)

"yii2mod/yii2-disqus": "*"

to the require section of your composer.json., (*6)

Usage

  • Once the extension is installed, simply add widget to your page as follows:
 echo \yii2mod\disqus\Disqus::widget([
      'options' => ['shortname' => 'DISQUS_SHORTNAME']
  ]);
  • Advanced widget usage
echo \yii2mod\disqus\Disqus::widget([
    'options' => ['shortname' => 'DISQUS_SHORTNAME', 'identifier'=>'DISQUS_IDENTIFIER', 'url'=>'URL'],
]);

The Versions

28/11 2016

dev-master

9999999-dev

Yii2 disqus comment widget

  Sources   Download

MIT

The Requires

 

by Igor Chepurnoy

extension yii2

28/11 2016

1.1

1.1.0.0

Yii2 disqus comment widget

  Sources   Download

MIT

The Requires

 

by Igor Chepurnoy

extension yii2

13/05 2016

1.0

1.0.0.0

Yii2 disqus comment widget

  Sources   Download

MIT

The Requires

 

by Igor Chepurnoy

extension yii2