Developers
Developers can present rich content from their websites, we have introduced Arrowat Mediaframe. Arrowat Mediaframe allows to web developers to present rich
content like Image, Video, Link from their websites by inserting Arrowat Mediaframe Metatags,When
user share your link on arrowat we look for the content on the Arrowat Mediaframe Metatags you have added, while you may not have Arrowat Mediaframe Metatags in
your website we fallback into open graph protocol. we explain how to use in the following table.
You can use Arrowat Mediaframe Tools to test your site
Go to: Arrowat Mediaframe Tools
NOTE: ONLY DOMAIN APPROVED FOR MEDIA FRAME CAN USE THIS FEATURE AT THIS TIME, YOU MAY REQUEST TO APPROVE YOUR DOMAIN NAME AT ANY TIME.
Arrowat Mediaframe
arrowat:allow
Usage:
Allow Arrowat to retrieve content from your site
<meta name="arrowat:allow" content="true" />
Disallow Arrowat to retrieve content from your site, once arrowat see arrowat:allow set as false stops trying to retrive the content from your website
<meta name="arrowat:allow" content="false" />
arrowat:type
Image: The Arrowat Mediaframe is Image
Video: The Arrowat Mediaframe is Video
Link: The Arrowat Mediaframe is Link
Usage:
<meta name="arrowat:type" content="image" />
<meta name="arrowat:type" content="video" />
<meta name="arrowat:type" content="link" />
arrowat:site
Usage:
<meta name="arrowat:site" content="arrowat username" />
Example:
<meta name="arrowat:site" content="@melvin" />
arrowat:title
Usage:
<meta name="arrowat:title" content="The technology space" />
arrowat:description
Usage:
<meta name="arrowat:description" content="How to Read the best article you will love while sleep." />
arrowat:image
Usage:
<meta name="arrowat:image" content="The image link here" />
Example:
<meta name="arrowat:image" content="https://melvindev.com/mvd/melvindev02.jpg" />
Link
arrowat:video
Usage:
<meta name="arrowat:video" content="embed link" />
Example:
An example of Arrowat Mediaframe for video type is how youtube video are allowed for open graph protocol:
<meta property="og:video:secure_url" content="https://www.youtube.com/embed/9D1WE8ffhkc" />
Arrowat Mediaframe would be:
<meta name="arrowat:video" content="https://www.youtube.com/embed/9D1WE8ffhkc" />
Examples
The following are examples of Arrowat Mediaframe Metatags
Image Example
<meta name="arrowat:allow" content="true" /><meta name="arrowat:type" content="image" />
<meta name="arrowat:site" content="@melvin" />
<meta name="arrowat:title" content="Home page" />
<meta name="arrowat:description" content="Developing my own life." />
<meta name="arrowat:image" content="https://melvindev.com/mvd/melvindev02.jpg" />
Link Example
<meta name="arrowat:allow" content="true" /><meta name="arrowat:type" content="link" />
<meta name="arrowat:site" content="@melvin" />
<meta name="arrowat:title" content="Home page" />
<meta name="arrowat:description" content="Developing my own life." />
<meta name="arrowat:image" content="https://melvindev.com/mvd/melvindev02.jpg" />
Video Example
<meta name="arrowat:allow" content="true" /><meta name="arrowat:type" content="video" />
<meta name="arrowat:site" content="@melvin" />
<meta name="arrowat:title" content="Home page" />
<meta name="arrowat:description" content="Developing my own life." />
<meta name="arrowat:image" content="embed Video image link" />
<meta name="arrowat:video" content="embed Video link" />