Twitter小部件仅显示HTML上的链接

时间:2016-09-08 16:46:09

标签: javascript html css twitter widget

我只是想在我的网站上嵌入一个活跃的Twitter Feed。 我已经按照Twitter网站上的小部件(在设置下)执行了所有步骤,并且出于任何理由而不是在HTML页面上显示350 x 350小部件,它显示的是指向推特页面的链接。

这是我的简单代码(由twitter提供)和一些截图。

有谁知道我错过了什么?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<body>
<a class="twitter-timeline" data-width="350" data-height="350"     href="https://twitter.com/Coltae">Tweets by Coltae</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8">    </script>
</body>
</html>

enter image description here

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

src属性中的链接缺少https://部分。只需添加它,你就可以了。