feat: update share base URL and improve share functionality

- Update share base URL from androidacikkalsin.org to ozgurandroid.yusufipek.me
- Add resolveShareUrl function to handle file protocol and invalid origins
- Improve clipboard API support with fallback mechanisms
- Add popup detection for Twitter share dialog
- Refactor copy functionality into reusable fallbackCopy function
- Enhance error handling for share operations
This commit is contained in:
Yusuf İpek
2025-10-31 23:33:58 +03:00
parent 66a5b9dbc3
commit d3de5235a5
3 changed files with 65 additions and 18 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
</head>
<body data-share-base="https://androidacikkalsin.org/">
<body data-share-base="https://ozgurandroid.yusufipek.me/">
<!-- Hero Section -->
<section class="hero">
<div class="container">