Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
501 views
in Plugins by
edited by

This is the plugin where the embed is: GitHub - xinzore/q2a-embedX: Allows embedding YouTube videos in Question2Answer

This is the layer:

'tiktok'=>array(
    array(
        'https{0,1}:\/\/w{0,3}\.*tiktok\.com\/@([A-Za-z0-9_-]+)\/video\/([0-9]+)[^< ]*',

        '<blockquote class="tiktok-embed" cite="https://www.tiktok.com/@$1/video/$2" data-video-id="$2" style="max-width: 605px;min-width: 325px;" > <section></section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script>'
    )
),

A short URL fragment starts with https://vm.titok.com/###### from cellular. But this is not taken on PC.

How do we solve it community?

Please log in or register to answer this question.

...