The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Embed TikTok
Anyone have any idea how I can embed TikTok videos into the forum using BBCode?
I've tried the following code Code:
<blockquote class="tiktok-embed" cite="https://www.tiktok.com/{param}" style="max-width: 605px;min-width: 325px;" ></blockquote> <script async src="https://www.tiktok.com/embed.js"></script> Not sure if this will help you, but might as well be a different language to me https://developers.tiktok.com/doc/Embed Thanks |
#2
|
|||
|
|||
I have it working with:
Code:
<blockquote class="tiktok-embed" data-video-id="{param}" style="max-width: 605px;" > <section></section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script> Use {option} No Remove Tag If Empty Yes Disable BB Code Within This BB Code Yes Disable Smilies Within This BB Code Yes Disable Word Wrapping Within This BB Code Yes Disable Automatic Link Parsing Within This BB Code Yes Helpful Tip: If you have a few TikTok videos embedded on a page/post it loads the embed code Code:
<script async src="https://www.tiktok.com/embed.js"></script> Find: Code:
</head> Code:
<script async src="https://www.tiktok.com/embed.js"></script>
|
3 благодарности(ей) от: | ||
formentera, Irishnotsane, puertoblack2003 |
#3
|
|||
|
|||
This is brillaint thanks!!
I don't suppose there is ANYWAY a user would be able to just post in the whole URL instead of the long number? Probably a long-shot. But either way, thanks! i did think it was something to do with that data video id, as I was playing around with it for ages after I had posted this, feel like I came close a few times lol |
#4
|
|||
|
|||
Quote:
This will add video from full URL. Example: Code:
https://www.tiktok.com/@simbathewhitegsd/video/6828187262400924933 Admincp > Plugins & Products > Download / Upload Plugins > Import Plugin Definitions XML File |
Благодарность от: | ||
puertoblack2003 |
#5
|
|||
|
|||
Delete me
|
#6
|
|||
|
|||
wow thanks PinkMilk!
Sadly I can't seem to get this to work I'm just presented with this: Any ideas? |
#7
|
|||
|
|||
Whats the url you used?
|
#8
|
|||
|
|||
I tested with a random URL I got from TikTok and with the URL you gave me above
|
#9
|
|||
|
|||
Quote:
Give this one ago, I've only changed the regex to be more specific but it might make a difference Else my only thoughts are conflicting mods |
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|