link_thumbnailer
link_thumbnailer copied to clipboard
Return all OG tags, such as price and product
Can this gem be used to return all OpenGraph tags found on a page, such as
<meta property="product:price:amount" content="19.99" />
<meta property="product:price:currency" content="USD" />
if present?
These properties are not natively supported no. Would be nice to have a generic way to return any attributes. Today it's handled through a whitelist in the configuration of the gem.