UNPKG

iframely

Version:

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

15 lines (11 loc) 294 B
export default { getMeta: function(meta) { if (!/wordpress\.com/i.test(meta.title)) { // Aparently, WordPress.com is using title field incorrectly. return { title: meta.title }; } }, lowestPriority: true };