MyBB Community Forums
[req] tag for 3gp - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: [req] tag for 3gp (/thread-24561.html)



[req] tag for 3gp - benks - 2007-10-08

hello all master,
can may i to request ?
i want have tag code for 3gp file like as tag youtube ?


RE: [req] tag for 3gp - Dale Hay - 2007-10-12

AdminCP --> Custom MyCode --> Add MyCode

MyCode title: 3GP
MyCode description: Play 3GP Files
Regular expression:
\[3gp\](.*?)\[/3gp\]
Replacement:
<embed src="$1" width="176" height="170" 
autoplay="false" controller="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed>
Activate MyCode?: Yes

Try that out - it should work.

To show the 3GP files, you just need to enter your code as:
[3gp]http://www.link.to/the/file.3gp[/3gp]



RE: [req] tag for 3gp - benks - 2007-11-02

thanks... i'll try this Big Grin