Status
Not open for further replies.

makfun

Active Member
310
2010
1
0
a short question if you know please tell me. I have set bbcodes for youtube but I want the following settings:

Video Part 1
Video Part 2
Video Part 3

The above should be <a href=> link and when user click on part 1 , new window open and video start to play.
 
4 comments
At work atm so I can't check the exact syntax, but:

BBCode:
PHP:
[video={SIMPLETEXT1}]{SIMPLETEXT2}[/video]

HTML Replacement:
PHP:
<a href="{SIMPLETEXT1}" target="_blank">{SIMPLETEXT2}</a>

Help line:
PHP:
Video: [video=http://www.video.com/?video_id=123abc]Part 1[/video]

Now you can post Part 1, 2, 3 etc and give it the specified URL.
 
For example:
I have installed dailymotion code and inserted link and working fine:
Code:
[dailymotion]x8pk76_the-outlaw-emmett-deemus-the-porno_shortfilms#hp-b-l][/dailymotion]
But now i want to do like this:
Movie Part 1

"Movie part" should be hyperlink to dailymotion bbcode
 
Status
Not open for further replies.
Back
Top