Version Description
- fixed a bug that was not displaying the CSS correctly.
- updated the FAQ and other readme items.
Download this release
Release Info
Developer | ben.meredith@gmail.com |
Plugin | Better Click To Tweet |
Version | 0.2 |
Comparing to | |
See all releases |
Code changes from version 0.1 to 0.2
- bctt_options.php +4 -1
- better-click-to-tweet.php +4 -3
- readme.txt +21 -4
bctt_options.php
CHANGED
@@ -86,7 +86,10 @@ function bctt_settings_page() {
|
|
86 |
|
87 |
<hr/>
|
88 |
<em>An open source plugin by <a href="http://benandjacq.com" target="_blank">Ben Meredith</a></em>
|
89 |
-
<p>Are you a developer? Help make it the (even) Better Click To Tweet plugin. Check out the plugin on Github.</p>
|
|
|
|
|
|
|
90 |
</div>
|
91 |
<?php
|
92 |
}
|
86 |
|
87 |
<hr/>
|
88 |
<em>An open source plugin by <a href="http://benandjacq.com" target="_blank">Ben Meredith</a></em>
|
89 |
+
<p>Are you a developer? Help make it the (even) Better Click To Tweet plugin. Check out the <a target="_blank" href="https://github.com/Benunc/better-click-to-tweet">plugin on Github.</a></p>
|
90 |
+
<p>The best way you can support this and other plugins is to <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ" target="_blank">donate</a>. The second best way is to <a href="https://wordpress.org/support/view/plugin-reviews/better-click-to-tweet" target="_blank">leave an honest review.</a></p>
|
91 |
+
<p>Did this plugin save you enough time to be worth $3?</p>
|
92 |
+
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ" target="_blank">Click here to buy me a Coke to say thanks.</a></p>
|
93 |
</div>
|
94 |
<?php
|
95 |
}
|
better-click-to-tweet.php
CHANGED
@@ -2,10 +2,11 @@
|
|
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:
|
|
|
9 |
*/
|
10 |
include 'bctt_options.php';
|
11 |
|
@@ -73,4 +74,4 @@ function bctt_options_link($links) {
|
|
73 |
return $links;
|
74 |
}
|
75 |
$bcttlink = plugin_basename(__FILE__);
|
76 |
-
add_filter("plugin_action_links_$bcttlink", 'bctt_options_link' );
|
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.2
|
6 |
Author: Ben Meredith
|
7 |
Author URI: http://benandjacq.com
|
8 |
+
Plugin URI: https://wordpress.org/plugins/better-click-to-tweet/
|
9 |
+
License: GPL2
|
10 |
*/
|
11 |
include 'bctt_options.php';
|
12 |
|
74 |
return $links;
|
75 |
}
|
76 |
$bcttlink = plugin_basename(__FILE__);
|
77 |
+
add_filter("plugin_action_links_$bcttlink", 'bctt_options_link' );
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Better Click To Tweet ===
|
2 |
Contributors: ben.meredith@gmail.com
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ
|
4 |
-
Tags: click to tweet, twitter, tweet, twitter plugin, Twitter boxes, share, social media, 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 |
|
@@ -14,6 +14,11 @@ This plugin allows you to create beautiful Click To Tweet boxes anywhere in your
|
|
14 |
|
15 |
This plugin allows you to easily create tweetable content for your readers. Using a simple shortcode, your selected text is highlighted and made tweetable.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
== Installation ==
|
19 |
|
@@ -32,14 +37,26 @@ This plugin allows you to easily create tweetable content for your readers. Usin
|
|
32 |
|
33 |
== Frequently Asked Questions ==
|
34 |
|
|
|
|
|
|
|
|
|
35 |
|
36 |
-
|
37 |
|
38 |
-
|
|
|
39 |
|
40 |
== Screenshots ==
|
41 |
|
|
|
|
|
|
|
42 |
== Changelog ==
|
43 |
|
|
|
|
|
|
|
|
|
44 |
= 0.1 =
|
45 |
* Initial release.
|
1 |
=== Better Click To Tweet ===
|
2 |
Contributors: ben.meredith@gmail.com
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HDSGWRJYFQQNJ
|
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.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
This plugin allows you to easily create tweetable content for your readers. Using a simple shortcode, your selected text is highlighted and made tweetable.
|
16 |
|
17 |
+
This is a complete retool of the late "Click To Tweet" plugin by Todaymade. It now uses the WordPress shortcode API, making it more secure, and I've cleaned up the CSS from the old plugin. Perhaps most significantly, I removed the "powered by Coschedule" link.
|
18 |
+
|
19 |
+
Don't be scared to donate, if this plugin makes your blogging life any better.
|
20 |
+
|
21 |
+
Also, developers, please hop in and suggest improvements. You can submit pull requests at the [github repo](https://github.com/Benunc/better-click-to-tweet "plugin github repo") for this plugin, or go through the official svn repo here.
|
22 |
|
23 |
== Installation ==
|
24 |
|
37 |
|
38 |
== Frequently Asked Questions ==
|
39 |
|
40 |
+
= How Does Better Click To Tweet Work? =
|
41 |
+
Better Click To Tweet enables you to create beautiful Click To Tweet boxes in your blog posts. Once you've installed and activated the plugin, click on the settings link to put in your Twitter username, and save the settings.
|
42 |
+
|
43 |
+
Then, wherever you want to insert a Click to Tweet quote, use a shortcode in the format `[bctt tweet="xxxxxxxxxxxx"]` replacing the xxxxxxx with your tweetable quote.
|
44 |
|
45 |
+
In the visual editor, you can click the blue birdy icon in the toolbar and a correctly formatted shortcode will be inserted in your text. For more info or clarifications, start a [support thread](https://wordpress.org/support/plugin/better-click-to-tweet "support forum"). I'll actively answer.
|
46 |
|
47 |
+
= What do I do if it's not working right? =
|
48 |
+
I am active in [the support forums](https://wordpress.org/support/plugin/better-click-to-tweet "Better CTT Support"), and in patching the plugin. Start a thread there, and I will gladly help you out. Most of the time you can expect a few hours before a response. I'm in the eastern US, and I like playing with my kids at night, so you might not hear back immediately. Don't panic.
|
49 |
|
50 |
== Screenshots ==
|
51 |
|
52 |
+
1. This in the editor...
|
53 |
+
1. Becomes this in your blog post!
|
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.
|
60 |
+
|
61 |
= 0.1 =
|
62 |
* Initial release.
|