TikTok
Admin CP → Custom BBcodes → Add New BBcode
BBCode Name: tiktok
BBcode type: 2 Param Type
HTML Conversion: Code found below.
Display on form: Your Choice
CODE
<blockquote class="tiktok-embed" cite="https://www.tiktok.com/(PARAM1)/video/(PARAM2)" data-video-id="(PARAM2)" style="max-width: 605px;min-width: 325px;" > <section> </section> </blockquote>
Admin CP → Skins & Templates → Board Wrappers → Edit: Below The <% COPYRIGHT %> : Tag
CODE
<script async src="https://www.tiktok.com/embed.js"></script>
Usage:
CODE
[tiktok=@USERNAME]VIDEO_ID[/tiktok]
This may work too:
<blockquote class="tiktok-embed" cite="https://www.tiktok.com/@tiktok/video/{1}" data-video-id="{1}" style="max-width: 605px;min-width: 320px;" > <section></section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script>
Bbcodes
-
- Site Admin
- Posts: 199
- Joined: Thu Jan 23, 2025 3:17 pm
- Reactions score: 133
- Location: In a galaxy far, far away...
Yes. See here: viewtopic.php?t=115China wrote: Thu Jan 23, 2025 9:16 pmI tried "{url=Text of Website Title] in the first half of the code but it only puts in the link. Is there a way to put in the link with the title of the article appearing?
So far this board software is very similar to VBulletin which is what ES was originally ran on.
For the url link to be the headline:
{url=escommanders.com/forums/viewtopic.php?t=115}Paste what you want the clickable title to be here{/url}
Just change the { } to standard brackets [ ]
If you replace Paste what you want the clickable title to be here with {img} tags & an image link then you should have a clickable image that would open a link

- SWIM
- Site Admin
- Posts: 364
- Joined: Thu Dec 12, 2024 9:30 pm
- Reactions score: 222
- Location: Virginia Beach
That update is comming. Working on it along with a couple new features.China wrote: Thu Jan 23, 2025 9:16 pmI tried "[url=Text of Website Title] in the first half of the code but it only puts in the link. Is there a way to put in the link with the title of the article appearing?
It will act similar to how iPhone links work. Post the link auto populate image and title text.