Bbcodes

Report issues with the website and request new feature here.
Clay2Ali
Posts: 359
Joined: Thu Dec 19, 2024 6:16 pm
Reactions score: 164
Location: Alexandria, VA
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>
Clay2Ali
Posts: 359
Joined: Thu Dec 19, 2024 6:16 pm
Reactions score: 164
Location: Alexandria, VA
Hope it works
China
Posts: 626
Joined: Wed Jan 22, 2025 8:47 am
Reactions score: 149
I 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?
Image
TK
Site Admin
Posts: 199
Joined: Thu Jan 23, 2025 3:17 pm
Reactions score: 133
Location: In a galaxy far, far away...
China wrote: Thu Jan 23, 2025 9:16 pm
I 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?
Yes. See here: viewtopic.php?t=115

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

Image
User avatar
SWIM
Site Admin
Posts: 364
Joined: Thu Dec 12, 2024 9:30 pm
Reactions score: 222
Location: Virginia Beach
China wrote: Thu Jan 23, 2025 9:16 pm
I 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?
That update is comming. Working on it along with a couple new features.

It will act similar to how iPhone links work. Post the link auto populate image and title text.
Post Reply