Twitter Message BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Twitter Message BBCode

Post by BBCode Bot »

Twitter Message BBCode

Author: Cisco007
Description: See all your twitter messages in a box, this is the interactive version

BBCode:

Code: Select all

[twitter_WI]{INTTEXT}[/twitter_WI]
HTML:

Code: Select all

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 250,
  height: 300,
  theme: {
    shell: {
      background: '#333333',
      color: '#ffffff'
    },
    tweets: {
      background: '#000000',
      color: '#ffffff',
      links: '#4aed05'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('{INTTEXT}').start();
</script>
Helpline:

Code: Select all

twitter_WI: [twitter_WI]screen id[/twitter_WI]
Example:

Code: Select all

[twitter_WI]ciscoa[/twitter_WI]
Demo:
[twitter_wi]ciscoa[/twitter_wi]


Twitter Widget Display-Only

Author: cisco007
Description: This widget displays all you twitter messages one at a time, by using the scroll button.

BBCode:

Code: Select all

[twitter_DO]{NUMBER},{IDENTIFIER}[/twitter_DO]
HTML:

Code: Select all

<div style="width:176px;text-align:center"><embed src="http://twitter.com/flash/twitter_badge.swf"  flashvars="color1=255&type=user&id={TEXT1}"  quality="high" width="176" height="176" name="twitter_badge" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /><br><a style="font-size: 10px; color: #0000FF; text-decoration: none" href="http://twitter.com/{TEXT2}">follow {TEXT2} at http://twitter.com</a></div>
Helpline:

Code: Select all

twitter_DO: [twitter_DO]user id,screen name[/twitter_DO]
Example:

Code: Select all

[twitter_DO]56166986,ciscoa[/twitter_DO]
Demo:
http://westwoodhighschool-fl.com/viewto ... 49&start=0
Locked