Extension for Contao CMS 3/4 to embed opengraph tags in pages.
-
Copy 'medianetic-opengraph' folder to system/modules
-
Contao 4 only: Add the following line at the end of the bundles definition at app/AppKernel.php
bundles = [
...
new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('medianetic-opengraph', __DIR__),
]
- Open the Contao Installtool to import the sql structure
- Nick Weschkalnies
This project is licensed under the MIT License