tugmaks/yii2-jivosite Jivosite widget plugin

extensionjivosite

Jivosite widget plugin for Yii2

Jivosite widget plugin

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist tugmaks/yii2-jivosite "*"

or add

"tugmaks/yii2-jivosite": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \tugmaks\Jivosite\Chat::widget(['widgetId'=>'XXXXXXX']); ?>

Or you can set widgetId in application params yii-application/common/config/params-local.php

<?php
return [
    'jivosite.widgetId'=>'ZfIbRy0uHr'
]; ?>

And call widget like this

<?= \tugmaks\Jivosite\Chat::widget(); ?>

Widget can be called in any view or layout

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
2 github stars & 0 github forks
1 downloads in the last day
1 downloads in the last 30 days
526 total downloads