Download the PHP package graphiques-digitale/silverstripe-seo-facebook-domain-insights without Composer
On this page you can find all versions of the php package graphiques-digitale/silverstripe-seo-facebook-domain-insights. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graphiques-digitale/silverstripe-seo-facebook-domain-insights
More information about graphiques-digitale/silverstripe-seo-facebook-domain-insights
Files in graphiques-digitale/silverstripe-seo-facebook-domain-insights
Package silverstripe-seo-facebook-domain-insights
Short Description Module for adding Facebook Domain Insights to SilverStripe.
License MIT
Homepage https://github.com/Graphiques-Digitale/silverstripe-seo-facebook-domain-insights
Informations about the package silverstripe-seo-facebook-domain-insights
Overview
This is a modular extension for graphiques-digitale/silverstripe-seo-metadata
It enables Facebook Domain Insights i.e. fb:app_id
and fb:admins
It requires:
It is intended to be used alongside it's siblings:
These are all optional and fragmented from the alpha version SSSEO
, which is now redundant.
Installation
Composer
composer require graphiques-digitale/silverstripe-seo-facebook-domain-insights
- rebuild using
/dev/build/?flush
From ZIP
- Place the extracted folder
silverstripe-seo-facebook-domain-insights-{version}
intosilverstripe-seo-facebook-domain-insights
in the SilverStripe webroot - rebuild using
/dev/build/?flush
CMS Usage
The Facebook App ID is set globally via /admin/settings/
under the Metadata tab.
Facebook Admins are added by adding Members
/users to the at the same location above.
Admin IDs are set against the actual users on their /admin/security/
page.
Template Usage
Depending on your configuration, the general idea is to replace all header content relating to metadata with $Metadata()
just below the opening <head>
tag and $BaseHref()
function, e.g.:
This will output something along the lines of:
Issue Tracker
Issues are tracked on GitHub @ Issue Tracker
Development and Contribution
Please get in touch @ [email protected]
if you have any extertise in any of these SEO module's areas and would like to help ~ they're a lot to maintain.
License
BSD-3-Clause license
See @ Why BSD?