Changeset 1653802
- Timestamp:
- 05/09/2017 07:49:51 PM (9 years ago)
- Location:
- olark-live-chat
- Files:
-
- 2 added
- 9 edited
-
assets/icon-128x128.jpg (added)
-
assets/icon-256x256.jpg (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/class-olark-wp-admin.php (modified) (1 diff)
-
trunk/includes/class-olark-wp-activator.php (modified) (1 diff)
-
trunk/includes/class-olark-wp-deactivator.php (modified) (1 diff)
-
trunk/includes/class-olark-wp-i18n.php (modified) (1 diff)
-
trunk/includes/class-olark-wp-loader.php (modified) (1 diff)
-
trunk/includes/class-olark-wp.php (modified) (1 diff)
-
trunk/olark-wp.php (modified) (1 diff)
-
trunk/public/class-olark-wp-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
olark-live-chat/trunk/README.txt
r1653768 r1653802 19 19 == Installation == 20 20 21 1. Upload the `olark-wp` directory to the `/wp-content/plugins/` directory 22 2. Activate the plugin through the 'Plugins' menu in WordPress 23 3. Navigate to Settings > Olark Settings to add your Site ID and enable the chatbox 21 1. Go to the 'Plugins' menu in your WordPress instance 22 2. Select 'Add New' 23 3. Search by author and enter 'Olark' 24 4. Select 'Install' 25 5. Activate the plugin 26 6. Navigate to Settings > Olark Settings to add your Site ID and enable the chatbox 27 24 28 25 29 == Screenshots == … … 28 32 2. Here's an example of what an Olark chat box will look like on your WordPress site. 29 33 34 == Frequently Asked Questions == 35 36 = Do you have an installation guide? = 37 38 We do! You can see our walkthrough guide [here](https://www.olark.com/help/wordpress-plugin) 39 40 = How do I learn more about Olark? = 41 42 Head on over to our [website](https://www.olark.com) and chat with us! 43 -
olark-live-chat/trunk/admin/class-olark-wp-admin.php
r1653768 r1653802 19 19 * @package Olark_Wp 20 20 * @subpackage Olark_Wp/admin 21 * @author Olark -- Rhoda Meek<platform@olark.com>21 * @author Olark <platform@olark.com> 22 22 */ 23 23 class Olark_Wp_Admin { -
olark-live-chat/trunk/includes/class-olark-wp-activator.php
r1653768 r1653802 19 19 * @package Olark_Wp 20 20 * @subpackage Olark_Wp/includes 21 * @author Rhoda Meek <rhoda@olark.com>21 * @author Olark <platform@olark.com> 22 22 */ 23 23 class Olark_Wp_Activator { -
olark-live-chat/trunk/includes/class-olark-wp-deactivator.php
r1653768 r1653802 19 19 * @package Olark_Wp 20 20 * @subpackage Olark_Wp/includes 21 * @author Rhoda Meek <rhoda@olark.com>21 * @author Olark <platform@olark.com> 22 22 */ 23 23 class Olark_Wp_Deactivator { -
olark-live-chat/trunk/includes/class-olark-wp-i18n.php
r1653768 r1653802 23 23 * @package Olark_Wp 24 24 * @subpackage Olark_Wp/includes 25 * @author Rhoda Meek <rhoda@olark.com>25 * @author Olark <platform@olark.com> 26 26 */ 27 27 class Olark_Wp_i18n { -
olark-live-chat/trunk/includes/class-olark-wp-loader.php
r1653768 r1653802 20 20 * @package Olark_Wp 21 21 * @subpackage Olark_Wp/includes 22 * @author Rhoda Meek <rhoda@olark.com>22 * @author Olark <platform@olark.com> 23 23 */ 24 24 class Olark_Wp_Loader { -
olark-live-chat/trunk/includes/class-olark-wp.php
r1653768 r1653802 26 26 * @package Olark_Wp 27 27 * @subpackage Olark_Wp/includes 28 * @author Rhoda Meek <rhoda@olark.com>28 * @author Olark <platform@olark.com> 29 29 */ 30 30 class Olark_Wp { -
olark-live-chat/trunk/olark-wp.php
r1653768 r1653802 18 18 * Description: This plugin is designed to allow you to add an Olark chatbox to your wordpress site easily! Simply activate and add your Site ID from Olark in the settings! 19 19 * Version: 1.0.0 20 * Author: Olark -- Rhoda Meek20 * Author: Olark 21 21 * Author URI: https://www.olark.com 22 22 * License: GPL-2.0+ -
olark-live-chat/trunk/public/class-olark-wp-public.php
r1653768 r1653802 19 19 * @package Olark_Wp 20 20 * @subpackage Olark_Wp/public 21 * @author Rhoda Meek <rhoda@olark.com>21 * @author Olark <platform@olark.com> 22 22 */ 23 23 class Olark_Wp_Public {
Note: See TracChangeset
for help on using the changeset viewer.