I've been looking into porting our OpenSocial application to Yahoo, and I'm running into an issue with referencing external javascript & css files.
For example, if I have this in my canvas page view:
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script>
In my debug output, it complains with:
stdin:1: <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></scr
^^^
WARNING: stdin:1+32 - 35: failed to load external url
http://www.google-analytics.com/ga.jsIs there any kind of workaround for this? Or is this just not allowed?
Thanks!