javascript - Twitter feed doesn't show all its just a link -
i created twitter widget don't know how import in html code, shows link then.
<a class="twitter-timeline" href="https://twitter.com/twitterdev/timelines/539487832448843776"> national park tweets - curated tweets twitterdev </a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> it doesn't shows things around it.
any help?
put code inside of div so
<div><a class="twitter-timeline" href="https://twitter.com/twitterdev/timelines/539487832448843776">national park tweets - curated tweets twitterdev</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> </div>
Comments
Post a Comment