any possible to embed non youtube videos in vb5.2 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • IggyP
    replied
    im curious about embeding into a video module....going in posts no problem, but video im notice some issue...

    it seems to want a simple url like i have done with you tube ones, but if i try any embed code or url from other popular "vb accepted" like vimeo it says invalid or unsupported url error...

    is there a way?

    Leave a comment:


  • glennrocksvb
    replied
    You will need to tweak it a little bit to add class to the iframe tag so that you can custom css to style it to be responsive for mobile screens. Right now, the width and height of the iframe is fixed and it will not adjust to the available size of the iframe container.

    Code:
    <iframe [COLOR=#FF0000]class="openload-video"[/COLOR] src="https://openload.co/embed/{param}/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
    Custom CSS:
    Code:
    .openload-video {
        max-width: 100%;
    }
    You will need to add more CSS rules to make it responsive using CSS @media queries.

    Leave a comment:


  • glennrocksvb
    replied
    See screenshot below. To use in the post, just use [openload]videoIdHere[/openload]. You can also add the optional Button Image URL and a button will appear in Advanced Editor toolbar which will make inserting [openload] tags easier. Click image for larger version

Name:	openload.png
Views:	944
Size:	115.8 KB
ID:	4339303

    Leave a comment:


  • avitor
    replied
    Ok. i find this replay from Glenn to other user who ask how to embed video in forums

    here is the solution
    In 5.1.8, you can enable/disable HTML on a per post basis. You can see this setting in Advanced Options at the bottom of the editor. You still need to enable "Can Use HTML" permission.
    and here is the original message
    Hi, I cannot embed the following code. Is it possible to embed these sermon audios in Vbulletin 5? If a security issue, is it possible to only allow admin to embed the following: Thanks, William


    works for me
    Last edited by avitor; Wed 2 Mar '16, 12:45pm.

    Leave a comment:


  • avitor
    replied
    any help please?
    just need one example to know how to

    thanks

    Leave a comment:


  • Skyyg Skyg
    replied
    I also need,Thanks for add


    Code:
    <embed src="http://player.youku.com/player.php/sid/XMTQ2ODAwMzIzMg==/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
    
    
    <iframe height=498 width=510 src="http://player.youku.com/embed/XMTQ2ODAwMzIzMg==" frameborder=0 allowfullscreen></iframe>
    aiqiyi

    Code:
    <embed src="http://player.video.qiyi.com/3f7b58931df4cf1bddf613da0244f5c5/0/0/v_19rrkqrlk4.swf-albumId=414603400-tvId=414603400-isPurchase=0-cnId=3" allowFullScreen="true" quality="high" width="480" height="350" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
    QQ
    Code:
    <embed src="http://static.video.qq.com/TPout.swf?vid=v0019zxv8oz&auto=0" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
    
    
    <iframe frameborder="0" width="640" height="498" src="http://v.qq.com/iframe/player.html?vid=v0019zxv8oz&tiny=0&auto=0" allowfullscreen></iframe>
    souhu
    Code:
    <object width=1460 height=669><param name="movie" value="http://share.vrs.sohu.com/2887191/v.swf&topBar=1&autoplay=false&plid=9091543&pub_catecode=0&from=page"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="wmode" value="Transparent"></param><embed width=1460 height=669 wmode="Transparent" allowfullscreen="true" allowscriptaccess="always" quality="high" src="http://share.vrs.sohu.com/2887191/v.swf&topBar=1&autoplay=false&plid=9091543&pub_catecode=0&from=page" type="application/x-shockwave-flash"/></embed></object>

    Leave a comment:


  • avitor
    replied
    ha. i don't know how crate BB codes
    i like to embed this code ?
    <iframe src="https://openload.co/embed/UbeSmigec6M/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>

    Leave a comment:


  • glennrocksvb
    replied
    Probably the easiest way would be to create custom BBCode tags for those video providers.

    Can you give us sample embed codes?

    Leave a comment:


  • avitor
    started a topic any possible to embed non youtube videos in vb5.2 ?

    any possible to embed non youtube videos in vb5.2 ?

    hi
    i really like to embed videos in the vbulletin 5
    what i see now that is works for youtube only
    i do like to embed videos from www.uptobox.com or www.openload.co and other video sites.
    how is possible to do that?

Related Topics

Collapse

Working...