<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Airtime widgets</title>
<script src="js/jquery-1.6.1.min.js" type="text/javascript">
</script>
<script src="js/jquery-ui-1.8.10.custom.min.js" type="text/javascript">
</script>
<script src="js/jquery.showinfo.js" type="text/javascript">
</script>
<link href="css/airtime-widgets.css" rel="stylesheet" type="text/css" />
</head>
Be sure to have all Js and Css in directories
<script>
$(document).ready(function() {
$("#headerLiveHolder").airtimeLiveInfo({
sourceDomain: "http://airtime.example.com/",
text: {onAirNow:"Sur Les Antennes", offline:"Arret", current:"En cours", next:"Suivant"},
updatePeriod: 10 //seconds
});
});
</script>
http://airtime.example.com/ is the domain and where your airtime is installed
It looks like you're new here. If you want to get involved, click one of these buttons!