Sharing only supported for *.subsonic.org domains?
"Sharing is only supported for *.subsonic.org domain names." . . . why is this?
forum.subsonic.org
http://forum.subsonic.org/forum/
<script type="text/javascript">
function splitUrl() {
var fullUrl = ' ${model.playUrl}';
var url = fullUrl.split("share/");
document.getElementById('facebookLink').href = 'http://www.facebook.com/sharer.php?u=' + 'http://[customUrl]/share/' + url[1];
document.getElementById('twitterLink').href = 'http://twitter.com/?status=Listening to ' + 'http://[customUrl]/share/' + url[1];
document.getElementById('link').href = 'http://[customUrl]/share/' + url[1];
document.getElementById('link').innerHTML = 'http://[customUrl]/share/' + url[1];
}
</script><body class="mainframe bgcolor1" onload="splitUrl()"><h1><fmt:message key="share.title"/></h1>
<fmt:message key="share.warning"/>
<p>
<img src="<spring:theme code="shareFacebookImage"/>" alt=""> <a id="facebookLink"
href="" target="_blank"><fmt:message key="share.facebook"/></a>
</p>
<p>
<img src="<spring:theme code="shareTwitterImage"/>" alt=""> <a id="twitterLink"
href="" target="_blank"><fmt:message key="share.twitter"/></a>
</p>
<p>
<span>Or share this with someone by sending them this link: <a id="link" href="" target="_blank"></a></span>
</p>