Replies: 1 comment 7 replies
-
|
@Wandtket You can use a package like https://github.com/ghorsey/OpenGraph-Net... but it may not work out-of-the-box for the following reasons:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create an open graph preview for sharing to social media on Uno WASM.
Does anyone know the best way of going about this? I tried injecting it into the document header in the AppManifest.js but it doesn't appear to be doing it fast enough for the web scrapers.
Edit:
I believe I only need to add a build event that applies the correct meta tags to the index.html page.
Here's the documentation I'm following
Beta Was this translation helpful? Give feedback.
All reactions