I am having trouble imbedding a twitter feed onto my site.
I am adding the below code from twitter into the HTML and rather than displaying the actual feed it is just displaying a link that says "follow aleycesimmonds on twitter".
<a class="twitter-timeline" href="https://twitter.com/AleyceSimmonds" data-widget-id="305814747893334016">Tweets by @AleyceSimmonds</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"

Thank you