UNPKG

iframely

Version:

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

17 lines (13 loc) 488 B
export default { // https://developers.pinterest.com/docs/rich-pins/products/? getMeta: function(og, meta) { var price = og.price || (meta.product && meta.product.price); return { price: price && (price.amount || price.standard_amount), currency: price && price.currency, brand: og.brand, product_id: og.upc || og.ean || og.isbn, availability: og.availability || meta.availability }; } };