columbus-elixir / marketing

12 stars 8 forks source link

Add Twitter widget to site #100

Open croz1007 opened 5 years ago

croz1007 commented 5 years ago

We want to be able to show the most recent tweets on the site and allow visitors to either interact with them there or open our Twitter account on a new tab so they can follow. The code below should get the feed on our side in a nice size.

<a class="twitter-timeline" width="300" height="500" href="https://twitter.com/columbuselixir?ref_src=twsrc%5Etfw">Tweets by columbuselixir</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Appropriate styling should be applied to get this to fit our site design.