Videogaga BBcode

Use the BBCode Testarea to test our BBCodes
All testing must be done here
There is no support here! Only Read Access!
Locked
Aur3kas
BBCoder I
BBCoder I
Posts: 4
Joined: 29 Aug 2010, 04:19

Videogaga BBcode

Post by Aur3kas »

Hello, Create a Lithuanian video site bbcode http://www.videogaga.lt

Author: Aur3kas
Description: Videogaga.lt Video bbcode.

BBCode:

Code: Select all

[videogaga]http://www.videogaga.lt/video?id={IDENTIFIER}[/videogaga]
HTML:

Code: Select all

<div style="position: relative; width: 200px; height: 221px;">
    <div style="position: absolute;">
        <a href="http://www.videogaga.lt/video?id={IDENTIFIER}" target="_blank">
            <img style="width: 200px; height: 221px; border: medium none;" src="http://www.videogaga.lt/frame/std"/>
        </a>
    </div>
    <div style="position: absolute; left: 24px; top: 47px;">
        <a href="http://www.videogaga.lt/video?id={IDENTIFIER}" target="_blank">
            <img style="width: 154px; height: 114px; border: medium none;" src="http://www.videogaga.lt/df/{IDENTIFIER}/21220.jpg"/>
        </a>
    </div>
</div>
Helpline:

Code: Select all

VideoGaga: [videogaga]Videogagos Video Nuoroda[/videogaga]
Example:

Code: Select all

[videogaga]http://www.videogaga.lt/video?id=oxjrnskieswetspogs[/videogaga]
Demo:
[videogaga]http://www.videogaga.lt/video?id=oxjrnskieswetspogs[/videogaga]

No show this link...
Example link http://godlike.lt/bobute-meata-taikliau ... t2051.html
Last edited by Aur3kas on 29 Aug 2010, 04:50, edited 1 time in total.
Locked