Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opengraph tags added #19

Merged
merged 4 commits into from
Jun 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="expires" content="0" />
<meta name="theme-color" content="#2D2D2D" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta name="description" content="" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-osl.png" />
<meta charset="utf-8">
<meta http-equiv="expires" content="0">
<meta name="theme-color" content="#2D2D2D">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta name="description" content="MyButton is an open-source project that streamlines the process of sharing links to your preferred online services.">
<link rel="manifest" href="https://mybutton.click/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/MYBUTTON_FAVICON">
<title>MyButton</title>
<meta property="og:title" content="MyButton">
<meta property="og:site_name" content="https://mybutton.click">
<meta property="og:description" content="MyButton is an open-source project that streamlines the process of sharing links to your preferred online services.">
<meta property="og:image" content="MYBUTTON_LOGO">
<meta name="twitter:image:src" content="MYBUTTON_LOGO">
<meta name="twitter:card" content="SUMMARY_LARGE_IMAGE">
<meta name="twitter:title" content="MyButton">
<meta name="twitter:description" content="MyButton is an open-source project that streamlines the process of sharing links to your preferred online services.">
</head>
<script>
//* Set mode
Expand Down
Loading