Changeset 760277
- Timestamp:
- 08/21/2013 07:56:56 PM (13 years ago)
- Location:
- alexa-rank-widget/tags
- Files:
-
- 6 edited
-
1.0.1/AlexaRankWidget.php (modified) (4 diffs)
-
1.0.1/readme.txt (modified) (4 diffs)
-
1.0.2/AlexaRankWidget.php (modified) (1 diff)
-
1.0.2/readme.txt (modified) (2 diffs)
-
1.0/AlexaRankWidget.php (modified) (4 diffs)
-
1.0/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alexa-rank-widget/tags/1.0.1/AlexaRankWidget.php
r209448 r760277 5 5 Plugin Name: Alexa Rank Widget 6 6 7 Plugin URI: http://www. wordpressapi.com/wordpress-plugins/7 Plugin URI: http://www.digcms.com/wp-plugins/ 8 8 9 9 Description: Adds a button which allows you to share post on yahoo buzz. … … 13 13 Version: 1.0 14 14 15 Author: Wordpressapi.com15 Author: digcms.com 16 16 17 Author URI: http://www. wordpressapi.com17 Author URI: http://www.digcms.com 18 18 19 19 */ … … 22 22 23 23 function alexa_rank_load_widget() { 24 register_widget( 'AlexaRank Wordpressapi_Widget' );24 register_widget( 'AlexaRankdigcms_Widget' ); 25 25 } 26 26 27 class AlexaRank Wordpressapi_Widget extends WP_Widget {27 class AlexaRankdigcms_Widget extends WP_Widget { 28 28 29 29 /** 30 30 * Widget setup. 31 31 */ 32 function AlexaRank Wordpressapi_Widget() {32 function AlexaRankdigcms_Widget() { 33 33 /* Widget settings. */ 34 $widget_ops = array( 'classname' => 'alexaRank Wordpressapi_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );34 $widget_ops = array( 'classname' => 'alexaRankdigcms_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') ); 35 35 36 36 /* Widget control settings. */ … … 93 93 94 94 /* Set up some default widget settings. */ 95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => ' wordpressapi.com', 'button_size' => '120x95' );95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'digcms.com', 'button_size' => '120x95' ); 96 96 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 97 97 -
alexa-rank-widget/tags/1.0.1/readme.txt
r209491 r760277 1 1 === Alexa Rank Widget === 2 Contributors: wordpressapi.com3 Donate link: http:// wordpressapi.com/2 Contributors: digcms.com 3 Donate link: http://digcms.com/ 4 4 Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget 5 5 Requires at least: 2.7.2 … … 8 8 9 9 == Description == 10 The Alexa Rank Widget easily allows to add widget in w ordpresssidebar.10 The Alexa Rank Widget easily allows to add widget in wp sidebar. 11 11 This widget will give to control the website name how you want to show the alexa widget in your sidebar. 12 12 using this plugin you will get show options for showing the Alexa rank in side bar. … … 30 30 31 31 1. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory 32 2. Activate the plugin through the 'Plugins' menu in WordPress32 2. Activate the plugin through the 'Plugins' menu in wp 33 33 3. Go to "Alexa Rank Widget" option to configure the button 34 34 … … 41 41 42 42 == Help == 43 For help and support please contact us at contact [at] wordpressapi.com43 For help and support please contact us at contact [at] digcms.com 44 44 45 45 == Frequently Asked Questions == -
alexa-rank-widget/tags/1.0.2/AlexaRankWidget.php
r543690 r760277 5 5 Plugin Name: Alexa Rank Widget 6 6 7 Plugin URI: http://www.digcms.com/w ordpress-plugins/7 Plugin URI: http://www.digcms.com/wp-plugins/ 8 8 9 9 Description: Adds a button which allows you to share post on yahoo buzz. -
alexa-rank-widget/tags/1.0.2/readme.txt
r543690 r760277 8 8 9 9 == Description == 10 The Alexa Rank Widget easily allows to add widget in w ordpresssidebar.10 The Alexa Rank Widget easily allows to add widget in wp sidebar. 11 11 This widget will give to control the website name how you want to show the alexa widget in your sidebar. 12 12 using this plugin you will get show options for showing the Alexa rank in side bar. … … 30 30 31 31 1. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory 32 2. Activate the plugin through the 'Plugins' menu in WordPress32 2. Activate the plugin through the 'Plugins' menu in wp 33 33 3. Go to "Alexa Rank Widget" option to configure the button 34 34 -
alexa-rank-widget/tags/1.0/AlexaRankWidget.php
r209448 r760277 5 5 Plugin Name: Alexa Rank Widget 6 6 7 Plugin URI: http://www. wordpressapi.com/wordpress-plugins/7 Plugin URI: http://www.digcms.com/wp-plugins/ 8 8 9 9 Description: Adds a button which allows you to share post on yahoo buzz. … … 13 13 Version: 1.0 14 14 15 Author: Wordpressapi.com15 Author: digcms.com 16 16 17 Author URI: http://www. wordpressapi.com17 Author URI: http://www.digcms.com 18 18 19 19 */ … … 22 22 23 23 function alexa_rank_load_widget() { 24 register_widget( 'AlexaRank Wordpressapi_Widget' );24 register_widget( 'AlexaRankdigcms_Widget' ); 25 25 } 26 26 27 class AlexaRank Wordpressapi_Widget extends WP_Widget {27 class AlexaRankdigcms_Widget extends WP_Widget { 28 28 29 29 /** 30 30 * Widget setup. 31 31 */ 32 function AlexaRank Wordpressapi_Widget() {32 function AlexaRankdigcms_Widget() { 33 33 /* Widget settings. */ 34 $widget_ops = array( 'classname' => 'alexaRank Wordpressapi_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') );34 $widget_ops = array( 'classname' => 'alexaRankdigcms_Widget', 'description' => __('This Widget will show the Alexa website ranking as your choice', 'Alexa_Rank_Widget') ); 35 35 36 36 /* Widget control settings. */ … … 93 93 94 94 /* Set up some default widget settings. */ 95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => ' wordpressapi.com', 'button_size' => '120x95' );95 $defaults = array( 'title' => __('Alexa Rank', 'Alexa Rank'), 'website_name' => 'digcms.com', 'button_size' => '120x95' ); 96 96 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 97 97 -
alexa-rank-widget/tags/1.0/readme.txt
r209448 r760277 1 1 === Alexa Rank Widget === 2 Contributors: wordpressapi.com3 Donate link: http:// wordpressapi.com/2 Contributors: digcms.com 3 Donate link: http://digcms.com/ 4 4 Tags: Alexa Rank Widget , Alexa Rank, Ranking, widget 5 5 Requires at least: 2.7.2 … … 9 9 == Description == 10 10 11 The Alexa Rank Widget easily allows to add widget in w ordpresssidebar.11 The Alexa Rank Widget easily allows to add widget in wp sidebar. 12 12 This widget will give to control the website name how you want to show the alexa widget in your sidebar. 13 13 using this plugin you will get show options for showing the Alexa rank in side bar. … … 33 33 34 34 1. Upload the Alexa Rank Widget directory to the /wp-content/plugins/ directory 35 2. Activate the plugin through the 'Plugins' menu in WordPress35 2. Activate the plugin through the 'Plugins' menu in wp 36 36 3. Go to "Alexa Rank Widget" option to configure the button 37 37 … … 46 46 == Help == 47 47 48 For help and support please contact us at contact [at] wordpressapi.com48 For help and support please contact us at contact [at] digcms.com 49 49 50 50 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.