=== JivoSite === Contributors: iamdmitrymayorov Tags: jivo, jivochat, jivosite, code, chat, admin, javascript Requires at least: 3.9.2 Tested up to: 4.0 Stable tag: 0.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html With JivoSite WordPress Plugin you can add JivoSite code to your website without editing your theme. == Description == This plugin provides option to integrate JivoSite code to your website without editing your theme. This is a good practice to use a plugin instead of adding code manually, because if you update or change your theme, JivoSite code will still be present on your site. Based on the Plugin API, Coding Standards, and Documentation Standards. == Installation == = Using The WordPress Dashboard (Recommended) = 1. Navigate to *Plugins → Add New* from within the WordPress Dashboard. 2. Search for `jivosite`. 3. Click **Install Now** on *JivoSite* by Dmitry Mayorov. 4. Activate the plugin. 5. Log in to your JivoSite profile at [jivosite.ru](http://jivosite.ru/) or [jivochat.com](http://jivochat.com/). 6. Copy your **widget id** (See [screenshots](https://wordpress.org/plugins/jivosite/screenshots/) for details). 7. Go back to WordPress admin and navigate to *Settings → JivoSite*. 8. Paste **widget id** in the input field. 9. Save settings. = Uploading in WordPress Dashboard = 1. Navigate to *Plugins → Add New* from within the WordPress Dashboard. 2. Click on the **Upload** link underneath the *Install Plugins* page title. 3. Click the **Browse...** button and choose `jivosite.zip` in its download location on your computer. 4. Click the **Install Now** button. 5. Activate the plugin. 6. Follow steps 5 to 9 from the first installation method. = Using FTP (Not Recommended) = 1. Download `jivosite.zip`. 2. Extract the `jivosite` directory to your computer. 3. Upload the `jivosite` directory to your `/wp-content/plugins/` directory. 4. Navigate to *Plugins → Installed Plugins* and activate the plugin. 5. Follow steps 5 to 9 from the first installation method. == Frequently Asked Questions == = Why not include JivoSite code directly to my theme? = You don't want to put JivoSite code inside your theme because next time you update or change it, JivoSite code will be gone. You should *never* edit theme files. = Where do I get my widget id? = You can get **widget id** in your JivoSite admin panel at [jivosite.ru](http://jivosite.ru/) or [jivochat.com](http://jivochat.com/). See [screenshots](https://wordpress.org/plugins/jivosite/screenshots/) for details. == Screenshots == 1. JivoSite admin view with highlited **widget id** 2. Highlited letters ("XXXXXXXXXX" on the screenshot) are your **widget id** 3. Dashboard view. Paste your **widget id** inside the text field and hit *Save settings* == Changelog == = 0.1.3 = * Improvement: Added 128px icon to assets folder. * Improvement: Updated screenshots. * Improvement: Minor code improvements. = 0.1.2 = * Improvement: Minor code improvements. = 0.1.1 = * Improvement: Better dashbord look. * Improvement: New screenshots. * Improvement: Better readme.txt. = 0.1.0 = * Initial Release