The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Embedding Twitter videos
I saw a few mods, perhaps dated or not, that allow you to post plain old tweets. I think I have that nailed on my forum, but that's barely used anyway.
What I would like, is the ability to post the videos that are hosted within one's tweets. Is anyone aware of a mod that I am missing that allows to embed Twitter videos? Or does someone know how to add the BBCode in order to do so? Thanks much! -Jim |
#2
|
|||
|
|||
are you looking to automate this or looking to manually do? If manually, the embed code on twitter should have a checkbox to allow for you to include the video. Not sure if this is what you are looking for
|
#3
|
|||
|
|||
I can't remember where I found this to credit the source:
Create a new BBCode: Title: Twitter Embed BB Code Tag Name: tweet Replacement: Code:
<script type="text/javascript"> function loadx(data) { document.write(data.html); } </script> <script type="text/javascript" src="https://api.twitter.com/1/statuses/oembed.json?id={param}&callback=loadx"></script> <div class="twitter" onLoad="loadx().html"/> Use {option}: No Button Image (Optional): Twitter.png (see attachment) Remove Tag If Empty: Yes Disable BB Code Within This BB Code: No Disable Smilies Within This BB Code: Yes Disable Word Wrapping Within This BB Code: Yes Disable Automatic Link Parsing Within This BB Code: Yes Usage:
If I recall correctly, you won't see the embedded tweet until you submit the post and since it needs to contact Twitter it may take a few seconds to display. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|