/ Published in: JavaScript
Script for twitter widget
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 30000, width: 'auto', height: 300, theme: { shell: { background: '#e6e6e6', color: '#000000' }, tweets: { background: '#e0e0e0', color: '#000000', links: '#000000' } }, features: { scrollbar: false, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('QuikQupon').start(); </script> <hr class="clear"> <h3>Advertise Here</h3> <hr class="clear"> </div>