Changeset 608454
- Timestamp:
- 10/05/2012 11:54:08 AM (12 years ago)
- 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 6 6 Requires at least: 2.3 7 7 Tested up to: 3.0.5 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 10 License: GNU General Public License (GPL), v3 (or newer) 11 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 14 Tags:Related posts, related post with images 15 16 Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved. 17 18 19 20 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 21 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 10 23 11 24 == Description == -
igit-new-twitter-tweet-share-button-with-counter/tags/1.3/igit-tweet-share-button.php
r347353 r608454 4 4 Plugin URI: http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/ 5 5 Description: Enable Tweet Share Button on every post and individual post. 6 Version: 1. 26 Version: 1.3 7 7 Author: Ankur Gandhi 8 8 Author URI: http://www.hackingethics.com/ 9 10 License: GNU General Public License (GPL), v3 (or newer) 11 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 14 Tags:Related posts, related post with images 15 16 Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved. 17 18 19 20 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 21 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 9 23 */ 10 24 if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?"); … … 51 65 } 52 66 } 53 if($igit_tsb['igit_tsb_credit'] == "1") 54 { 55 add_action('wp_footer', 'tsb_footer_links'); 56 } 67 57 68 } 58 69 ?> -
igit-new-twitter-tweet-share-button-with-counter/tags/1.3/inc/admin_tsb_core.php
r347353 r608454 134 134 $chckd_credit = ($igit_tsb['igit_tsb_credit'] == "1") ? "checked=checked" : ""; 135 135 $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 140 137 <tr valign="top"> 141 138 <th scope="row"><label for="blogname">Donate Us :</label></th> … … 271 268 272 269 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 277 271 <tr valign="top"> 278 272 <th scope="row"><label for="blogname">Donate Us :</label></th> … … 351 345 </div>'; 352 346 } 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 356 348 function igit_tsb_button_placing($content) 357 349 { -
igit-new-twitter-tweet-share-button-with-counter/tags/1.3/inc/igit_tsb_init.php
r276867 r608454 6 6 "tsb_width" => "55", 7 7 "tsb_height" => "65", 8 "igit_tsb_credit" => " 1",8 "igit_tsb_credit" => "0", 9 9 "igit_tsb_placing" => "before", 10 10 "igit_tsb_cont_style" => "float: left; margin-right: 10px;"); -
igit-new-twitter-tweet-share-button-with-counter/trunk/Readme.txt
r347353 r608454 6 6 Requires at least: 2.3 7 7 Tested up to: 3.0.5 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 10 License: GNU General Public License (GPL), v3 (or newer) 11 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 14 Tags:Related posts, related post with images 15 16 Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved. 17 18 19 20 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 21 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 10 23 11 24 == Description == -
igit-new-twitter-tweet-share-button-with-counter/trunk/igit-tweet-share-button.php
r347353 r608454 4 4 Plugin URI: http://www.hackingethics.com/blog/wordpress-plugins/igit-new-twitter-tweet-share-button-with-counter-wordpress-plugin/ 5 5 Description: Enable Tweet Share Button on every post and individual post. 6 Version: 1. 26 Version: 1.3 7 7 Author: Ankur Gandhi 8 8 Author URI: http://www.hackingethics.com/ 9 10 License: GNU General Public License (GPL), v3 (or newer) 11 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html 13 14 Tags:Related posts, related post with images 15 16 Copyright (c) 2010 - 2012 Ankur Gandhi. All rights reserved. 17 18 19 20 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 21 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 9 23 */ 10 24 if (!defined('ABSPATH')) die("Aren't you supposed to come here via WP-Admin?"); … … 51 65 } 52 66 } 53 if($igit_tsb['igit_tsb_credit'] == "1") 54 { 55 add_action('wp_footer', 'tsb_footer_links'); 56 } 67 57 68 } 58 69 ?> -
igit-new-twitter-tweet-share-button-with-counter/trunk/inc/admin_tsb_core.php
r347353 r608454 134 134 $chckd_credit = ($igit_tsb['igit_tsb_credit'] == "1") ? "checked=checked" : ""; 135 135 $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 140 137 <tr valign="top"> 141 138 <th scope="row"><label for="blogname">Donate Us :</label></th> … … 271 268 272 269 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 277 271 <tr valign="top"> 278 272 <th scope="row"><label for="blogname">Donate Us :</label></th> … … 351 345 </div>'; 352 346 } 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 356 348 function igit_tsb_button_placing($content) 357 349 { -
igit-new-twitter-tweet-share-button-with-counter/trunk/inc/igit_tsb_init.php
r276867 r608454 6 6 "tsb_width" => "55", 7 7 "tsb_height" => "65", 8 "igit_tsb_credit" => " 1",8 "igit_tsb_credit" => "0", 9 9 "igit_tsb_placing" => "before", 10 10 "igit_tsb_cont_style" => "float: left; margin-right: 10px;");
Note: See TracChangeset
for help on using the changeset viewer.