Changeset 1935396
- Timestamp:
- 09/04/2018 08:10:52 AM (7 years ago)
- Location:
- mouseflow-for-wordpress/trunk
- Files:
-
- 2 edited
-
mouseflow-for-wordpress.php (modified) (13 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mouseflow-for-wordpress/trunk/mouseflow-for-wordpress.php
r1769393 r1935396 3 3 Plugin Name: Mouseflow for Wordpress 4 4 Plugin 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>.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="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>. 6 6 Author: Mouseflow 7 7 Version: 4.9 … … 17 17 register_activation_hook(__FILE__, 'mouseflow_addOptions'); 18 18 19 function mouseflow_settings_link($links) { 19 function mouseflow_settings_link($links) { 20 20 $settings_link = '<a href="admin.php?page=mouseflow-dashboard">Settings</a>'; 21 21 array_unshift($links, $settings_link); … … 23 23 } 24 24 25 $plugin = plugin_basename(__FILE__); 25 $plugin = plugin_basename(__FILE__); 26 26 add_filter("plugin_action_links_$plugin", 'mouseflow_settings_link' ); 27 27 … … 29 29 add_menu_page('Mouseflow', 'Mouseflow', 'administrator', 'mouseflow-dashboard', 'mouseflow_options3', plugins_url('mouseflow-for-wordpress/mf_logo_wp.png')); 30 30 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');32 31 add_submenu_page('mouseflow-dashboard', 'Tracking code', 'Tracking code', 'administrator', 'mouseflow-for-wordpress', 'mouseflow_options'); 33 32 } … … 39 38 <table class="intro"> 40 39 <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__) ). '" > 42 41 43 42 </tr> … … 45 44 <td class="top2" colspan="2"> 46 45 <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.'; 48 47 49 48 if(get_option('mouseflow_script') == ''){ 50 49 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't worry, it'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 'edit' 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't worry, it'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 'edit' 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>.'; 52 51 } 53 52 echo ' … … 55 54 </tr> 56 55 </table> 57 56 58 57 <table class="square"> 59 58 <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"> 61 60 <table class="intro2"> 62 61 <tr> … … 74 73 <table class="intro2"> 75 74 <tr>'; 76 75 77 76 78 77 if(get_option('mouseflow_script') == ''){ … … 90 89 </td>'; 91 90 } 92 91 93 92 echo '</tr> 94 93 </table> … … 97 96 </tr> 98 97 <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"> 100 99 <table class="intro2"> 101 100 <tr> … … 140 139 <table class="intro"> 141 140 <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__) ). '" > 143 142 144 143 </tr> … … 152 151 </td> 153 152 <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>. 155 154 </td>'; 156 155 } … … 163 162 164 163 <form method="post" action="options.php">'; 165 wp_nonce_field('update-options'); 164 wp_nonce_field('update-options'); 166 165 167 166 if(get_option('mouseflow_script') == ''){ -
mouseflow-for-wordpress/trunk/readme.txt
r1769393 r1935396 3 3 Tags: mouseflow 4 4 Requires at least: 2.0.0 5 Tested up to: 4.9 6 Stable tag: 4.9 5 Tested up to: 4.9.8 6 Stable tag: 4.9.8 7 7 8 8 Use Mouseflow directly from your Wordpress dashboard. Easy installation and use. … … 31 31 2. Check that you have the wp_footer() function in the blog template. 32 32 3. 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-33 4. Read more here: https://mouseflow.groovehq.com/knowledge_base/topics/recording-status-is-not-installed 34 34 5. Get in touch: http://mouseflow.com/support/
Note: See TracChangeset
for help on using the changeset viewer.