Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show last tweets plugin
#2
Hi Frank,

Thx for the plugin, looks great.
I was busy to create a plugin for this to. But ended tweaking the default Twitter widget and this looks great in the sidebar. See my http://getsimple.dare-is.nl/twitter

Here is the code, replace 'xxx' with your Twitter username
Code:
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<h2>Twitter Feeds</h2>
<style>
.twtr-widget {
    margin-left: -15px;
}
.twtr-widget .twtr-tweet {
    border-bottom: 1px inset #666;
}
.twtr-hd,
.twtr-ft {
    display: none!important;
}
</style>
<script>
    new TWTR.Widget({
      version: 2,
      type: 'profile',
      rpp: 4,
      interval: 3000,
      width: 250,
      height: 300,
      theme: {
        shell: {
          background: '#EFEFEF',
          color: '#575657'
        },
        tweets: {
          background: '#EFEFEF',
          color: '#333333',
          links: '#315ee6'
        }
      },
      features: {
        scrollbar: true,
        loop: true,
        live: true,
        behavior: 'default'
      }
    }).render().setUser('xxx').start();
</script>

EDIT: Hmm, the widget is having a HUGE caching problem. So don't use it (yet). Sad
Reply


Messages In This Thread
Show last tweets plugin - by twodogwalker - 2012-03-03, 20:10:16
RE: Show last tweets plugin - by D.O. - 2013-04-05, 21:17:03
RE: Show last tweets plugin - by twodogwalker - 2013-04-26, 04:47:09
RE: Show last tweets plugin - by D.O. - 2013-04-26, 05:09:10
RE: Show last tweets plugin - by twodogwalker - 2013-06-04, 05:42:12
RE: Show last tweets plugin - by D.O. - 2013-06-04, 06:01:13
RE: Show last tweets plugin - by twodogwalker - 2013-06-29, 01:06:34
RE: Show last tweets plugin - by Draxeiro - 2013-06-27, 18:09:02
RE: Show last tweets plugin - by twodogwalker - 2013-06-29, 01:12:15
RE: Show last tweets plugin - by Oleg06 - 2013-09-05, 07:10:33
RE: Show last tweets plugin - by twodogwalker - 2013-10-01, 04:15:21
RE: Show last tweets plugin - by Rene - 2013-09-10, 23:14:29
RE: Show last tweets plugin - by twodogwalker - 2013-10-01, 04:19:43
RE: Show last tweets plugin - by Rene - 2013-10-02, 22:21:17
RE: Show last tweets plugin - by drakko - 2014-02-13, 03:10:26
RE: Show last tweets plugin - by shawn_a - 2014-02-13, 03:28:42
RE: Show last tweets plugin - by drakko - 2014-02-13, 07:47:45
RE: Show last tweets plugin - by shawn_a - 2014-02-13, 07:52:49
Show last tweets plugin - by Rene - 2012-03-15, 06:07:49
Show last tweets plugin - by twodogwalker - 2012-03-17, 07:51:01
Show last tweets plugin - by Rene - 2012-03-30, 21:01:43
Show last tweets plugin - by Draxeiro - 2012-03-30, 23:36:02
Show last tweets plugin - by twodogwalker - 2012-04-01, 01:45:10
Show last tweets plugin - by twodogwalker - 2012-04-01, 01:51:18
Show last tweets plugin - by Rene - 2012-04-01, 15:46:01
Show last tweets plugin - by twodogwalker - 2012-04-02, 06:37:48
Show last tweets plugin - by Rene - 2012-04-02, 17:19:26
Show last tweets plugin - by twodogwalker - 2012-04-03, 05:30:48
Show last tweets plugin - by Rene - 2012-04-03, 06:23:34
Show last tweets plugin - by Draxeiro - 2012-04-03, 19:27:37
Show last tweets plugin - by twodogwalker - 2012-04-04, 04:00:52
Show last tweets plugin - by twodogwalker - 2012-04-07, 04:57:50
Show last tweets plugin - by Sledge - 2012-04-10, 22:43:49
Show last tweets plugin - by twodogwalker - 2012-04-11, 04:02:31
Show last tweets plugin - by Duulicious - 2012-08-08, 14:14:18
Show last tweets plugin - by uitdecom - 2012-10-04, 12:36:19
Show last tweets plugin - by twodogwalker - 2012-10-06, 09:53:05
Show last tweets plugin - by uitdecom - 2012-10-06, 21:49:04



Users browsing this thread: 1 Guest(s)