Icecast 2 Server Information plugin for WordPress

Download our specially coded plugin for displaying information about tracks now playing on your Icecast server on your WordPress website.

Please note: You will need your Icecast admin-level log in details for this widget to work as it accesses server/admin/stats.

Simple to use settings page in the widgets section for connecting to your Icecast server!

Contact us for more information or support…

If you have trouble with changing the settings after you have just activated the plugin, please try turning on Accessibility Mode (found in the top right of your admin pane) temporarily to initialise the plugin.

You should then be able to update the settings of the plugin and return back to normal mode for continued control.

If you’ve found this plugin helpful, please consider giving a donation to encourage further free projects from us!

== Changelog ==

= 1.0.7 =

  • Fixed bugs with preventing other widgets displaying correctly
  • Removed button reload area and replace with standard paragraph
  • Added/replaced fixed image background to one theme/skin
  • Other minor code tweaks / bug fixes

= 1.0.6 =

  • Fixed whitespace error

= 1.0.5 =

  • Updates to CSS (Skin/theme height)

= 1.0.4 =

  • Updates to documentation

= 1.0.3 =

  • Added a theme dropdown in the widget to pick different colour schemes for the widget
  • Added a custom theme option so that users can control the CSS for the widget
  • Updated on 17th of September 2019

Note for custom CSS … To use the Custom theme, add your CSS to the class .te-ic2-custom in the CSS area of Appearance/Customise section in your WordPress dashboard. eg.

.te-ic2-custom {
height: 100px;
background-color: skyblue;
background-image: linear-gradient(skyblue, aliceblue, skyblue);
}
.te-ic2-custom h5 {color:darkgrey;}

Editing custom css in the Appearance/Customise area of the WordPress dashboard

= 1.0.2 =

  • Updated code to allow custom CSS control over .te-ic2-custom button {}
  • in addition to .te-ic2-custom {} .te-ic2-custom h5 {} and .te-ic2-custom h6 {}
  • More info on how to use with example on tauriemotum.uk
  • Updated on 20th of September 2019

Example custom code (to go in Appearance/Customise section in your WordPress dashboard. )

.te-ic2-custom {
             height: 100px;
             background-color: skyblue; 
             background-image: linear-gradient(skyblue, aliceblue, skyblue); 
 }
 .te-ic2-custom h5 {color:darkgrey;}
 .te-ic2-custom h6 {color:darkgrey;}
 .te-ic2-custom button {width:100%;
 background-image: url("https://cdn.backgroundhost.com/backgrounds/subtlepatterns/hixs_pattern_evolution.png");}
 .te-ic2-custom button:hover {opacity: 0.6}

= 1.0.0 =

  • First release on 8th of April 2019

== Upgrade Notice ==

= 1.0.0 =
Let’s get started!

Scroll to Top