Sociable - Version 3.0.2

Version Description

Download this release

Release Info

Developer joostdevalk
Plugin Icon wp plugin Sociable
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

Files changed (3) hide show
  1. readme.txt +4 -7
  2. sociable-admin.css +2 -2
  3. sociable.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.7
7
- stable tag: 3.0
8
 
9
  Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
10
 
@@ -15,10 +15,11 @@ More info:
15
 
16
  * More info on [Sociable](http://yoast.com/wordpress/sociable/), with info on how to add sites to it, and how to integrate it into your WordPress in other ways.
17
  * Read more about [WordPress SEO](http://yoast.com/articles/wordpress-seo/) so you can get the most out of this plugin.
18
- * Check out the other [Wordpress plugins](http://yoast.com/wordpress/) by the same author.
19
 
20
  **Changelog**
21
 
 
22
  * 3.0.1 Removed some other, now obsolete, code, reducing the code size by another 4KB.
23
  * 3.0 Fixed IE bug in admin. Cleaned up Admin Area and changed support messages. Removed directory checking for all images (speeds up incredibly). Made display: inline !important to prevent vertical icon display. Updated Wykop icon.
24
  * 2.9.15 Added a fallback for strip_shortcodes to maintain backwards compatibility with WordPress 2.3 and below.
@@ -75,8 +76,4 @@ If you find any bugs or have any ideas, please mail me.
75
 
76
  **Advanced Users**
77
 
78
- Sociable hooks `the_content()` and `the_excerpt()` to display without requiring theme editing. To heavily customize the display, use the admin panel to turn off the display on all pages, then add calls to your theme files:
79
-
80
- This is optional extra customization for advanced users:
81
- `<?php if (function_exists('sociable_html')) { print sociable_html(); } ?> // all active sites`
82
- `<?php if (function_exists('sociable_html')) { print sociable_html(Array("Reddit", "del.icio.us")); } ?> // only these sites if they are active`
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.7
7
+ stable tag: 3.0.2
8
 
9
  Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
10
 
15
 
16
  * More info on [Sociable](http://yoast.com/wordpress/sociable/), with info on how to add sites to it, and how to integrate it into your WordPress in other ways.
17
  * Read more about [WordPress SEO](http://yoast.com/articles/wordpress-seo/) so you can get the most out of this plugin.
18
+ * Check out the other [Wordpress plugins](http://yoast.com/wordpress/) by the same author, and read his blog: [Yoast](http://yoast.com).
19
 
20
  **Changelog**
21
 
22
+ * 3.0.2 Fixed CSS bug introduced in 3.0
23
  * 3.0.1 Removed some other, now obsolete, code, reducing the code size by another 4KB.
24
  * 3.0 Fixed IE bug in admin. Cleaned up Admin Area and changed support messages. Removed directory checking for all images (speeds up incredibly). Made display: inline !important to prevent vertical icon display. Updated Wykop icon.
25
  * 2.9.15 Added a fallback for strip_shortcodes to maintain backwards compatibility with WordPress 2.3 and below.
76
 
77
  **Advanced Users**
78
 
79
+ For advanced use of the plugin, see the [Sociable](http://yoast.com/wordpress/sociable/) page on [Yoast](http://yoast.com/)
 
 
 
 
sociable-admin.css CHANGED
@@ -1,4 +1,4 @@
1
- li {
2
  list-style-type: square;
3
  margin-left: 20px;
4
  padding-left: 5px;
@@ -14,7 +14,7 @@ li {
14
  cursor: move;
15
  float: left;
16
  margin: 2px 2px 0 0;
17
- width: 12.7em;
18
  height: 20px;
19
  text-align: left;
20
  font-size: 10px;
1
+ .sociablemenu li {
2
  list-style-type: square;
3
  margin-left: 20px;
4
  padding-left: 5px;
14
  cursor: move;
15
  float: left;
16
  margin: 2px 2px 0 0;
17
+ width: 13em;
18
  height: 20px;
19
  text-align: left;
20
  font-size: 10px;
sociable.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Sociable
4
  Plugin URI: http://yoast.com/wordpress/sociable/
5
  Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
6
- Version: 3.0.1
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
@@ -999,7 +999,7 @@ function sociable_submenu() {
999
 
1000
  <h2>Like this plugin?</h2>
1001
  <p><?php _e('Why not do any of the following:','sociable'); ?></p>
1002
- <ul>
1003
  <li><?php _e('Link to it so other folks can find out about it.','sociable'); ?></li>
1004
  <li><?php _e('<a href="http://wordpress.org/extend/plugins/sociable/">Give it a good rating</a> on WordPress.org.','sociable'); ?></li>
1005
  <li><?php _e('<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2017947">Donate a token of your appreciation</a>.','sociable'); ?></li>
3
  Plugin Name: Sociable
4
  Plugin URI: http://yoast.com/wordpress/sociable/
5
  Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
6
+ Version: 3.0.2
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
999
 
1000
  <h2>Like this plugin?</h2>
1001
  <p><?php _e('Why not do any of the following:','sociable'); ?></p>
1002
+ <ul class="sociablemenu">
1003
  <li><?php _e('Link to it so other folks can find out about it.','sociable'); ?></li>
1004
  <li><?php _e('<a href="http://wordpress.org/extend/plugins/sociable/">Give it a good rating</a> on WordPress.org.','sociable'); ?></li>
1005
  <li><?php _e('<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2017947">Donate a token of your appreciation</a>.','sociable'); ?></li>