Skip to content

Commit

Permalink
opengraph tags added (#19)
Browse files Browse the repository at this point in the history
* opengraph tags added

* remove trailing slash, remove trailing space, update favicon with placeholder, update og tags, replace https with http

* remove `TODO` and rename `twitter card` tag

* fix : duplicated meta tag removed

---------

Co-authored-by: Sepand Haghighi <[email protected]>
  • Loading branch information
AHReccese and sepandhaghighi authored Jun 20, 2024
1 parent a423b01 commit df56744
Showing 1 changed file with 17 additions and 9 deletions.
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

0 comments on commit df56744

Please sign in to comment.