我正在尝试用适合 AMP 的版本替换嵌入式推文卡。
试图取代这个
<blockquote class="twitter-tweet" data-lang="en"><p lang="eu" dir="ltr">An itibari ile <a href="tweet_url">[tweet url]</a> <a href="https://twitter.com/hashtag/paratic?src=hash">#paratic</a> <a href="https://twitter.com/ParaticCom">@ParaticCom</a> <a href="https://tweet_url">pic.twitter.com/NpFDB7LTJQ</a></p>— Onur Celik (@onurcelik66) <a href="https://twitter.com/onurcelik66/status/856521132664643584">April 24, 2017</a></blockquote><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
有了这个
<amp-twitter width='390' height='330' layout='responsive' data-tweetid='856521132664643584'></amp-twitter>
我不能在 AMP 页面上使用 JavaScript,所以我必须使用 PHP。这里有人可以帮忙吗?