NAME
Mojolicious::Plugin::LinkEmbedder::Link::Text::HTML - HTML document
DESCRIPTION
This class inherits from Mojolicious::Plugin::LinkEmbedder::Link::Text.
ATTRIBUTES
audio
canon_url
Holds the content from "og:url" meta tag. Fallback to "url" in Mojolicious::Plugin::LinkEmbedder::Link.
description
Holds the content from "og:description" meta tag.
image
Holds the content from "og:image" or "og:image:url" meta tag.
title
Holds the content from "og:title" meta tag or the "title" tag.
type
Holds the content from "og:type" meta tag.
video
Holds the content from "og:video" meta tag.
METHODS
learn
to_embed
Returns data about the HTML page in a div tag.
AUTHOR
Jan Henning Thorsen - jhthorsen@cpan.org