Page 1 of 1

Steam Profile

Posted: 17 Jul 2010, 21:26
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/.

Re: Steam Profile

Posted: 18 Jul 2010, 12:40
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" />

Re: Steam Profile

Posted: 18 Jul 2010, 18:29
by Phil
Last time I ever make codes while drunk, how embarrassing.