Version Description
Download this release
Release Info
Developer | PixelYourSite |
Plugin | PixelYourSite – Facebook Pixel (Events, WooCommerce & Easy Digital Downloads) |
Version | 2.2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.2 to 2.2.3
- facebook-pixel-master.php +1 -1
- inc/admin.php +4 -4
- inc/helper-functions.php +1 -1
- readme.txt +12 -6
facebook-pixel-master.php
CHANGED
@@ -5,7 +5,7 @@ Description: Add the Facebook Pixel code into your Wordpress site and set up sta
|
|
5 |
Plugin URI: http://www.pixelyoursite.com/facebook-pixel-plugin-help
|
6 |
Author: PixelYourSite
|
7 |
Author URI: http://www.pixelyoursite.com
|
8 |
-
Version: 2.2.
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|
5 |
Plugin URI: http://www.pixelyoursite.com/facebook-pixel-plugin-help
|
6 |
Author: PixelYourSite
|
7 |
Author URI: http://www.pixelyoursite.com
|
8 |
+
Version: 2.2.3
|
9 |
License: GPLv3
|
10 |
*/
|
11 |
|
inc/admin.php
CHANGED
@@ -53,17 +53,17 @@
|
|
53 |
<tr>
|
54 |
<th scope="row"> </th>
|
55 |
<td style="color:#333;">
|
56 |
-
<h2 style="font-weight: 400;color:#333;">
|
57 |
|
58 |
<p style="font-weight: 400; font-size:12px; color:#333;">
|
59 |
PixelYourSite is not just a simple plugin, we try to connect with our users and offer them the best possible information.
|
60 |
<br><b>Here are some of the most appreciated articles from our Learning Section:</b></p>
|
61 |
<br>
|
62 |
-
<a href="http://www.pixelyoursite.com/
|
63 |
<br><br>
|
64 |
-
<a href="http://www.pixelyoursite.com/facebook-ads-reports-optimisation" target="_blank">How to
|
65 |
<br><br>
|
66 |
-
<a href="http://www.pixelyoursite.com/
|
67 |
|
68 |
|
69 |
</td>
|
53 |
<tr>
|
54 |
<th scope="row"> </th>
|
55 |
<td style="color:#333;">
|
56 |
+
<h2 style="font-weight: 400;color:#333;">Key Readings</h2>
|
57 |
|
58 |
<p style="font-weight: 400; font-size:12px; color:#333;">
|
59 |
PixelYourSite is not just a simple plugin, we try to connect with our users and offer them the best possible information.
|
60 |
<br><b>Here are some of the most appreciated articles from our Learning Section:</b></p>
|
61 |
<br>
|
62 |
+
<a href="http://www.pixelyoursite.com/facebook-pixel-helper-errors" target="_blank">How to check your FB Pixel for errors</a>
|
63 |
<br><br>
|
64 |
+
<a href="http://www.pixelyoursite.com/facebook-ads-reports-optimisation" target="_blank">How to create Custom Reports to better understand conversion</a>
|
65 |
<br><br>
|
66 |
+
[Important]: <a href="http://www.pixelyoursite.com/custom-audiences-from-events" target="_blank">How to Create Custom Audiences based on Events on your website</a>
|
67 |
|
68 |
|
69 |
</td>
|
inc/helper-functions.php
CHANGED
@@ -625,7 +625,7 @@ function woofp_addtocart_urls($woofp_options=''){
|
|
625 |
$facebookpixel = $woofp_options['facebookpixel'];
|
626 |
$standardevent = $woofp_options['standardevent'];
|
627 |
$woocommerce_settings = $woofp_options['woocommerce'];
|
628 |
-
|
629 |
|
630 |
|
631 |
/* whether facebook pixel is activated */
|
625 |
$facebookpixel = $woofp_options['facebookpixel'];
|
626 |
$standardevent = $woofp_options['standardevent'];
|
627 |
$woocommerce_settings = $woofp_options['woocommerce'];
|
628 |
+
$results = array();
|
629 |
|
630 |
|
631 |
/* whether facebook pixel is activated */
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== PixelYourSite: Insert Facebook Pixel and track Standard Events ===
|
2 |
Contributors: PixelYourSite, c0d3fev3r
|
3 |
-
Tags: Facebook Pixel, Facebook, Facebook Conversion Pixel, Facebook Pixel Events, Tracking, Standard events, Facebook Events, Facebook Standard Events, New Facebook Pixel, Facebook Dynamic Ads, WooCommerce, Facebook Custom Events, Custom Events, Conversion pixel, track conversion, Facebook pixel WooCommerce, Facebook Ads, Facebook Campaign, Facebook Ads Campaign, Facebook Conversion Value, Conversion Value, WooCommerce Affiliate Products, Track Affiliate Products, Affiliate links, New Facebook Pixel WooCommerce, PayPal, Facebook Pixel PayPal, New Facebook Pixel Events, facebook standard events woocommerce, facebook tracking pixel woocommerce, facebook conversion pixel for woocommerce, new pixel, pixel plugin, tracking pixel
|
4 |
Requires at least: 3.0.1
|
5 |
-
Tested up to: 4.4.
|
6 |
-
Stable tag: 2.2.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -43,11 +43,11 @@ As you probably know, Facebook will retire the old Facebook Conversion Pixel in
|
|
43 |
|
44 |
We try to stay close to all our users and give you valuable information. Here are some of our most appreciated articles:
|
45 |
|
46 |
-
<a href="http://www.pixelyoursite.com/
|
47 |
|
48 |
-
<a href="http://www.pixelyoursite.com/facebook-ads-reports-optimisation" target="_blank">How to
|
49 |
|
50 |
-
<a href="http://www.pixelyoursite.com/
|
51 |
|
52 |
|
53 |
**What's next**
|
@@ -157,6 +157,12 @@ We have an article about how to optimize Facebook Ads Reports:
|
|
157 |
|
158 |
== Changelog ==
|
159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
160 |
PixelYourSite 2.2.2
|
161 |
|
162 |
- Minor fix for admin notice
|
1 |
=== PixelYourSite: Insert Facebook Pixel and track Standard Events ===
|
2 |
Contributors: PixelYourSite, c0d3fev3r
|
3 |
+
Tags: Facebook Pixel, Facebook, Facebook Conversion Pixel, Facebook Pixel Events, Dynamic Events, Tracking, Standard events, Facebook Events, Facebook Standard Events, New Facebook Pixel, Facebook Dynamic Ads, WooCommerce, Facebook Custom Events, Custom Events, Conversion pixel, track conversion, Facebook pixel WooCommerce, Facebook Ads, Facebook Campaign, Facebook Ads Campaign, Facebook Conversion Value, Conversion Value, WooCommerce Affiliate Products, Track Affiliate Products, Affiliate links, New Facebook Pixel WooCommerce, PayPal, Facebook Pixel PayPal, New Facebook Pixel Events, facebook standard events woocommerce, facebook tracking pixel woocommerce, facebook conversion pixel for woocommerce, new pixel, pixel plugin, tracking pixel
|
4 |
Requires at least: 3.0.1
|
5 |
+
Tested up to: 4.4.2
|
6 |
+
Stable tag: 2.2.3
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
43 |
|
44 |
We try to stay close to all our users and give you valuable information. Here are some of our most appreciated articles:
|
45 |
|
46 |
+
<a href="http://www.pixelyoursite.com/facebook-pixel-helper-errors" target="_blank">How to check FB Pixel for errors</a>
|
47 |
|
48 |
+
<a href="http://www.pixelyoursite.com/facebook-ads-reports-optimisation" target="_blank">How to create Custom Ads Reports for better conversion understanding</a>
|
49 |
|
50 |
+
**[Pro Tip]** <a href="http://www.pixelyoursite.com/custom-audiences-from-events" target="_blank">How to create Custom Audiences based on website Events</a>
|
51 |
|
52 |
|
53 |
**What's next**
|
157 |
|
158 |
== Changelog ==
|
159 |
|
160 |
+
PixelYourSite 2.2.3
|
161 |
+
|
162 |
+
- Learning links updated
|
163 |
+
|
164 |
+
- Minor PHP warning fixed
|
165 |
+
|
166 |
PixelYourSite 2.2.2
|
167 |
|
168 |
- Minor fix for admin notice
|