SimpleArmory
SimpleArmory copied to clipboard
Support Link Previews via Open Graph
When people add links to site in discord, discord will try to render a nice preview. For SA that isn't available so its just a lame login image.
I believe if we add open graph support to the page it should make this nicer. See https://ogp.me/.
Love this, I had no idea how this preview could be changed. Will it a problem that ~most~ all of the logic and rendering is happening client-side?
Love this, I had no idea how this preview could be changed. Will it a problem that ~most~ all of the logic and rendering is happening client-side?
Shouldn't be a problem at all. I've got static webpages that are served just with HTML using GitHub Pages, and Open Graph works for them
Edit: actually it depends on what information you want in the cards. Basic information is fine, but dynamic information I think would need to be generated on a server. The information is pulled from the HTML, scripts aren't executed so the info can't be generated from scripts afaik