}
} catch (error) {
// User cancelled share or error occurred
if (error.name !== 'AbortError') {
console.error('Share error:', error);
// Fallback: Show URL in prompt
prompt('Copy this link to share:', videoUrl);
}
}
});
});
🍪 Cookie Notice: We use essential cookies for authentication and session management.
By continuing to use this site, you accept our use of cookies.
Learn more