Version Description
- added margin on the bottom of the bcct-clicktotweet div
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 0.3 |
Comparing to | |
See all releases |
Code changes from version 0.2 to 0.3
- assets/css/styles.css +2 -1
- better-click-to-tweet.php +1 -1
- readme.txt +4 -1
assets/css/styles.css
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
-moz-border-radius: 4px;
|
8 |
border-radius: 4px;
|
9 |
padding: 15px 15px 15px 30px;
|
|
|
10 |
}
|
11 |
.bctt-click-to-tweet:after {
|
12 |
content: ".";
|
@@ -51,4 +52,4 @@ a.bctt-ctt-btn {
|
|
51 |
text-decoration: none;
|
52 |
color: #666666 !important;
|
53 |
background: transparent url(../img/birdy.png) no-repeat right top 8px;
|
54 |
-
}
|
7 |
-moz-border-radius: 4px;
|
8 |
border-radius: 4px;
|
9 |
padding: 15px 15px 15px 30px;
|
10 |
+
margin-bottom:1em;
|
11 |
}
|
12 |
.bctt-click-to-tweet:after {
|
13 |
content: ".";
|
52 |
text-decoration: none;
|
53 |
color: #666666 !important;
|
54 |
background: transparent url(../img/birdy.png) no-repeat right top 8px;
|
55 |
+
}
|
better-click-to-tweet.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Better Click To Tweet
|
4 |
Description: Add click to tweet boxes to your WordPress posts, easily. This is a new, fully renovated version of the late "Click to Tweet" plugin by Todaymade. I overhauled the plugin using the shortcode API, and (perhaps most importantly) removed the "powered by" link.
|
5 |
-
Version: 0.
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
2 |
/*
|
3 |
Plugin Name: Better Click To Tweet
|
4 |
Description: Add click to tweet boxes to your WordPress posts, easily. This is a new, fully renovated version of the late "Click to Tweet" plugin by Todaymade. I overhauled the plugin using the shortcode API, and (perhaps most importantly) removed the "powered by" link.
|
5 |
+
Version: 0.3
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -54,6 +54,9 @@ I am active in [the support forums](https://wordpress.org/support/plugin/better-
|
|
54 |
|
55 |
== Changelog ==
|
56 |
|
|
|
|
|
|
|
57 |
= 0.2 =
|
58 |
* fixed a bug that was not displaying the CSS correctly.
|
59 |
* updated the FAQ and other readme items.
|
4 |
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, post, posts, plugin, auto post
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
54 |
|
55 |
== Changelog ==
|
56 |
|
57 |
+
= 0.3 =
|
58 |
+
* added margin on the bottom of the bcct-clicktotweet div
|
59 |
+
|
60 |
= 0.2 =
|
61 |
* fixed a bug that was not displaying the CSS correctly.
|
62 |
* updated the FAQ and other readme items.
|