Pinterest Pin It Button On Image Hover And Post - Version 1.6

Version Description

= 0.1 = Starter version no upgrade is required.

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Pinterest Pin It Button On Image Hover And Post
Version 1.6
Comparing to
See all releases

Code changes from version 1.4.1 to 1.6

Files changed (3) hide show
  1. js/pinit.js +8 -1
  2. pinterest-pin-It-button.php +2 -2
  3. readme.txt +10 -2
js/pinit.js CHANGED
@@ -1,6 +1,13 @@
1
- ! function(a, b, c) {
2
  var d, e, f;
3
  f = "PIN_" + ~~((new Date).getTime() / 864e5), a[f] || (a[f] = !0, a.setTimeout(function() {
4
  d = b.getElementsByTagName("SCRIPT")[0], e = b.createElement("SCRIPT"), e.type = "text/javascript", e.async = !0, e.src = c + "?" + f, d.parentNode.insertBefore(e, d)
5
  }, 10))
 
 
 
 
 
 
 
6
  }(window, document, "//assets.pinterest.com/js/pinit_main.js");
1
+ /* ! function(a, b, c) {
2
  var d, e, f;
3
  f = "PIN_" + ~~((new Date).getTime() / 864e5), a[f] || (a[f] = !0, a.setTimeout(function() {
4
  d = b.getElementsByTagName("SCRIPT")[0], e = b.createElement("SCRIPT"), e.type = "text/javascript", e.async = !0, e.src = c + "?" + f, d.parentNode.insertBefore(e, d)
5
  }, 10))
6
+ }(window, document, "//assets.pinterest.com/js/pinit_main.js"); */
7
+
8
+ ! function(a, b, c) {
9
+ var d, e, f;
10
+ f = "PIN_" + ~~((new Date).getTime() / 864e5), a[f] || (a[f] = !0, a.setTimeout(function() {
11
+ d = b.getElementsByTagName("SCRIPT")[0], e = b.createElement("SCRIPT"), e.type = "text/javascript", e.async = !0, e.src = c, d.parentNode.insertBefore(e, d)
12
+ }, 10))
13
  }(window, document, "//assets.pinterest.com/js/pinit_main.js");
pinterest-pin-It-button.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
4
- * Version: 1.4.1
5
  * Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
@@ -47,7 +47,7 @@ $PinItOnHover = get_option("WL_Pinit_Btn_On_Hover");
47
  //Show Pin It Button On Image Hover
48
  if($PinItOnHover == "true"){
49
  // Add hook for frontend <head></head>
50
- add_action('wp', 'wl_pinit_js');
51
  }
52
  function wl_pinit_js() {
53
  $PinItOnHover = get_option("WL_Pinit_Btn_On_Hover");
1
  <?php
2
  /**
3
  * Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
4
+ * Version: 1.6
5
  * Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
47
  //Show Pin It Button On Image Hover
48
  if($PinItOnHover == "true"){
49
  // Add hook for frontend <head></head>
50
+ add_action('wp_head', 'wl_pinit_js');
51
  }
52
  function wl_pinit_js() {
53
  $PinItOnHover = get_option("WL_Pinit_Btn_On_Hover");
readme.txt CHANGED
@@ -5,8 +5,8 @@ Contributors: weblizar
5
  Donate link: http://www.weblizar.com/
6
  Tags: advanced pinterest, board, feed, free, free pinterest widget, image, images, media, photo, photo share plugin, photos, pin it, pin it button, pinter pin display, pinterest, pinterest board, pinterest button, pinterest display, Pinterest Feed, pinterest follow, pinterest follow badge, pinterest follow button, pinterest pin, pinterest pin button, pinterest pin it button, pinterest share, pinterest widget, rss, sidebar, social, social button, social media, social share, social share plugin, widget, wordpress, wordpress widget, pinterest pin it button on hover, pin it on hover, pin it image, pin image, pin it button ob post,
7
  Requires at least: 3.5
8
- Tested up to: 4.2.2
9
- Stable tag: 1.4.1
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
@@ -41,6 +41,14 @@ Pinterest pin it button on image hover plugin provides facility to pins your blo
41
  == Changelog ==
42
 
43
  For more information, see [Weblizar](http://wwww.weblizar.com/).
 
 
 
 
 
 
 
 
44
  = Version 1.4.1 19-June-2015 =
45
  * New: Compatible with Autoptimize plugin
46
 
5
  Donate link: http://www.weblizar.com/
6
  Tags: advanced pinterest, board, feed, free, free pinterest widget, image, images, media, photo, photo share plugin, photos, pin it, pin it button, pinter pin display, pinterest, pinterest board, pinterest button, pinterest display, Pinterest Feed, pinterest follow, pinterest follow badge, pinterest follow button, pinterest pin, pinterest pin button, pinterest pin it button, pinterest share, pinterest widget, rss, sidebar, social, social button, social media, social share, social share plugin, widget, wordpress, wordpress widget, pinterest pin it button on hover, pin it on hover, pin it image, pin image, pin it button ob post,
7
  Requires at least: 3.5
8
+ Tested up to: 4.2.3
9
+ Stable tag: 1.6
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
41
  == Changelog ==
42
 
43
  For more information, see [Weblizar](http://wwww.weblizar.com/).
44
+ = Version 1.6 24-June-2015 =
45
+ * New: Pinterest official Js code modified
46
+ * Bug: browser_extension_tracking_id fixed
47
+ * Bug: Invalid url fixed
48
+
49
+ = Version 1.5 25-June-2015 =
50
+ * New: Reverting Autoptimize plugin compatibilities
51
+
52
  = Version 1.4.1 19-June-2015 =
53
  * New: Compatible with Autoptimize plugin
54