tweetable.js

tweetable.js

Hello Everyone,

I'm new to js and programming and struggling with this:

                                <!-- Footer Col. -->
                                <div class="col-md-3 col-sm-3 footer-col">
                                    <div class="footer-title">
                                        Recent Tweets
                                    </div>
                                </div>
                                <script type="text/javascript" src="jquery.tweetable.js"></script>
                                <div id="tweets"></div>
                                $('#tweets').tweetable({username: 'Peston'});
                                <!-- //Footer Col.// -->

I've tried a few different ways but nothing's coming out after Recent Tweets.

Any help would be very much appreciated,
Richard