Changeset 1995622
- Timestamp:
- 12/15/2018 09:37:14 PM (7 years ago)
- Location:
- chipbot/trunk
- Files:
-
- 2 edited
-
chipbot.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chipbot/trunk/chipbot.php
r1953531 r1995622 17 17 add_action('admin_menu', array($this, 'create_plugin_settings_page')); 18 18 add_action('admin_init', array($this, 'init')); 19 add_action('wp_head', array($this, 'injectAccountIdVariable')); 19 20 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 '; 20 32 } 21 33 -
chipbot/trunk/readme.txt
r1953584 r1995622 3 3 Tags: 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 4 4 Requires at least: 4.3.17 5 Tested up to: 4.9.85 Tested up to: 5.0.1 6 6 Requires PHP: 5.3.0 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GNU General Public License v2.0 9 9 License URI: https://github.com/GetChipBot/chipbot-wordpress-plugin/blob/master/LICENSE 10 10 11 ChipBot analyzes your customer's behavior while giving them support and engagement. Fully Automated On WordPress!11 ChipBot is a Crowdsource FAQ Bot that provides support for your new customers from previously asked questions. 12 12 13 13 == Description == 14 14 = 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. 21 22 22 23 You will need to [sign up for a Account ID](https://getchipbot.com) to use this plugin. It's free 23 to use but paidsubscriptions are available for unlimited data and reporting.24 to use and business subscriptions are available for unlimited data and reporting. 24 25 25 26 = How It Works = … … 64 65 == Changelog == 65 66 = v1.0.3 = 67 - WordPress 5.0.1 testing, cache plugin compatibility (WP Cache, rocket cache, etc...), Readme updates 68 69 = v1.0.3 = 66 70 - Readme updates 67 71
Note: See TracChangeset
for help on using the changeset viewer.