Hey i have create a twitter widgets for facebook FBML Tab but it not showing in FBML Tab please help me for display it my twitter widgets below ----------------------------------------- <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'list', rpp: 40, interval: 6000, title: 'Your Favorite Author', subject: 'On Printsasia.Com', width: 400, height: 500, theme: { shell: { background: '#1762AD', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#444444', links: '#b740c2' } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setList('printsasia', 'authors').start(); </script> ----------------------------------------
Hello, External Javascripts are not allowed in FBML tab, if you want to show the Twitter tweets in facebook fbml tab you need to create a canvas application.