UNPKG

iframely

Version:

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

17 lines (13 loc) 334 B
export default { highestPriority: true, getMeta: function(oembed) { var author = oembed.author_name || oembed.author; if (author === 'admin') { // Thanks WordPress author = null; } return { author: author, author_url: oembed.author_url }; } }