We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:image
req.URL.Host
httpd.NewOpenGraph(req, title, desc, image)
The text was updated successfully, but these errors were encountered:
issue #14 - working opensearch implementation; also add URIs.Abs func…
79e8ffc
…tion which addresses hostname issues in issue #31
Add OpenSearch description (#34)
9ef0541
* issue #14 - wire in basic opensearch stuff, untested * issue #14 - working opensearch implementation; also add URIs.Abs function which addresses hostname issues in issue #31 --------- Co-authored-by: thisisaaronland <thisisaaronland@localhost> Co-authored-by: whosonfirst <whosonfirst@localhost>
No branches or pull requests
og:image
properties (why doesn'treq.URL.Host
seem to work?)og:image
actually supports SVG endpoints; if not use PNG (blocked on issue Add /png handler for ID records #30)httpd.NewOpenGraph(req, title, desc, image)
methofThe text was updated successfully, but these errors were encountered: