-
Notifications
You must be signed in to change notification settings - Fork 2
/
googleplay.html
45 lines (38 loc) · 2.13 KB
/
googleplay.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://img.particlenews.com/img/id/1euWT3_0u4DlJbb00?type=thumbnail_1600x1200">
<meta property="og:image:width" content="1600">
<meta property="og:image:height" content="1200">
<link rel=“canonical” href=“https://www.newsbreak.com/@wood-work-1878238/3419038734104-wood-work”>
<meta property="al:ios:url" content="newsbreak://openvideodoc?docid=0u4DlJbb&doctype=video&ctype=native_video&s=a7&pd=a7&pd=0GIBcLjj&send_time=1719479659"/>
<meta property="al:ios:app_store_id" content="1132762804"/>
<meta property="al:ios:app_name" content="News Break"/>
<meta property="al:android:url" content="newsbreak://openvideodoc?id=0u4DlJbb&docid=0u4DlJbb&ctype=native_video&s=a7&pd=a7&pd=0GIBcLjj&send_time=1719479659"/>
<meta property="al:android:app_name" content="News Break"/>
<meta property="al:android:package" content="com.particlenews.newsbreak"/>
<title>Open App Store Testing</title>
</head>
<body>
<h1>Click the button below to open Google Play</h1>
<button onclick="openGooglePlay()">Open Google Play</button>
<h1>Click the button below to open App store</h1>
<button onclick="redirect()">Redirect</button>
<script>
function openGooglePlay() {
// Package name for Google Play Store app
var playStorePackageName = "com.particlenews.newsbreak";
// Intent URL to open Google Play Store
var intentUrl = "https://newsbreakapp.onelink.me/U4ti?pid=i1&af_dp=newsbreak%3A%2F%2Fopendoc%3Fdocid%3D0syFIZe7%26s%3Dnewsbreak.com%26triggerFrom%3Dcontent";
// Open the Google Play Store app if available, else open in browser
window.location.href = intentUrl;
}
function redirect() {
var redirect = "https://wutongke.github.io/Full-Screen-Gesture/redirect.html";
window.location.href = redirect;
}
</script>
</body>
</html>