iframely
Version:
oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API
21 lines (17 loc) • 394 B
JavaScript
export default {
re: [
/https?:\/\/widgetic\.com\/widgets\//i,
/https?:\/\/app\.widgetic\.com\//i
],
// Use only mixins that depend on oembed, as otherwise htmlparser will 403
mixins: [
"oembed-rich",
"oembed-title",
"oembed-site",
"oembed-thumbnail",
"domain-icon"
],
tests: [{
noFeeds: true
}]
};