Plugin Directory

Changeset 1935396


Ignore:
Timestamp:
09/04/2018 08:10:52 AM (7 years ago)
Author:
mouseflow
Message:

Removed dead Zendesk link and updated links to point to new groove knowledge base.
Updated the plugin to link to app.mouseflow.com when clicking the "Your Account" button on the dashboard.

Location:
mouseflow-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mouseflow-for-wordpress/trunk/mouseflow-for-wordpress.php

    r1769393 r1935396  
    33Plugin Name: Mouseflow for Wordpress
    44Plugin URI: http://mouseflow.com
    5 Description: Integrate Mouseflow analytics on your website. Login to your <a href="admin.php?page=mouseflow-dashboard">Mouseflow dashboard</a>. Create a free account <a href="http://mouseflow.com/sign-up/" target="_blank">here</a>, and paste in your tracking code <a href="admin.php?page=mouseflow-for-wordpress">here</a>.
     5Description: Integrate Mouseflow analytics on your website. Login to your <a href="admin.php?page=mouseflow-dashboard">Mouseflow dashboard</a>. Create a free account <a href="https://mouseflow.com/sign-up/" target="_blank">here</a>, and paste in your tracking code <a href="admin.php?page=mouseflow-for-wordpress">here</a>.
    66Author: Mouseflow
    77Version: 4.9
     
    1717register_activation_hook(__FILE__, 'mouseflow_addOptions');
    1818
    19 function mouseflow_settings_link($links) { 
     19function mouseflow_settings_link($links) {
    2020  $settings_link = '<a href="admin.php?page=mouseflow-dashboard">Settings</a>';
    2121  array_unshift($links, $settings_link);
     
    2323}
    2424
    25 $plugin = plugin_basename(__FILE__); 
     25$plugin = plugin_basename(__FILE__);
    2626add_filter("plugin_action_links_$plugin", 'mouseflow_settings_link' );
    2727
     
    2929  add_menu_page('Mouseflow', 'Mouseflow', 'administrator', 'mouseflow-dashboard', 'mouseflow_options3', plugins_url('mouseflow-for-wordpress/mf_logo_wp.png'));
    3030  add_submenu_page('mouseflow-dashboard', 'Dashboard', 'Dashboard', 'administrator', 'mouseflow-dashboard', 'mouseflow_options3');
    31   add_submenu_page('mouseflow-dashboard', 'Your account', 'Your account', 'administrator', 'mouseflow-scriptpage', 'mouseflow_options2');
    3231  add_submenu_page('mouseflow-dashboard', 'Tracking code', 'Tracking code', 'administrator', 'mouseflow-for-wordpress', 'mouseflow_options');
    3332}
     
    3938<table class="intro">
    4039    <tr>
    41         <td class="top" colspan="2"><img src="' .plugins_url('mouseflow-for-wordpress/mouseflow_logo.png', dirname(__FILE__) ). '" > 
     40        <td class="top" colspan="2"><img src="' .plugins_url('mouseflow-for-wordpress/mouseflow_logo.png', dirname(__FILE__) ). '" >
    4241
    4342    </tr>
     
    4544        <td class="top2" colspan="2">
    4645        <h2>Welcome to the Mouseflow dashboard</h2>
    47         Here you can access everything Mouseflow has to offer - directly from your Wordpress dashboard! Learn more about your visitors by viewing recordings of whole user sessions including mouse movements, clicks, scroll events and key stroke.';
     46        Here you can access everything Mouseflow has to offer - directly from your Wordpress dashboard! Learn more about your visitors by viewing recordings of whole user sessions including mouse movements, clicks, scroll events and key strokes.';
    4847
    4948if(get_option('mouseflow_script') == ''){
    5049    echo '<h3>Get started</h3>
    51     In order to get started with the Mouseflow Wordpress-plugin you need to register an account on <a href="http://mouseflow.com/signup/" target="_blank" title="Mouseflow - live click tracking and websites analytics">mouseflow.com</a> (don&#39;t worry, it&#39;s free of charge). Once you have an account you need to install the <div title="To find your tracking code you must log in to Mouseflow.com and go to your list of websites. Click &#39;edit&#39; at the appropriate site and copy the code from the box in the bottom left corner." class="hover">Mouseflow tracking code</div> in Wordpress - simply go to your account and find your tracking code. Copy this into the box here: <a href="' .get_option('mouseflow-dashboard', 'admin.php?page=mouseflow-for-wordpress'). '">Insert tracking code</a>.';
     50    In order to get started with the Mouseflow Wordpress-plugin you need to register an account on <a href="https://mouseflow.com/sign-up/" target="_blank" title="Mouseflow - live click tracking and websites analytics">mouseflow.com</a> (don&#39;t worry, it&#39;s free of charge). Once you have an account you need to install the <div title="To find your tracking code you must log in to Mouseflow.com and go to your list of websites. Click &#39;edit&#39; at the appropriate site and copy the code from the box in the bottom left corner." class="hover">Mouseflow tracking code</div> in Wordpress - simply go to your account and find your tracking code. Copy this into the box here: <a href="' .get_option('mouseflow-dashboard', 'admin.php?page=mouseflow-for-wordpress'). '">Insert tracking code</a>.';
    5251}
    5352echo '
     
    5554    </tr>
    5655</table>
    57    
     56
    5857<table class="square">
    5958    <tr>
    60         <td class="link"><a href="' .get_option('mouseflow-dashboard', 'admin.php?page=mouseflow-scriptpage'). '">
     59        <td class="link"><a href="https://app.mouseflow.com/sign-in" target="_blank">
    6160            <table class="intro2">
    6261                <tr>
     
    7473            <table class="intro2">
    7574                <tr>';
    76    
     75
    7776
    7877if(get_option('mouseflow_script') == ''){
     
    9089                    </td>';
    9190}
    92        
     91
    9392echo '</tr>
    9493            </table>
     
    9796    </tr>
    9897    <tr>
    99         <td class="link"><a href="http://mouseflow.zendesk.com" target="_blank">
     98        <td class="link"><a href="https://mouseflow.groovehq.com/help_center" target="_blank">
    10099            <table class="intro2">
    101100                <tr>
     
    140139<table class="intro">
    141140    <tr>
    142         <td class="top" colspan="2"><img src="' .plugins_url('mouseflow-for-wordpress/mouseflow_logo.png', dirname(__FILE__) ). '" > 
     141        <td class="top" colspan="2"><img src="' .plugins_url('mouseflow-for-wordpress/mouseflow_logo.png', dirname(__FILE__) ). '" >
    143142
    144143    </tr>
     
    152151                    </td>
    153152                    <td><h3>Tracking code not installed</h3>
    154         Your Mouseflow tracking code is not yet installed. You can <a href="' .get_option('mouseflow-dashboard', 'admin.php?page=mouseflow-scriptpage'). '">find the tracking code on your Mouseflow-account</a>. If you don\'t yet have an account, you can easily <a href="https://mouseflow.com/sign-up/" target="_blank">create a Mouseflow-account for free</a>.
     153        Your Mouseflow tracking code is not yet installed. You can <a href="https://app.mouseflow.com/sign-in" target="_blank">find the tracking code on your Mouseflow-account</a>. If you don\'t yet have an account, you can easily <a href="https://mouseflow.com/sign-up/" target="_blank">create a Mouseflow-account for free</a>.
    155154                    </td>';
    156155}
     
    163162
    164163<form method="post" action="options.php">';
    165 wp_nonce_field('update-options'); 
     164wp_nonce_field('update-options');
    166165
    167166if(get_option('mouseflow_script') == ''){
  • mouseflow-for-wordpress/trunk/readme.txt

    r1769393 r1935396  
    33Tags: mouseflow
    44Requires at least: 2.0.0
    5 Tested up to: 4.9
    6 Stable tag: 4.9
     5Tested up to: 4.9.8
     6Stable tag: 4.9.8
    77
    88Use Mouseflow directly from your Wordpress dashboard. Easy installation and use.
     
    31312. Check that you have the wp_footer() function in the blog template.
    32323. Check your blog's html source (Page / View source) and search for "mouseflow". In case the script found at the end of the <body> section, but still not working, you're probably running the site from a different domain than the one you entered on your mouseflow account. Make sure that the domains are matching.
    33 4. Read more here: https://mouseflow.zendesk.com/entries/22097317-The-tracking-code-is-inserted-but-status-is-Not-installed-
     334. Read more here: https://mouseflow.groovehq.com/knowledge_base/topics/recording-status-is-not-installed
    34345. Get in touch: http://mouseflow.com/support/
Note: See TracChangeset for help on using the changeset viewer.