How to Add a Video Site BBCODE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rinku2012
    Member
    • Feb 2018
    • 32
    • 5.3.x

    How to Add a Video Site BBCODE

    Hello,

    i have a video hosting script ( Clipshare). i would like to import the videos into vbulletin threads ( similarly like youtube videos). how can i do it
    what should i add under bbcodes in vbulletin admin panel ?
  • glennrocksvb
    Former vBulletin Developer
    • Mar 2011
    • 4021
    • 5.7.X

    #2
    I looked at their demo site and saw this embed share code
    Code:
    <iframe width="640" height="360" src="http://www.clipsharelive.com/embed/[COLOR=#FF0000]5e1ee8ef57f4883be4cb[/COLOR]" frameborder="0" allowfullscreen></iframe>
    You just need to replace the video identifier (the random numbers and letters after the embed/) with {param} in the Replacement field in the Add new BBCode form in AdminCP. Then to use the bbcode, you have to put the video identifier inside the bbcode tag. For example,

    Code:
    [clip]5e1ee8ef57f4883be4cb[/clip]

    Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

    Comment

    • rinku2012
      Member
      • Feb 2018
      • 32
      • 5.3.x

      #3
      Hello,

      I am pretty new to vbulletin 5. can you please help me in what should i be entering under Title, BB Code Tag name, example and description for this bb code

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74170

        #4
        He gave you all you need. The fields you cite are your own choice. However, following his example, you would use:

        Title: Clipshare
        Name: clip
        example: [clip]5e1ee8ef57f4883be4cb[/clip]
        Description: Whatever you want to put here. This isn't actually used anymore except on that page.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • rinku2012
          Member
          • Feb 2018
          • 32
          • 5.3.x

          #5
          Great.. Thanks Wayne it worked.

          Comment

          Related Topics

          Collapse

          Working...