Plugin Directory

Changeset 608454


Ignore:
Timestamp:
10/05/2012 11:54:08 AM (12 years ago)
Author:
phpaddicted
Message:

tagging version 1.3

Location:
igit-new-twitter-tweet-share-button-with-counter
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • igit-new-twitter-tweet-share-button-with-counter/tags/1.3/Readme.txt

    r347353 r608454  
    66Requires at least: 2.3
    77Tested up to: 3.0.5
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99
     10License: GNU General Public License (GPL), v3 (or newer)
     11
     12License URI: http://www.gnu.org/licenses/gpl-3.0.html
     13
     14Tags:Related posts, related post with images
     15
     16Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved.
     17
     18 
     19
     20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     21
     22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    1023
    1124== Description ==
  • igit-new-twitter-tweet-share-button-with-counter/tags/1.3/igit-tweet-share-button.php

    r347353 r608454  
    44Plugin URI: http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/
    55Description: Enable Tweet Share Button on every post and individual post.
    6 Version: 1.2
     6Version: 1.3
    77Author: Ankur Gandhi
    88Author URI: http://www.hackingethics.com/
     9
     10License: GNU General Public License (GPL), v3 (or newer)
     11
     12License URI: http://www.gnu.org/licenses/gpl-3.0.html
     13
     14Tags:Related posts, related post with images
     15
     16Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved.
     17
     18 
     19
     20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     21
     22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    923*/
    1024if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?");
     
    5165        }
    5266    }
    53     if($igit_tsb['igit_tsb_credit'] == "1")
    54     {
    55         add_action('wp_footer', 'tsb_footer_links');
    56     }
     67   
    5768}
    5869?>
  • igit-new-twitter-tweet-share-button-with-counter/tags/1.3/inc/admin_tsb_core.php

    r347353 r608454  
    134134    $chckd_credit = ($igit_tsb['igit_tsb_credit'] == "1") ? "checked=checked" : "";
    135135    $result       = $result . '
    136                 <tr valign="top">
    137                 <th scope="row"><label for="blogname">Give IGIT Plugin Credit?</label></th>
    138                     <td><input type="checkbox" id="igit_tsb_credit" name="igit_tsb_credit" value="1" ' . $chckd_credit . '/></td>
    139                 </tr>
     136               
    140137                <tr valign="top">
    141138                <th scope="row"><label for="blogname">Donate Us :</label></th>
     
    271268   
    272269    echo $message_succ . '
    273                 <tr valign="top">
    274                 <th scope="row"><label for="blogname">Give IGIT Plugin Credit?</label></th>
    275                     <td><input type="checkbox" id="igit_tsb_credit" name="igit_tsb_credit" value="1" ' . $chckd_credit . '/></td>
    276                 </tr>
     270               
    277271                <tr valign="top">
    278272                <th scope="row"><label for="blogname">Donate Us :</label></th>
     
    351345</div>';
    352346}
    353 function tsb_footer_links() {
    354     echo '<span style="font-size:10px;padding-left:10px;text-align:center;">Thank you for using <a href="http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/">IGIT Tweet Button</a>, a plugin by <a href="http://www.hackingethics.com/">PHP Freelancer</a></span>';
    355 }
     347
    356348function igit_tsb_button_placing($content)
    357349{
  • igit-new-twitter-tweet-share-button-with-counter/tags/1.3/inc/igit_tsb_init.php

    r276867 r608454  
    66                    "tsb_width" => "55",
    77                    "tsb_height" => "65",
    8                     "igit_tsb_credit" => "1",
     8                    "igit_tsb_credit" => "0",
    99                    "igit_tsb_placing" => "before",
    1010                    "igit_tsb_cont_style" => "float: left; margin-right: 10px;");
  • igit-new-twitter-tweet-share-button-with-counter/trunk/Readme.txt

    r347353 r608454  
    66Requires at least: 2.3
    77Tested up to: 3.0.5
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99
     10License: GNU General Public License (GPL), v3 (or newer)
     11
     12License URI: http://www.gnu.org/licenses/gpl-3.0.html
     13
     14Tags:Related posts, related post with images
     15
     16Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved.
     17
     18 
     19
     20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     21
     22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    1023
    1124== Description ==
  • igit-new-twitter-tweet-share-button-with-counter/trunk/igit-tweet-share-button.php

    r347353 r608454  
    44Plugin URI: http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/
    55Description: Enable Tweet Share Button on every post and individual post.
    6 Version: 1.2
     6Version: 1.3
    77Author: Ankur Gandhi
    88Author URI: http://www.hackingethics.com/
     9
     10License: GNU General Public License (GPL), v3 (or newer)
     11
     12License URI: http://www.gnu.org/licenses/gpl-3.0.html
     13
     14Tags:Related posts, related post with images
     15
     16Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved.
     17
     18 
     19
     20This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
     21
     22MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    923*/
    1024if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?");
     
    5165        }
    5266    }
    53     if($igit_tsb['igit_tsb_credit'] == "1")
    54     {
    55         add_action('wp_footer', 'tsb_footer_links');
    56     }
     67   
    5768}
    5869?>
  • igit-new-twitter-tweet-share-button-with-counter/trunk/inc/admin_tsb_core.php

    r347353 r608454  
    134134    $chckd_credit = ($igit_tsb['igit_tsb_credit'] == "1") ? "checked=checked" : "";
    135135    $result       = $result . '
    136                 <tr valign="top">
    137                 <th scope="row"><label for="blogname">Give IGIT Plugin Credit?</label></th>
    138                     <td><input type="checkbox" id="igit_tsb_credit" name="igit_tsb_credit" value="1" ' . $chckd_credit . '/></td>
    139                 </tr>
     136               
    140137                <tr valign="top">
    141138                <th scope="row"><label for="blogname">Donate Us :</label></th>
     
    271268   
    272269    echo $message_succ . '
    273                 <tr valign="top">
    274                 <th scope="row"><label for="blogname">Give IGIT Plugin Credit?</label></th>
    275                     <td><input type="checkbox" id="igit_tsb_credit" name="igit_tsb_credit" value="1" ' . $chckd_credit . '/></td>
    276                 </tr>
     270               
    277271                <tr valign="top">
    278272                <th scope="row"><label for="blogname">Donate Us :</label></th>
     
    351345</div>';
    352346}
    353 function tsb_footer_links() {
    354     echo '<span style="font-size:10px;padding-left:10px;text-align:center;">Thank you for using <a href="http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/">IGIT Tweet Button</a>, a plugin by <a href="http://www.hackingethics.com/">PHP Freelancer</a></span>';
    355 }
     347
    356348function igit_tsb_button_placing($content)
    357349{
  • igit-new-twitter-tweet-share-button-with-counter/trunk/inc/igit_tsb_init.php

    r276867 r608454  
    66                    "tsb_width" => "55",
    77                    "tsb_height" => "65",
    8                     "igit_tsb_credit" => "1",
     8                    "igit_tsb_credit" => "0",
    99                    "igit_tsb_placing" => "before",
    1010                    "igit_tsb_cont_style" => "float: left; margin-right: 10px;");
Note: See TracChangeset for help on using the changeset viewer.