Sayfanız da ki bu kod
<script type="text/javascript" src="js/jquery-1.6.2.html"></script>
Uncaught SyntaxError: Unexpected token < hatasına düşüyor.
Bu kodu kaldırıp denemenizi tavsiye ediyorum. Sorun bundandır demiyorum ama denemekte fayda var.
2. problem ise
Failed to load resource: the server responded with a status of 404 (Not Found)
Şeklinde bir hata dönüyor URL ise;
https://twitter.com/statuses/user_timeline/seaofclouds.json?callback=twitterCallback1&count=20&cb=0.5856563225388527
twitter.js ve ;
<script type="text/javascript" charset="utf-8">
getTwitters('twitter', {
// You can replace 'EnvatoWebDesign' with your own twitter ID,
id: 'seaofclouds',
// Set the number of tweets you wish to be displayed
count: 1,
enableLinks: true,
ignoreReplies: true,
clearContents: false,
template: '<div class="tweet"><p>"<a href="http://twitter.com/%user_screen_name%" target="_blank">%text%</a>...%time%"</p></div>'
});
</script>kodlarını kaldırıp denemenizi istiyorum.
sonucu bildirirsiniz.