Plugin Directory

Changeset 1961821


Ignore:
Timestamp:
10/24/2018 07:48:11 AM (7 years ago)
Author:
userpilot
Message:

Bug fixing

Location:
userpilot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • userpilot/trunk/includes/widget.php

    r1957377 r1961821  
    22
    33// install userpilot widget
    4 add_action('wp_head', 'install_userpilot');
     4
     5if(is_admin())
     6{
     7  add_action('wp_loaded', 'install_userpilot');
     8}else{
     9  add_action('wp_footer', 'install_userpilot');
     10}
    511
    612function install_userpilot()
  • userpilot/trunk/readme.txt

    r1946652 r1961821  
    11=== Userpilot ===
    22Contributors: Userpilot
    3 
    43Tags: Userpilot, Onboarding, Experience, User Experience, Onboarding Experience, modal, tooltips, hotspots.
    5 
    6 Build beautiful Experiences to help users become more successful.
    7 
    84Requires at least: 3.4
    95Tested up to: 4.9.8
     
    117License: GPLv2 or later
    128License URI: http://www.gnu.org/licenses/gpl-2.0.html
    13 
    149Build better product experiences
    1510
    1611== Description ==
    1712
    18 Userpilot helps product & customer success teams increase user adoption through behavior-triggered product experiences. Code-Free.
     13Userpilot helps product & customer success teams increase user adoption through behaviour-triggered product experiences. Code-Free.
    1914
    2015
     
    3732You 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.
    3833
    39 = What’s the cancelation policy? =
     34= What’s the cancellation policy? =
    4035
    4136You can cancel your plan anytime. No questions asked.
     
    4439== Usage ==
    4540
    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.
     41After 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.
    4742
    4843== Installation ==
     
    5045*Server Requirements:* PHP >= 5.
    5146
    52 *Wordpress versions:* Wordpress 2.7 and up.
     47*Wordpress versions:* WordPress 2.7 and up.
    5348
    5449Step-by-step Guide:
Note: See TracChangeset for help on using the changeset viewer.