Plugin Directory

Changeset 1995622


Ignore:
Timestamp:
12/15/2018 09:37:14 PM (7 years ago)
Author:
mattlo
Message:

added manual account ID variable output, updated readme

Location:
chipbot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chipbot/trunk/chipbot.php

    r1953531 r1995622  
    1717        add_action('admin_menu', array($this, 'create_plugin_settings_page'));
    1818        add_action('admin_init', array($this, 'init'));
     19        add_action('wp_head', array($this, 'injectAccountIdVariable'));
    1920        add_action('wp_head', array($this, 'script'));
     21    }
     22
     23    public function injectAccountIdVariable()
     24    {
     25        $aid = get_option('chipbot_account_id');
     26
     27        echo '
     28            <script type="text/javascript">
     29              var CHIPBOT_ID = "' . $aid .  '";
     30            </script>
     31        ';
    2032    }
    2133
  • chipbot/trunk/readme.txt

    r1953584 r1995622  
    33Tags: user, support, user support, faq, faqs, widget, widgets, reporting, help, help desk, helpdesk, questions, question, wordpress faq, FAQ list, FAQ accordion, knowledgebase, kb, answer, answers, FAQ categories, simple FAQ
    44Requires at least: 4.3.17
    5 Tested up to: 4.9.8
     5Tested up to: 5.0.1
    66Requires PHP: 5.3.0
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GNU General Public License v2.0
    99License URI: https://github.com/GetChipBot/chipbot-wordpress-plugin/blob/master/LICENSE
    1010
    11 ChipBot analyzes your customer's behavior while giving them support and engagement. Fully Automated On WordPress!
     11ChipBot is a Crowdsource FAQ Bot that provides support for your new customers from previously asked questions.
    1212
    1313== Description ==
    1414= ChipBot Features =
    15 - Floating widget that follows your users to provide on-demand user support.
    16 - Create FAQs that your users access anywhere on your website.
    17 - Ability to crowdsource FAQs and reuse your user's questions for other users.
    18 - Create call-to-actions for your users and guide them to a conversion automatically.
    19 - See who's searching, asking, and reacting to your content with ChipBot's reporting page.
    20 - Weekly emails about user behavior reports and recommendations.
     15- Crowdsource FAQS.
     16- Manage FAQs.
     17- Easy Dashboard.
     18- No Coding.
     19- Proactive Call To Actions For Your Users.
     20- Email and Dashboard Reporting.
     21- User Feedback Loop.
    2122
    2223You will need to [sign up for a Account ID](https://getchipbot.com) to use this plugin. It's free
    23 to use but paid subscriptions are available for unlimited data and reporting.
     24to use and business subscriptions are available for unlimited data and reporting.
    2425
    2526= How It Works =
     
    6465== Changelog ==
    6566= v1.0.3 =
     67- WordPress 5.0.1 testing, cache plugin compatibility (WP Cache, rocket cache, etc...), Readme updates
     68
     69= v1.0.3 =
    6670- Readme updates
    6771
Note: See TracChangeset for help on using the changeset viewer.