-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
feat: update font file and add meta tags #400
Conversation
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/vjeux/excalidraw/f51tvc7k8 |
Tested using both Facebook's Sharing Debugger and Twitter's Card Validator using the Now preview URL but not getting the expected results. 🤞🏼These results should change once merged into production. Happy to follow up and test and make changes if needed. |
Recommend adding "Using these tags will specify the image dimensions to the crawler so that it can render the image immediately without having to asynchronously download and process it." |
Just checked the font, the rendering of ! is perfect now |
Thanks for the suggestion @pshihn! I'll add those in now |
Okay, I think it should be good now if someone wants to review it again. Re: @pshihn
I had the Twitter meta tags in there but @lipis suggested opting for the From the quick research I did, I think it should be fine.
|
Maybe also update the image in the readme with this one? |
Why not?! I'd center the "Sketch hand-drawn like diagrams" and 👌🏼 |
Let's ship this and see if the results of the preview cards change! |
@jsjoeio the image doesn't show up |
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.
Yay, thanks :)
@Fausto95 you're right, i'm seeing the same thing I'll see if I can figure it out. The frustrating part is you can't use the Twitter card validator on localhost (for obvious reasons). I saw someone once suggest using |
I wonder if it has anything to do with it being a relative path... AH-HA - look what I found:
|
I hope it does haha. |
- when paste the content from clipboard, if the content is not JSON, the `JSON.parse` parse error will be thrown. The info should not be in production build. Closes excalidraw#400
This PR updates the
FF_Virgil
font file (per discussion in #394) to use a smaller file and adds the meta tags, which should show image when sharing on social media sites like Facebook and Twitter.Changes
twittermeta tagsadd PR templateScreenshots
The og image that was added:
Checklist
Fixes #379