Skip to content

Commit

Permalink
Add meta tags for Social Media sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld0051 committed Dec 28, 2023
1 parent 74fabbf commit b3f51be
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alternate_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pangram World" />
<meta property="og:description" content="Check if you have a pangram or adjust your text to bold, italic or even alternating caps/lower case for Facebook and other social media platforms." />
<meta property="og:image" content="https://github.com/pauld0051/pangrams/blob/main/images/pangram-logo-192.png?raw=true" />
<meta property="og:url" content="https://github.com/pauld0051/pangrams" />
<title>Alternate Text Generator</title>
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
Expand Down
6 changes: 6 additions & 0 deletions bold_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pangram World" />
<meta property="og:description"
content="Check if you have a pangram or adjust your text to bold, italic or even alternating caps/lower case for Facebook and other social media platforms." />
<meta property="og:image"
content="https://github.com/pauld0051/pangrams/blob/main/images/pangram-logo-192.png?raw=true" />
<meta property="og:url" content="https://github.com/pauld0051/pangrams" />
<title>Bold Text Generator</title>
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
Expand Down
6 changes: 6 additions & 0 deletions book.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pangram World" />
<meta property="og:description"
content="Check if you have a pangram or adjust your text to bold, italic or even alternating caps/lower case for Facebook and other social media platforms." />
<meta property="og:image"
content="https://github.com/pauld0051/pangrams/blob/main/images/pangram-logo-192.png?raw=true" />
<meta property="og:url" content="https://github.com/pauld0051/pangrams" />
<title>Pangram World - Book</title>
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pangram World" />
<meta property="og:description"
content="Check if you have a pangram or adjust your text to bold, italic or even alternating caps/lower case for Facebook and other social media platforms." />
<meta property="og:image"
content="https://github.com/pauld0051/pangrams/blob/main/images/pangram-logo-192.png?raw=true" />
<meta property="og:url" content="https://github.com/pauld0051/pangrams" />
<title>Pangram World</title>
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
Expand Down
6 changes: 6 additions & 0 deletions italics_text.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Pangram World" />
<meta property="og:description"
content="Check if you have a pangram or adjust your text to bold, italic or even alternating caps/lower case for Facebook and other social media platforms." />
<meta property="og:image"
content="https://github.com/pauld0051/pangrams/blob/main/images/pangram-logo-192.png?raw=true" />
<meta property="og:url" content="https://github.com/pauld0051/pangrams" />
<title>Italic Text Generator</title>
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
Expand Down

0 comments on commit b3f51be

Please sign in to comment.