Metapod

Metapod Main Screenshot

Metapod allows you to interact with metadata from pages specified by URL.

Built by a Certified Partner

Interact with metadata from pages specified by URL.

Metapod

Usage

Metapod is great for replicating Slack's unfurl feature (API).

{{ metapod url="http://lionsmouth.digital" }}
  <h2><a href="{{ og_url }}">{{ og_title }}</a></h2>
  <img src="{{ og_image }}">
  <p>{{ og_description }}</p>
{{ /metapod }}