-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
og metatags #5
Open
EricEisaman
wants to merge
7
commits into
bgstaal:main
Choose a base branch
from
EricEisaman:glitch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
og metatags #5
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"multi.png","date":"2023-11-24T10:33:16.612Z","url":"https://cdn.glitch.global/d92d65fc-88c4-4b07-a275-7efa69b16ace/multi.png","type":"image/png","size":576881,"imageWidth":1200,"imageHeight":652,"thumbnail":"https://cdn.glitch.global/d92d65fc-88c4-4b07-a275-7efa69b16ace/thumbnails%2Fmulti.png","thumbnailWidth":330,"thumbnailHeight":180,"uuid":"FjBvJCroI7rA8KyD"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>3d example using three.js and multiple windows</title> | ||
<script type="text/javascript" src="three.r124.min.js"></script> | ||
<style type="text/css"> | ||
|
||
* | ||
{ | ||
margin: 0; | ||
padding: 0; | ||
} | ||
<head> | ||
<title>3d example using three.js and multiple windows</title> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:site" content="@your_twitter_handle" /> | ||
<meta name="twitter:title" content="Multi-Window 3D" /> | ||
<meta | ||
name="twitter:description" | ||
content="System developed by Bjorn Staal using local storage and the getScreenDetails() API to communicate between two windows rendering webGL 3D canvas." | ||
/> | ||
<meta | ||
name="twitter:image" | ||
content="https://cdn.glitch.global/d92d65fc-88c4-4b07-a275-7efa69b16ace/multi.png?v=1700821996612" | ||
/> | ||
|
||
</style> | ||
</head> | ||
<body> | ||
|
||
<script type="module" src="main.js"></script> | ||
</body> | ||
</html> | ||
<meta property="og:title" content="Multi-Window 3D" /> | ||
<meta | ||
property="og:description" | ||
content="System developed by Bjorn Staal using local storage and the getScreenDetails() API to communicate between two windows rendering webGL 3D canvas." | ||
/> | ||
<meta | ||
property="og:image" | ||
content="https://cdn.glitch.global/d92d65fc-88c4-4b07-a275-7efa69b16ace/multi.png?v=1700821996612" | ||
/> | ||
<meta property="og:image:width" content="1200" /> | ||
<meta property="og:image:height" content="627" /> | ||
|
||
<script type="text/javascript" src="three.r124.min.js"></script> | ||
<style type="text/css"> | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<script type="module" src="main.js"></script> | ||
</body> | ||
</html> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think this is needed - no such user: https://twitter.com/your_twitter_handle
most of the twitter meta tags are not needed as Twitter will use the OpenGraph ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely right. Good point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be useful to add too :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Twitter Card:
Slack Preview:
Discord Preview: