javascript - How to embed single tweets from twitter on my local website -


i'm try embed single tweet post on page html on computer have simple html , css page , when embed code twitter code:

<blockquote class="twitter-tweet" lang="en">             <p lang="en" dir="ltr">icymi: lakers&#39; kobe bryant &quot;proud of&quot; ranking 2nd on franchise&#39;s all-time assists list <a href="https://t.co/mzzfq1sqav">https://t.co/mzzfq1sqav</a></p>&mdash; mark medina (@markg_medina) <a href="https://twitter.com/markg_medina/status/689111667775504386">january 18, 2016</a></blockquote>             <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> 

the result on browser this, no icons no styles no button follow

enter image description here

i have result of embed tweet this

enter image description here

thank you,

check snippet

<blockquote class="twitter-tweet" lang="en">      		    <p lang="en" dir="ltr">icymi: lakers&#39; kobe bryant &quot;proud of&quot; ranking 2nd on franchise&#39;s all-time assists list <a href="https://t.co/mzzfq1sqav">https://t.co/mzzfq1sqav</a></p>&mdash; mark medina (@markg_medina) <a href="https://twitter.com/markg_medina/status/689111667775504386">january 18, 2016</a></blockquote>      		    <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>


Comments