Xat chat 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

Xat chat BBcode

Post by BBCode Bot »

Xat chat BBcode

Author: dinglouisa
Description: You can use the following to paste any xat.com chats in your posts or forums.

"Please post questions in this topic if you have any problem! Do not post questions in the chat boxes because they are use for demo purposes."

Xat chat box from the main xat chat website

To get a free chat box:

Code: Select all

http://xat.com/web_gear/
BBCode:

Code: Select all

[xatchatbox]{NUMBER}[/xatchatbox]
HTML:

Code: Select all

<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="640" height="480" name="chat" FlashVars="id={NUMBER}" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
Helpline:

Code: Select all

Xat Chat box: [xatchatbox]chat box id[/xatchatbox]
Example:

Code: Select all

[xatchatbox]52661143[/xatchatbox]
Demo:
N/A

Xat chat box from the groups xat chat website

To get a free group chat box:

Code: Select all

http://www.xat.com/web_gear/chat/creategroup.php
BBCode:

Code: Select all

[xatchatboxgroup={NUMBER},{SIMPLETEXT}]{NUMBER},{SIMPLETEXT}[/xatchatboxgroup]
HTML:

Code: Select all

<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" bgcolor="#000000" width="640" height="480" name="chat" FlashVars="id={NUMBER}&gn={SIMPLETEXT}" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" />
Helpline:

Code: Select all

Xat group chat: [xatchatboxgroup=boxid,groupname]boxid,groupname[/xatchatboxgroup]
Example:

Code: Select all

[xatchatboxgroup=52103555,BBcodesDemo]52103555,BBcodesDemo[/xatchatboxgroup]
Demo:
N/A
Locked