Steam Profile

User submitted BBCodes
Let us see what You have
There is no support here! Only Read Access!
Forum rules
We dont add more BBCodes to our database, but feel free to share and support your own BBCodes here.
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
Locked
Phil
BBCoder I
BBCoder I
Posts: 2
Joined: 15 Apr 2010, 01:55

Steam Profile

Post by Phil »

Title: Steam Profile
Author: Phil
Description: Displays your steam status in a small image.

BBCode:

Code: Select all

[steam]{TEXT}[/steam]
HTML:

Code: Select all

<img src="http://steamprofile.com/steam/profile/default/{TEXT}.png" />
Helpline:

Code: Select all

[steam]zsphil[/steam]
Demo:
None available, original source is at http://steamprofile.com/.
Last edited by Phil on 18 Jul 2010, 18:28, edited 1 time in total.
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Steam Profile

Post by KukY13 »

HTML Replacement is supposed to be written in HTML. You can't use BBCode in HTML Replacements. It should be like this:

BBCode:

Code: Select all

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

Code: Select all

<img src="http://steamprofile.com/steam/profile/default/{INTTEXT}.png" />
Image
Phil
BBCoder I
BBCoder I
Posts: 2
Joined: 15 Apr 2010, 01:55

Re: Steam Profile

Post by Phil »

Last time I ever make codes while drunk, how embarrassing.
Locked