Changeset 1961821
- Timestamp:
- 10/24/2018 07:48:11 AM (7 years ago)
- Location:
- userpilot/trunk
- Files:
-
- 2 edited
-
includes/widget.php (modified) (1 diff)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
userpilot/trunk/includes/widget.php
r1957377 r1961821 2 2 3 3 // install userpilot widget 4 add_action('wp_head', 'install_userpilot'); 4 5 if(is_admin()) 6 { 7 add_action('wp_loaded', 'install_userpilot'); 8 }else{ 9 add_action('wp_footer', 'install_userpilot'); 10 } 5 11 6 12 function install_userpilot() -
userpilot/trunk/readme.txt
r1946652 r1961821 1 1 === Userpilot === 2 2 Contributors: Userpilot 3 4 3 Tags: Userpilot, Onboarding, Experience, User Experience, Onboarding Experience, modal, tooltips, hotspots. 5 6 Build beautiful Experiences to help users become more successful.7 8 4 Requires at least: 3.4 9 5 Tested up to: 4.9.8 … … 11 7 License: GPLv2 or later 12 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 14 9 Build better product experiences 15 10 16 11 == Description == 17 12 18 Userpilot helps product & customer success teams increase user adoption through behavio r-triggered product experiences. Code-Free.13 Userpilot helps product & customer success teams increase user adoption through behaviour-triggered product experiences. Code-Free. 19 14 20 15 … … 37 32 You can easily get started by installing our chrome extension and getting a feel for the Userpilot in-App Experience Builder. When you’re ready to start publishing Experiences, all you have to do is to install a small script on your product and you’ll be all set. 38 33 39 = What’s the cancel ation policy? =34 = What’s the cancellation policy? = 40 35 41 36 You can cancel your plan anytime. No questions asked. … … 44 39 == Usage == 45 40 46 After enabling the plug in, head to the messaging settings in the app settings section to customize the widget to match the feel and look of your website.41 After enabling the plugin, head to the messaging settings in the app settings section to customize the widget to match the feel and look of your website. 47 42 48 43 == Installation == … … 50 45 *Server Requirements:* PHP >= 5. 51 46 52 *Wordpress versions:* Word press 2.7 and up.47 *Wordpress versions:* WordPress 2.7 and up. 53 48 54 49 Step-by-step Guide:
Note: See TracChangeset
for help on using the changeset viewer.