Version Description
Download this release
Release Info
| Developer | joostdevalk |
| Plugin | |
| Version | 3.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 3.0 to 3.0.1
- readme.txt +1 -0
- sociable.php +2 -109
readme.txt
CHANGED
|
@@ -19,6 +19,7 @@ More info:
|
|
| 19 |
|
| 20 |
**Changelog**
|
| 21 |
|
|
|
|
| 22 |
* 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.
|
| 23 |
* 2.9.15 Added a fallback for strip_shortcodes to maintain backwards compatibility with WordPress 2.3 and below.
|
| 24 |
* 2.9.14 Make sure there are no tags or shortcodes in the excerpt, added ping.fm, removed indiagram (shut down).
|
| 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.
|
| 25 |
* 2.9.14 Make sure there are no tags or shortcodes in the excerpt, added ping.fm, removed indiagram (shut down).
|
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
|
| 7 |
Author: Joost de Valk
|
| 8 |
Author URI: http://yoast.com/
|
| 9 |
|
|
@@ -563,113 +563,6 @@ $sociable_known_sites = Array(
|
|
| 563 |
),
|
| 564 |
);
|
| 565 |
|
| 566 |
-
$sociable_files = Array(
|
| 567 |
-
'description_selection.js',
|
| 568 |
-
'sociable-admin.css',
|
| 569 |
-
'sociable.css',
|
| 570 |
-
'sociable.php',
|
| 571 |
-
'sociable-admin.css',
|
| 572 |
-
'wists.js',
|
| 573 |
-
'images/',
|
| 574 |
-
'images/barrapunto.png',
|
| 575 |
-
'images/blinkbits.png',
|
| 576 |
-
'images/blinklist.png',
|
| 577 |
-
'images/blogmarks.png',
|
| 578 |
-
'images/blogmemes.png',
|
| 579 |
-
'images/blogospherenews.gif',
|
| 580 |
-
'images/blogsvine.png',
|
| 581 |
-
'images/blogter.png',
|
| 582 |
-
'images/bluedot.png',
|
| 583 |
-
'images/bookmarkhu.png',
|
| 584 |
-
'images/bumpzee.png',
|
| 585 |
-
'images/co.mments.gif',
|
| 586 |
-
'images/connotea.png',
|
| 587 |
-
'images/delicious.png',
|
| 588 |
-
'images/delirious.png',
|
| 589 |
-
'images/designfloat.gif',
|
| 590 |
-
'images/digg.png',
|
| 591 |
-
'images/dotnetkicks.png',
|
| 592 |
-
'images/dzone.png',
|
| 593 |
-
'images/ekudos.gif',
|
| 594 |
-
'images/email.gif',
|
| 595 |
-
'images/facebook.png',
|
| 596 |
-
'images/fark.png',
|
| 597 |
-
'images/feedmelinks.png',
|
| 598 |
-
'images/fleck.gif',
|
| 599 |
-
'images/furl.png',
|
| 600 |
-
'images/geenredactie.png',
|
| 601 |
-
'images/globalgrind.gif',
|
| 602 |
-
'images/googlebookmark.png',
|
| 603 |
-
'images/gwar.gif',
|
| 604 |
-
'images/haohao.png',
|
| 605 |
-
'images/healthranker.gif',
|
| 606 |
-
'images/hemidemi.png',
|
| 607 |
-
'images/im.png',
|
| 608 |
-
'images/indianpad.png',
|
| 609 |
-
'images/kickit.png',
|
| 610 |
-
'images/kirtsy.gif',
|
| 611 |
-
'images/laaikit.png',
|
| 612 |
-
'images/leonaut.gif',
|
| 613 |
-
'images/linkagogo.png',
|
| 614 |
-
'images/linkarena.gif',
|
| 615 |
-
'images/linkedin.png',
|
| 616 |
-
'images/linkter.png',
|
| 617 |
-
'images/live.png',
|
| 618 |
-
'images/magnolia.png',
|
| 619 |
-
'images/meneame.gif',
|
| 620 |
-
'images/misterwong.gif',
|
| 621 |
-
'images/mixx.png',
|
| 622 |
-
'images/muti.png',
|
| 623 |
-
'images/myshare.png',
|
| 624 |
-
'images/myspace.png',
|
| 625 |
-
'images/n4g.gif',
|
| 626 |
-
'images/netvouz.png',
|
| 627 |
-
'images/newsvine.png',
|
| 628 |
-
'images/nujij.gif',
|
| 629 |
-
'images/ping.gif',
|
| 630 |
-
'images/plugim.png',
|
| 631 |
-
'images/pownce.gif',
|
| 632 |
-
'images/ppnow.png',
|
| 633 |
-
'images/print.gif',
|
| 634 |
-
'images/propeller.gif',
|
| 635 |
-
'images/ratimarks.png',
|
| 636 |
-
'images/rec6.gif',
|
| 637 |
-
'images/reddit.png',
|
| 638 |
-
'images/salesmarks.gif',
|
| 639 |
-
'images/scoopeo.png',
|
| 640 |
-
'images/scuttle.png',
|
| 641 |
-
'images/segnalo.gif',
|
| 642 |
-
'images/shadows.png',
|
| 643 |
-
'images/simpy.png',
|
| 644 |
-
'images/slashdot.png',
|
| 645 |
-
'images/smarking.png',
|
| 646 |
-
'images/socialogs.gif',
|
| 647 |
-
'images/sphere.png',
|
| 648 |
-
'images/sphinn.gif',
|
| 649 |
-
'images/spurl.png',
|
| 650 |
-
'images/stumbleupon.png',
|
| 651 |
-
'images/symbaloo.png',
|
| 652 |
-
'images/taggly.png',
|
| 653 |
-
'images/tailrank.png',
|
| 654 |
-
'images/technorati.png',
|
| 655 |
-
'images/tipd.png',
|
| 656 |
-
'images/twitter.gif',
|
| 657 |
-
'images/tumblr.gif',
|
| 658 |
-
'images/upnews.gif',
|
| 659 |
-
'images/webnews.gif',
|
| 660 |
-
'images/webride.png',
|
| 661 |
-
'images/wikio.gif',
|
| 662 |
-
'images/wists.png',
|
| 663 |
-
'images/wykop.gif',
|
| 664 |
-
'images/yahoobuzz.gif',
|
| 665 |
-
'images/yahoomyweb.png',
|
| 666 |
-
'images/yiggit.png',
|
| 667 |
-
'jquery/',
|
| 668 |
-
'jquery/ui.core.js',
|
| 669 |
-
'jquery/ui.sortable.js',
|
| 670 |
-
'jquery/jquery.js',
|
| 671 |
-
);
|
| 672 |
-
|
| 673 |
// For maintaining backwards compatability
|
| 674 |
if (!function_exists('strip_shortcodes')) {
|
| 675 |
function strip_shortcodes($content) {
|
|
@@ -944,7 +837,7 @@ add_action('wp_insert_post', 'sociable_insert_post');
|
|
| 944 |
|
| 945 |
// The admin page
|
| 946 |
function sociable_submenu() {
|
| 947 |
-
global $sociable_known_sites, $sociable_date, $
|
| 948 |
|
| 949 |
// update options in db if requested
|
| 950 |
if (isset($_REQUEST['restore']) && $_REQUEST['restore']) {
|
| 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 |
|
| 563 |
),
|
| 564 |
);
|
| 565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 566 |
// For maintaining backwards compatability
|
| 567 |
if (!function_exists('strip_shortcodes')) {
|
| 568 |
function strip_shortcodes($content) {
|
| 837 |
|
| 838 |
// The admin page
|
| 839 |
function sociable_submenu() {
|
| 840 |
+
global $sociable_known_sites, $sociable_date, $sociablepluginpath;
|
| 841 |
|
| 842 |
// update options in db if requested
|
| 843 |
if (isset($_REQUEST['restore']) && $_REQUEST['restore']) {
|
