Twitter嵌入的时间线在Windows phone 8中不起作用

本文关键字:phone 不起作用 Windows 时间线 Twitter | 更新日期: 2023-09-27 18:29:34

以下脚本使用时间轴中的dispally搜索结果。

<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>

但是Html页面没有在wp8中的网络浏览器中显示内容。Html页面运行良好Chrome firefox和IE

Twitter嵌入的时间线在Windows phone 8中不起作用

尝试将web浏览器控件的"IsScriptEnabled"属性设置为"True"。