Категории |
Как прикрутить виджет обновлений из Twittera на сайт?Дорого времени суток ;) <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 5, interval: 30000, width: 'auto', height: 300, theme: { shell: { background: '#ffffff', color: '#000000' }, tweets: { background: '#ffffff', color: '#000000', links: '#006633' } }, features: { scrollbar: true, loop: false, live: true, hashtags: true, timestamp: true, avatars: true, behavior: 'all' } }).render().setUser('zdravyi').start(); </script> И на выходе получаю такую ошибку: Fatal error: Smarty error: : syntax error: unrecognized tag: version: 2, type: 'profile', rpp: 5, interval: 30000, width: 'auto', height: 300, theme: { shell: { background: '#ffffff', color: '#000000' (smarty_compiler.class.php, line 446) in /home/praxle/zdravyi.com/includes/lib/smarty/smarty.class.php on line 1108 Скажите, пожалуйста, что нужно сделать чтобы заработало? Есть ли решение данного вопроса? Благодарю :) код в index.html Заработало ;) |
|