Implementation of OpenGraph tags and Twitter Cards for Contao 4.
By default the OpenGraph fields are attached to the site structure. Furthermore OpenGraph3 is compatible with the following Contao modules:
- Create a folder named
opengraph3
insystem/modules
- Clone this repository into the new folder
- Open
app/AppKernel.php
and add the following line to the $bundles arraynew Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('opengraph3', $this->getRootDir())
- Run a database update via the Installtool