View Source SEO.Facebook (SEO v0.1.5)
Facebook originally developed the OpenGraph standard, so much of social-sharing techniques
are contained in SEO.OpenGraph
, however there remains one Facebook-specific attribute: the :app_id
.
Resources:
Link to this section Summary
Functions
In order to use Facebook Insights you must add the :app_id
to your page. Insights lets you view analytics for traffic
to your site from Facebook. Find the app ID in your Facebook App Dashboard.
Attributes
item
(SEO.Facebook
) - Defaults tonil
.config
(:any
) - Defaults tonil
.
Link to this section Types
@type t() :: %SEO.Facebook{app_id: String.t()}
Link to this section Functions
@spec build(SEO.attrs(), SEO.config()) :: t() | nil
In order to use Facebook Insights you must add the :app_id
to your page. Insights lets you view analytics for traffic
to your site from Facebook. Find the app ID in your Facebook App Dashboard.
attributes
Attributes
item
(SEO.Facebook
) - Defaults tonil
.config
(:any
) - Defaults tonil
.