Facebook App Tab Radionomy Flash Player:
Create a
player.html on your webspace.
Go to your player-share-site:
http://www.radionomy.com/de/radio/your-radio-name/sharePersonalize and copy the code, and insert the code in the player.html between <p> and </p>
Important: Create a tiny URL (
http://tinyurl.com/) from your flash-player-url e.g.
"http://static.radionomy.com/cdn/flash/BannerEmbed.swf?RadUID=fgds7cb-0d448e-4bd1-b222-04242525714&titlesColor=ffffff&color=7d7d7d&autoPlay=yes&lang=de" and paste the tinyurl in the player.html with
https:// twice (see below). Otherwise, the browser blocked this app.
<!doctype html>
<html>
<head>
<title>YOUR RADIO</title>
</head>
<body>
<p>
<object width="545" height="90"><param name="allowscriptaccess" value="always">
<param name="movie" value="https://tinyurl.com/abcdef">
<param name="wmode" value="transparent">
<embed src="https://tinyurl.com/abcdef" wmode="transparent" type="application/x-shockwave-flash" allowscriptaccess="always" width="545" height="90">
</embed>
</object>
</p>
</body>
</html>Under
https://developers.facebook.com/ create an app.
Basic Infos:
App Display name: Your Name
Contact Email: Your EMail
Select how your app integrates with Facebook:
Website: Your URL
App on Facebook:
Canvas URL:
http://www.your-doamin.com/player.htmlSecure Page Tab URL:
https://www.your-doamin.com/player.htmlIf your host not provide ssl, you can try tinyurl with https:// as Secure Page Tab URL.
To add the app to your facebook fan page, you need access the URL:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URLwhere YOUR_APP_ID and YOUR_URL can be found in your app settings.
Hit Add To Page Tab to complete.