@nymdev/clay-meta-site
v0.1.1
Published
twitter:site, og:site_name, and og:type tags
Downloads
6
Readme
clay-meta-site
twitter:site, fb:app_id, og:site_name, and og:type tags!
Install
npm install --save @nymdev/clay-meta-site
Adds site-specific tags to the head:
twitter:site
og:site_name
og:type
apple-mobile-web-app-title
(using site name)format-detection
(to kill telephone links on mobile browsers)icon
(square site icon)mask-icon
icon sizes="196x196"
article:publisher
(for facebook)fb:app_id
Usage
Once you install it, it will be automatically recognized by amphora
. It has the following properties:
twitter
should be a twitter handle (without an @-sign)facebook
should be your site's facebook namefacebookID
should be a facebook app idsiteName
should be a human-readable site name, which will appear in Google search results and Facebook postsogType
should identify the type of page for sharing, per the Open Graph protocoldetectTel
is "yes" or "no" to detect telephone links in mobile browsersicon
,maskIcon
, and196pxIcon
should be links to your iconsmaskColor
should be a hex color value, e.g.#FF5656
A Note On Head Components
This component lives in the head of the page, and isn't editable directly. Use the componentRef
behavior to affect it when you edit other components on the page.