dont try to embed tiktok profiles

master
Aevann 2024-04-09 05:50:20 +02:00
parent d3dc227e58
commit 9f0fa10273
1 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,9 @@
<script defer src="{{'js/reddit_embed.js' | asset}}"></script>
{% elif p.url and p.url.startswith('https://tiktok.com/@') %}
{% set id = p.url.split('/video/')[1] %}
<iframe id="embed" src="https://www.tiktok.com/embed/{{id}}" width="325px" height="753px"></iframe>
{% if id %}
<iframe id="embed" src="https://www.tiktok.com/embed/{{id}}" width="325px" height="753px"></iframe>
{% endif %}
{% elif p.domain == 'instagram.com' %}
{% set path = p.url.split('https://instagram.com/')[1].rstrip('/') %}
{% if '/' in path %}