Changeset 756558
- Timestamp:
- 08/15/2013 07:42:27 AM (12 years ago)
- Location:
- iphods-itunes-top-products-rss-widget/trunk
- Files:
-
- 4 edited
-
css/iphods.css (modified) (2 diffs)
-
iphods.php (modified) (1 diff)
-
iphods_top_widget.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iphods-itunes-top-products-rss-widget/trunk/css/iphods.css
r755470 r756558 86 86 87 87 88 89 90 91 92 93 88 div#content div.entry-content ul.iphods-item-list li.first { 94 89 clear: left; … … 117 112 margin-right: 10px; 118 113 } 114 115 116 /* Backlink css */ 117 118 div.backlink { 119 font-size: .75em; 120 text-align: center; 121 } 122 123 div.backlink a { 124 border-bottom: 1px #333 dotted; 125 text-decoration: none !important; 126 } -
iphods-itunes-top-products-rss-widget/trunk/iphods.php
r756541 r756558 49 49 50 50 public function register_iphods_plugin(){ 51 52 51 // Check option to see if activation notification 53 52 if(get_option( 'iphods_activation_permissions' ) == 1){ 54 wp_remote_post( ACTIVATION_URL, array( 'body' => array( 'op'=> 'activate', 'bu' => get_bloginfo('url') ) ) ); 55 } 56 57 58 } 53 wp_remote_post( ACTIVATION_URL, array( 'body' => array( 'op'=> 'activate', 'bu' => get_bloginfo('url') ) ) ); } 54 } 59 55 60 56 public function deregister_iphods_plugin(){ 61 62 57 // Check option to see if deactivation notification 63 58 if(get_option( 'iphods_activation_permissions' ) == 1){ -
iphods-itunes-top-products-rss-widget/trunk/iphods_top_widget.php
r756527 r756558 80 80 81 81 echo $iPhods->render_widget($atts); 82 83 if(get_option( 'iphods_backlink_permissions' ) == 1){ 84 echo '<div class="backlink">powered by <a href="http://iphods.com/?utm_source='.urlencode($_SERVER['HTTP_HOST']).'&utm_medium=plugin&utm_campaign=iphods+plugin" target="_blank">iPhods iTunes RSS Widget</a></div>'; 85 } 82 86 83 87 echo $args['after_widget']; -
iphods-itunes-top-products-rss-widget/trunk/readme.txt
r756541 r756558 94 94 * changed widget for feed type from input box to select, powered by Apple json data. 95 95 * added button to tinymce editor to create initial shortcode, may move above editor to work with non tinymce editor too 96 * added a settings page, to store future additions. Currently stores 2 choices, 1st is to enable a logging function to allow plugin author to be notified when plugin is activated or deactivated. 2nd choice is for adding a backlink after widgets linking back to iPhods.com , currently not built.96 * added a settings page, to store future additions. Currently stores 2 choices, 1st is to enable a logging function to allow plugin author to be notified when plugin is activated or deactivated. 2nd choice is for adding a backlink after widgets linking back to iPhods.com. 97 97 98 98 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.