playframework 2.0 - Using external URL in Play framework script tag -
how can refer external urls script tag in view? have view html file in play framework project , want refer external urls javascript part. here have! <div id=”twitter_update_list”> <script type=”text/javascript” src=”http://twitter.com/javascripts/blogger.js”></script> <script type=”text/javascript” src=”http://twitter.com/statuses/user_timeline/xxxxxx.json?callback=twittercallback2&count=1″></script> </div> this fails when rendered in browser. how refer external sites? there no such thing play framework script tag, that's straight html script tag. anyway, if have copied code is, problem double quotes, unicode right double quotes, ”, see how slanted right? that's not valid html. replace them ascii double quotes: ". emphasise difference, here side side: ” " if that's not problem, describe mean "fails". there error messages displayed? shown in developer console? can see ...