Version Description
= 0.1 = Starter version no upgrade is required.
Download this release
Release Info
Developer | weblizar |
Plugin | Pinterest Pin It Button On Image Hover And Post |
Version | 2.0 |
Comparing to | |
See all releases |
Code changes from version 1.9 to 2.0
- pinterest-pin-It-button.php +1 -1
- readme.txt +4 -1
- template.php +27 -0
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:
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Pinterest Pin It Button On Image Hover And After Post & Page Content
|
4 |
+
* Version: 2.0
|
5 |
* Description: Pin Your WordPress Blog Posts Pages Images With Pinterest
|
6 |
* Author: Weblizar
|
7 |
* Author URI: http://weblizar.com/plugins/
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ 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.3.1
|
9 |
-
Stable tag:
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -42,6 +42,9 @@ Pinterest pin it button on image hover plugin provides facility to pins your blo
|
|
42 |
|
43 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
44 |
|
|
|
|
|
|
|
45 |
= Version 1.9 29-Sep-2015 =
|
46 |
* Small design update
|
47 |
|
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.3.1
|
9 |
+
Stable tag: 2.0
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
42 |
|
43 |
For more information, see [Weblizar](http://wwww.weblizar.com/).
|
44 |
|
45 |
+
= Version 2.0 10-Oct-2015 =
|
46 |
+
* Small design update
|
47 |
+
|
48 |
= Version 1.9 29-Sep-2015 =
|
49 |
* Small design update
|
50 |
|
template.php
CHANGED
@@ -88,6 +88,33 @@
|
|
88 |
</span>
|
89 |
<p class="sidebar-profile-description">Powered By</p>
|
90 |
<h3 class="sidebar-profile-name">Weblizar</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
</li>
|
92 |
|
93 |
</ul>
|
88 |
</span>
|
89 |
<p class="sidebar-profile-description">Powered By</p>
|
90 |
<h3 class="sidebar-profile-name">Weblizar</h3>
|
91 |
+
<style>
|
92 |
+
.acl-rate-us span.dashicons{
|
93 |
+
width: 30px;
|
94 |
+
height: 30px;
|
95 |
+
}
|
96 |
+
.acl-rate-us span.dashicons-star-filled:before {
|
97 |
+
content: "\f155";
|
98 |
+
font-size: 30px;
|
99 |
+
}
|
100 |
+
.acl-rate-us {
|
101 |
+
color : #FBD229 !important;
|
102 |
+
padding-top:5px !important;
|
103 |
+
}
|
104 |
+
.acl-rate{
|
105 |
+
color:#fff;
|
106 |
+
margin-top:10px !important;
|
107 |
+
margin-bottom:5px !important;
|
108 |
+
}
|
109 |
+
</style>
|
110 |
+
<h5 style="color:#fff" class="acl-rate">Show Us Some Love (Rate Us)</h5>
|
111 |
+
<a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/pinterest-pin-it-button-on-image-hover-and-post/" target="_blank">
|
112 |
+
<span class="dashicons dashicons-star-filled"></span>
|
113 |
+
<span class="dashicons dashicons-star-filled"></span>
|
114 |
+
<span class="dashicons dashicons-star-filled"></span>
|
115 |
+
<span class="dashicons dashicons-star-filled"></span>
|
116 |
+
<span class="dashicons dashicons-star-filled"></span>
|
117 |
+
</a>
|
118 |
</li>
|
119 |
|
120 |
</ul>
|