Version Description
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- README.txt +24 -6
- whatsappme.php +3 -3
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: whatsapp, button, chat, support, contact, click to chat, directly message
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.1
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 2.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -24,6 +24,8 @@ WhatsApp is used in more than 100 countries and supports more than 50 languages.
|
|
24 |
|
25 |
Options:
|
26 |
|
|
|
|
|
27 |
1. Phone: Enter the phone number.
|
28 |
2. Mobile only: Select if you want the button to be visible only on mobile devices. WhatsApp Web/App will open on the desktop (if available).
|
29 |
3. Call to action: Write a message to encourage users to contact you through WhatsApp.
|
@@ -32,7 +34,7 @@ Options:
|
|
32 |
6. Message: You can define the first message to send.
|
33 |
7. Advanced: configure on which pages you want to show or hide your WhatsApp button.
|
34 |
8. If you have Google Analytics, an event is triggered when the user launches WhatsApp.
|
35 |
-
9. Can override call to action, message or visibility on every post, page or custom post.
|
36 |
|
37 |
More info, news and tricks in [wame.chat](https://wame.chat)
|
38 |
|
@@ -53,13 +55,29 @@ Greater values of z-index are left over, the default value is 400.
|
|
53 |
|
54 |
WhatsApp me don't save any personal data and don't use cookies.
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
== Screenshots ==
|
57 |
|
58 |
1. WhatsApp me general settings.
|
59 |
2. WhatsApp me advanced visibility settings.
|
60 |
-
3.
|
61 |
-
4.
|
62 |
-
5.
|
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
@@ -104,7 +122,7 @@ WhatsApp me don't save any personal data and don't use cookies.
|
|
104 |
|
105 |
= 1.4.1 =
|
106 |
* Fix JS frontend sometimes can't load WhatsApp me settings.
|
107 |
-
* Fix better Google
|
108 |
|
109 |
= 1.4.0 =
|
110 |
* **NEW:** Added the option to define the first message to send. You can include variables such as {SITE}, {URL} or {TITLE}.
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.1
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 2.2.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
24 |
|
25 |
Options:
|
26 |
|
27 |
+
**[NEW!!]** Now support specific phone number on every post, page or custom post, to provide a successful contact to the different support agents of your organization.
|
28 |
+
|
29 |
1. Phone: Enter the phone number.
|
30 |
2. Mobile only: Select if you want the button to be visible only on mobile devices. WhatsApp Web/App will open on the desktop (if available).
|
31 |
3. Call to action: Write a message to encourage users to contact you through WhatsApp.
|
34 |
6. Message: You can define the first message to send.
|
35 |
7. Advanced: configure on which pages you want to show or hide your WhatsApp button.
|
36 |
8. If you have Google Analytics, an event is triggered when the user launches WhatsApp.
|
37 |
+
9. Can override **phone number**, call to action, message or visibility on every post, page or custom post.
|
38 |
|
39 |
More info, news and tricks in [wame.chat](https://wame.chat)
|
40 |
|
55 |
|
56 |
WhatsApp me don't save any personal data and don't use cookies.
|
57 |
|
58 |
+
= Google Analytics integration =
|
59 |
+
|
60 |
+
WhatsApp me send an event when user click to launch WhatsApp.
|
61 |
+
|
62 |
+
If Global Site Tag (gtag.js) detected:
|
63 |
+
`gtag('event', 'click', { 'event_category': 'WhatsAppMe', 'event_label': out_url })`
|
64 |
+
|
65 |
+
If Universal Analtics (analytics.js) detected:
|
66 |
+
`ga('send', 'event', 'WhatsAppMe', 'click', out_url })`
|
67 |
+
|
68 |
+
= Google Tag Manager integration =
|
69 |
+
|
70 |
+
WhatsApp me send an event (if GTM detected) when user click to launch WhatsApp:
|
71 |
+
`dataLayer.push({ 'event': 'WhatsAppMe', 'eventAction': 'click', 'eventLabel': out_url });`
|
72 |
+
|
73 |
== Screenshots ==
|
74 |
|
75 |
1. WhatsApp me general settings.
|
76 |
2. WhatsApp me advanced visibility settings.
|
77 |
+
3. WhatsApp me on post/page edition.
|
78 |
+
4. Button on desktop.
|
79 |
+
5. Call to action on desktop.
|
80 |
+
6. Button and call to action on mobile.
|
81 |
|
82 |
== Changelog ==
|
83 |
|
122 |
|
123 |
= 1.4.1 =
|
124 |
* Fix JS frontend sometimes can't load WhatsApp me settings.
|
125 |
+
* Fix better Google Analytics event tracking when leave page.
|
126 |
|
127 |
= 1.4.0 =
|
128 |
* **NEW:** Added the option to define the first message to send. You can include variables such as {SITE}, {URL} or {TITLE}.
|
whatsappme.php
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
* @wordpress-plugin
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://wame.chat
|
11 |
-
* Description:
|
12 |
-
* Version: 2.2.
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
@@ -27,7 +27,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
-
define( 'WHATSAPPME_VERSION', '2.2.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
8 |
* @wordpress-plugin
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://wame.chat
|
11 |
+
* Description: The perfect plugin to engage and retain customers. Support for ecommece and online stores. Your clients will love it. Analytics integration.
|
12 |
+
* Version: 2.2.1
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
+
define( 'WHATSAPPME_VERSION', '2.2.1' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|