简体   繁体   中英

Twitter Embeded timeline not working in Windows phone 8

Following script using dispaly search result in timeline.

<html>

<a class="twitter-timeline"  href="https://twitter.com/search?q=%23Some name"  data-widget-id="3733932158675216312320">Tweets about "#Some name"</a>
<script>!function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</html>

But the Html page not showing content in webbrowser in wp8. The Html page works fine Chrome firefox and IE

尝试将Web浏览器控件的“ IsScriptEnabled”属性设置为“ True”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM