Integrating Feeds status via HTML

Status
Not open for further replies.

SCPD

QRT
Joined
Feb 24, 2001
Messages
0
Reaction score
112
Location
Virginia
I need some help with the proper way to code this into one of my html pages

Im trying to follow the wiki here
Integrating Feeds - The RadioReference Wiki

This was my code
<!DOCTYPE html>
<html>
<head>
<center>
<script language="JavaScript" src="http://api.radioreference.com/audio/listeners.php?feedId=10746"> </script>
</center>
</head>
<body>
</body>
</html>

But nothing is being displayed back. i just need listener count and feed status for feed id 10746 i have a domain key if that is also needed. I dont need anything else on the page except feed status and listener count.

I tried everything

Thanks
Mike
 
Last edited:

ProScan

Software Provider
Premium Subscriber
Joined
Jul 2, 2006
Messages
8,396
Reaction score
4,840
Location
Ontario, Calif.
I need some help with the proper way to code this into one of my html pages

Im trying to follow the wiki here
Integrating Feeds - The RadioReference Wiki

This was my code
<!DOCTYPE html>
<html>
<head>
<center>
<script language="JavaScript" src="http://api.radioreference.com/audio/listeners.php?feedId=10746"> </script>
</center>
</head>
<body>
</body>
</html>

But nothing is being displayed back. i just need listener count and feed status for feed id 10746 i have a domain key if that is also needed. I dont need anything else on the page except feed status and listener count.

I tried everything

Thanks
Mike

The method you are using to get the listeners count is obsolete.

Click the following link. You'll see a "503 Service Unavailable" error message.
http://api.radioreference.com/audio/listeners.php?feedId=10746


Click the following link. You'll see the listeners count
http://api.broadcastify.com/listeners/feed/10746
 
Status
Not open for further replies.
Top