Advertisement
cabbiebot

PSA: Instructions on how to Embed Vine Videos in VBulletin

Apr 2nd, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. PSA: Instructions on how to Embed Vine Videos in VBulletin
  2.  
  3. This works in Vbulletin Cloud 5.0.6 but it should work for many versions of Vbulletin, self-hosted or not.
  4.  
  5. The HTML to add to the BB code manager in the AdminCP is:
  6.  
  7. <iframe class="vine-embed" src="https://vine.co/v/{param}/embed/simple" width="480" height="480" frameborder="0"></iframe><script async src="//platform.vine.co/static/scripts/embed.js" charset="utf-8"></script>
  8.  
  9. where {param} == what gets entered between the brackets.
  10.  
  11. Example: https://vine.co/v/hinWutqTvYd Take everything after https://vine.com/v/ and put that between your chosen bracketed vine tags, such as [vine]hinWutqTvYd[/vine]
  12.  
  13. Note - it only works with https://vine.co videos because that part always stays the same.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement