UNPKG

iframely

Version:

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

14 lines (10 loc) 290 B
export default { provides: '__is_general_article', getData: function(meta, __readabilityEnabled) { if (meta.og && (meta.og.type === "article" || meta.og.type === "blog")) { return { __is_general_article: true }; } } };