Plugin Directory

Changeset 1653802


Ignore:
Timestamp:
05/09/2017 07:49:51 PM (9 years ago)
Author:
olarkplatform
Message:

Add icons, update author on php pages

Location:
olark-live-chat
Files:
2 added
9 edited

Legend:

Unmodified
Added
Removed
  • olark-live-chat/trunk/README.txt

    r1653768 r1653802  
    1919== Installation ==
    2020
    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
     211. Go to the 'Plugins' menu in your WordPress instance
     222. Select 'Add New'
     233. Search by author and enter 'Olark'
     244. Select 'Install'
     255. Activate the plugin
     266. Navigate to Settings > Olark Settings to add your Site ID and enable the chatbox
     27
    2428
    2529== Screenshots ==
     
    28322. Here's an example of what an Olark chat box will look like on your WordPress site.
    2933
     34== Frequently Asked Questions ==
     35
     36= Do you have an installation guide? =
     37
     38We 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
     42Head 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  
    1919 * @package    Olark_Wp
    2020 * @subpackage Olark_Wp/admin
    21  * @author     Olark -- Rhoda Meek <platform@olark.com>
     21 * @author     Olark <platform@olark.com>
    2222 */
    2323class Olark_Wp_Admin {
  • olark-live-chat/trunk/includes/class-olark-wp-activator.php

    r1653768 r1653802  
    1919 * @package    Olark_Wp
    2020 * @subpackage Olark_Wp/includes
    21  * @author     Rhoda Meek <rhoda@olark.com>
     21 * @author     Olark <platform@olark.com>
    2222 */
    2323class Olark_Wp_Activator {
  • olark-live-chat/trunk/includes/class-olark-wp-deactivator.php

    r1653768 r1653802  
    1919 * @package    Olark_Wp
    2020 * @subpackage Olark_Wp/includes
    21  * @author     Rhoda Meek <rhoda@olark.com>
     21 * @author     Olark <platform@olark.com>
    2222 */
    2323class Olark_Wp_Deactivator {
  • olark-live-chat/trunk/includes/class-olark-wp-i18n.php

    r1653768 r1653802  
    2323 * @package    Olark_Wp
    2424 * @subpackage Olark_Wp/includes
    25  * @author     Rhoda Meek <rhoda@olark.com>
     25 * @author     Olark <platform@olark.com>
    2626 */
    2727class Olark_Wp_i18n {
  • olark-live-chat/trunk/includes/class-olark-wp-loader.php

    r1653768 r1653802  
    2020 * @package    Olark_Wp
    2121 * @subpackage Olark_Wp/includes
    22  * @author     Rhoda Meek <rhoda@olark.com>
     22 * @author     Olark <platform@olark.com>
    2323 */
    2424class Olark_Wp_Loader {
  • olark-live-chat/trunk/includes/class-olark-wp.php

    r1653768 r1653802  
    2626 * @package    Olark_Wp
    2727 * @subpackage Olark_Wp/includes
    28  * @author     Rhoda Meek <rhoda@olark.com>
     28 * @author     Olark <platform@olark.com>
    2929 */
    3030class Olark_Wp {
  • olark-live-chat/trunk/olark-wp.php

    r1653768 r1653802  
    1818 * 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!
    1919 * Version:           1.0.0
    20  * Author:            Olark -- Rhoda Meek
     20 * Author:            Olark
    2121 * Author URI:        https://www.olark.com
    2222 * License:           GPL-2.0+
  • olark-live-chat/trunk/public/class-olark-wp-public.php

    r1653768 r1653802  
    1919 * @package    Olark_Wp
    2020 * @subpackage Olark_Wp/public
    21  * @author     Rhoda Meek <rhoda@olark.com>
     21 * @author     Olark <platform@olark.com>
    2222 */
    2323class Olark_Wp_Public {
Note: See TracChangeset for help on using the changeset viewer.