dev-master
9999999-devzopim extension for the Yii2 framework
BSD-3-Clause
The Requires
by Thiago Talma
yii2 zopim
v1.0
1.0.0.0zopim extension for the Yii2 framework
BSD-3-Clause
The Requires
by Thiago Talma
yii2 zopim
Wallogit.com
2017 © Pedro Peláez
zopim extension for the Yii2 framework
This extension provides easy way to add Zopim chat in your Yii2 application., (*1)
Based on https://github.com/cybercog/yii2-google-analytics, (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
$ php composer.phar require thiagotalma/yii2-zopim "*"
or add, (*5)
"thiagotalma/yii2-zopim": "*"
to the require section of your composer.json file., (*6)
In your /views/layouts/main.php add, (*7)
use talma\zopim\widgets\ZopimScript;
Then before </head> add following code, (*8)
<?= ZopimScript::widget(
[
'appId' => 'XXXXXXXX'
]
) ?>
If you need the output without script tag to combined with registerJs or registerJsFile as renderPartial to add dependency or positioning configuration, you can use omitScriptTag true to disable script tag, example:, (*9)
<?= $this->registerJs(
ZopimScript::widget([
'appId' => 'XXXXXXXX',
'omitScriptTag' => true
]), \yii\web\View::POS_END
); ?>
zopim extension for the Yii2 framework
BSD-3-Clause
yii2 zopim
zopim extension for the Yii2 framework
BSD-3-Clause
yii2 zopim