diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index d92987e..ce3ccc8 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -324,7 +324,7 @@ export default function VideoPage() { const copyToClipboard = async () => { try { - await navigator.clipboard.writeText(getShareUrl()); + await navigator.clipboard.writeText(getFacebookShareUrl()); const notification = document.createElement('div'); notification.textContent = 'Link kopiert!'; notification.className = 'fixed top-4 right-4 bg-green-500 text-white px-4 py-2 rounded-lg z-50 transition-opacity duration-300'; @@ -745,13 +745,13 @@ export default function VideoPage() { Facebook - +
Twitter
- +
WhatsApp