Jump to content

build custom bbcode help

Featured Replies

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

 

  • Author

should mention the only ckeditor iframe plugins I could find are hard ot use, have to pull the url from iframe code and manually enter height and width

  • 4 weeks later...
  • Author

thanks, will give this a look.

ended up buying the mediatag mod which helped but I still want to learn how to do the bbcodes on new system

Archived

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

Recently Browsing 0

  • No registered users viewing this page.