restore "copy link" button on reddit embeds

master
Aevann 2024-04-09 03:54:49 +02:00
parent 3fe33faf7d
commit d27fe044bd
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
{% endif %}
{% if p.url and p.url.startswith('https://old.reddit.com/r/') %}
<iframe id="reddit-embed" src="{{p.url.replace('https://old.reddit.com/', 'https://embed.reddit.com/').split('?')[0]}}?context=1&showtitle=true{% if v.theme in DARK_THEMES %}&theme=dark{% endif %}" height="317px" width="100%"></iframe>
<iframe id="reddit-embed" src="{{p.url.replace('https://old.reddit.com/', 'https://embed.reddit.com/').split('?')[0]}}?context=1&showtitle=true{% if v.theme in DARK_THEMES %}&theme=dark{% endif %}" height="317px" width="100%" allow="clipboard-read; clipboard-write"></iframe>
<script defer src="{{'js/reddit_embed.js' | asset}}"></script>
{% endif %}