Jump to content

build custom bbcode help


Dmacleo

Recommended Posts

Posted

seen mention of using custom bbcode mentioned but cannot find out how to do it.

need to build something like old media tag to support a clibucket video site.

clipbucket provides an iframe

<iframe width="600" height="370" src="http://DOMAIN.TLD/player/embed_player.php?vid=960&width=600&height=370&autoplay=no" frameborder="0" allowfullscreen></iframe>

or an embed object to use

<object width="300" height="250"><param name="movie" value="http://DOMAIN.TLD/player/embed_player.php?vid=960"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://DOMAIN.TLD/player/embed_player.php?vid=960"type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="250"></embed></object>

with a share url like

http://DOMAIN.TLD/VIDEO_TITLE_v960

where the 960 is video id number.

on 3.x I just made a media tag for it (using the iframe as the replacement) but unsure how to accomplish same thing on 4.1.8

 

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...