Twitter Widge脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Twitter Widge脚本相关的知识,希望对你有一定的参考价值。

Script for twitter widget
  1. <script src="http://widgets.twimg.com/j/2/widget.js"></script>
  2. <script>
  3. new TWTR.Widget({
  4. version: 2,
  5. type: 'profile',
  6. rpp: 4,
  7. interval: 30000,
  8. width: 'auto',
  9. height: 300,
  10. theme: {
  11. shell: {
  12. background: '#e6e6e6',
  13. color: '#000000'
  14. },
  15. tweets: {
  16. background: '#e0e0e0',
  17. color: '#000000',
  18. links: '#000000'
  19. }
  20. },
  21. features: {
  22. scrollbar: false,
  23. loop: false,
  24. live: false,
  25. hashtags: true,
  26. timestamp: true,
  27. avatars: false,
  28. behavior: 'all'
  29. }
  30. }).render().setUser('QuikQupon').start();
  31. </script>
  32. <hr class="clear">
  33. <h3>Advertise Here</h3>
  34. <hr class="clear">
  35. </div>

以上是关于Twitter Widge脚本的主要内容,如果未能解决你的问题,请参考以下文章

ruby 这个片段是一种简单的ruby方式,用于计算在Twitter上共享指定网址的次数。

油猴脚本-隐藏你的twitter信息

从 Google Apps 脚本调用 Twitter API

如何修复重叠的片段

代码适用于与单个 html 文件不同的堆栈片段

常用python日期日志获取内容循环的代码片段