User submitted BBCodes
Let us see what You have
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
[textarea]Remember that it is not allowed to use {TEXT} inside the html tags!!!
It causes a serious security risk to your board and users.
Like this: <div style="{TEXT} ">{TEXT} </div>
Green = OK - Red = forbidden[/textarea]
NEstormchasers Offline
BBCoder I
Posts: 1 Joined: 30 Apr 2010, 07:13
Local time: Saturday 16:04Last active: -
Post
by NEstormchasers » 30 Apr 2010, 07:29
BB Code Usage:
HTML Replacement Example:
Code: Select all
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'NEGstormchasers',
interval: 6000,
title: 'NewEnglandStormChasers',
subject: 'LIVE TWEETS',
width: 250,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#ffffff'
},
tweets: {
background: '#030103',
color: '#ffffff',
links: '#ff8400'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script>
Help Line:
Code: Select all
Twitter: [Twitter]Link to URL[/Twitter]
Example:
http://newenglandstormchasers.freeforums.org/portal.php
When using the HTML Replacement, just choose any widget you want from the twitter website.
Chalong Offline
BBCoder II
Posts: 59 Joined: 06 Mar 2010, 12:03
Local time: Saturday 22:04Last active: -
Location: Pforzheim / Germany
Post
by Chalong » 01 May 2010, 09:29
Is it on me or is there the URL-Token missing in the replacement ?
I'd like to use and share this BBCode.
cisco007 Offline
BBCoder VI
Posts: 1,015 Joined: 16 Mar 2010, 16:14
Local time: Saturday 17:04Last active: -
Location: Don't really know!
Post
by cisco007 » 01 May 2010, 13:34
somehow that bbcode won't work for everybody, not to mention the fact that is has you site name all over! I had this bbcode posted previouly, the correct way to do it is!
bbcode usage:
html replacement:
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('{IDENTIFIER}').start();
</script>
helpline:
all you do is stick in you twitter user id or screen name!