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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -