Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.91 KB

README.md

File metadata and controls

36 lines (24 loc) · 2.91 KB

Contao OpenGraph3

About

Implementation of OpenGraph tags and Twitter Cards for Contao 4.

System requirements

Compatible modules

By default the OpenGraph fields are attached to the site structure. Furthermore OpenGraph3 is compatible with the following Contao modules:

Installation

  • Create a folder named opengraph3 in system/modules
  • Clone this repository into the new folder
  • Open app/AppKernel.php and add the following line to the $bundles array
    new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('opengraph3', $this->getRootDir())
  • Run a database update via the Installtool