From ecc5066a22cfa2c114a2728570faa7c4bef1e3be Mon Sep 17 00:00:00 2001 From: "oleg.vodyanov91@gmail.com" Date: Wed, 23 Apr 2025 15:49:17 +0400 Subject: [PATCH] fix_link --- static/links/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/links/main.js b/static/links/main.js index f682cba..04c3e80 100644 --- a/static/links/main.js +++ b/static/links/main.js @@ -131,7 +131,7 @@ function createLinkElement(link, isWatched) { iframeWrapper.style.borderRadius = '10px'; const iframe = document.createElement('iframe'); - iframe.src = `https://www.instagram.com/reel/${reelId}/embed`; + iframe.src = link.url; iframe.width = '100%'; iframe.height = '700'; // taller to allow for cropping iframe.style.border = 'none';