在网页上嵌入新浪微博页面

                模板代码如下:
<div id="weibo" class="panel">    <ul class="panel_head"><span>test-新浪微博</span></ul>    <ul class="panel_body">        <iframe id="weibo" style="width:500px; height:500px;" frameborder="0" scrolling="no" src="http://v.t.sina.com.cn/widget/widget_blog.php?uid=1355610915"></iframe>    </ul></div>


如果想要换人,则只需要改uid,如果要改高度和宽度,则改width和height;

我们以蒋涛的微博为例,效果如下:


           

猜你喜欢

转载自blog.csdn.net/qq_44884619/article/details/89431989