Skip to content

Commit

Permalink
chore: unfurl test
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Oct 27, 2023
1 parent 44d8ff8 commit 6270fa0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions build.washingtonpost.com/public/unfurl-test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello, World</title>
<meta property="og:image" content="https://placehold.co/600x400/a31f34/8a8b8c?text=Open+Graph">
<meta property="twitter:image" content="https://placehold.co/600x400/1da1f2/14171a?text=Twitter">
<meta property="facebook:image" content="https://placehold.co/600x400/1877f2/white?text=Facebook">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Unfurl test: Twitter link preview title">
<meta property="twitter:description" content="Unfurl test: Twitter link preview description">
<meta property="description" content="Unfurl test: Search engine description" />
<meta property="og:title" content="Unfurl test: Link preview title">
<meta property="og:description" content="Unfurl test: Link preview description" />
<meta property="og:url" content="https://unfurl-testing.vercel.app">
<meta property="og:type" content="website">
<meta property="fb:app_id" content="123456789">
</head>
<body>
Hello, World!

// when i click this link copy the url to clipboard
<a href="https://unfurl-testing.vercel.app" onclick="navigator.clipboard.writeText(this.href); return false;">Copy link</a>
</body>
</html>

0 comments on commit 6270fa0

Please sign in to comment.