📚 Golang package for getting oEmbed data from URL
gogo-langgolanggolang-librarygolang-modulegolang-packagego-librarygo-modulesgo-packagego-packagesoembed
assets | ||
.gitlab-ci.yml | ||
a_oembed-packr.go | ||
errors.go | ||
fetch_embed.go | ||
fetch_embed_test.go | ||
find_provider.go | ||
find_provider_test.go | ||
is_valid_url.go | ||
is_valid_url_test.go | ||
LICENSE.md | ||
Makefile | ||
oembed.go | ||
oembed_test.go | ||
README.md | ||
SUPPORT.md | ||
sync.go | ||
sync_test.go | ||
types.go | ||
types_ffjson.go |
oEmbed
oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.