UNPKG

iframely

Version:

oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API

18 lines (14 loc) 303 B
export default { getMeta: function(meta) { var s = meta.shorturl || meta.short_url || meta.shortlink; if (s instanceof Array) { s = s[0]; } if (!s) { return; } return { shortlink: s.href || s }; } };