How do I implement twitter feed on my website?

I am currently working on a blog and am trying to implement twitter feed into the footer as to be soon in the image. I see plenty of websites having such a feature, mainly over at themeforest.net, and I would also require it. An example website, which has this plugin installed is http://atlantica.superskeleton.wpengine.com/

Not sure if required, but this would be the HTML code:


<div class="row">
	<div class="small-10 large-9 columns">
		<div style="padding:0" class="small-4 large-4 columns">

<!-- Tweet Author Profile Image -->
			<a href="http://twitter.com/ricardomuniz06">
				<img style="max-width: 100%; float: left;" src="https://si0.twimg.com/profile_images/3755052393/a375f7dbb5417fea8b8b70f1811e4ffa_normal.jpeg" alt="">
			</a>
		</div>
		<div style="padding-right:0" class="small-8 large-8 columns">

<!-- Tweet Author -->
			<h6>
				<a href="http://twitter.com/ricardomuniz06">Ricardo Muniz</a>
			</h6>

<!-- Tweet Author Account with @ symbol -->
			<p>
				<a href="http://twitter.com/ricardomuniz06">@ricardomuniz06</a>
			</p>
		</div>
	</div>	
	<div class="small-2 large-3 columns" style="padding-left: 0">
		<small style="text-align: right; font-size: 0.8em">09 Aug</small>
	</div>
	<div class="large-12 columns">

<!-- The Tweet -->
		<p>
			A Journey Through Beautiful <a href="https://twitter.com/search?q=%23typography">#Typography</a> In Web <a href="https://twitter.com/search?q=%23design">#Design</a> <a href="http://t.co/s6BaupbeeC">http://t.co/s6BaupbeeC</a>
		</p> <!-- The Tweet
	</div>
</div>

Thanks in advance for your support :slight_smile:

Hi Kodou,

Log in to Twitter, and go to: https://twitter.com/settings/widgets - from there you can create widgets to add to your website.

Argh, I am a friggin moron. Thank you for the help :D!