How to update Twitter API in your site?
Instruction for changing twitter feeds.
Add twitter folder to your root.
Update this link on all pages <script type=”text/javascript” src=”twitter/jquery.tweet.js”></script>
Update this line of code in script/custom.js file$(".tweet").tweet({
username: "mannatstudio",//Change with your own twitter id
modpath: 'twitter/',
count: 2,
loading_text: "loading tweets..."
});