The TgaOpenGraphBundle introduces OpenGraph into the Symfony2 world. It provides useful tools to use OpenGraph on your Doctrine entities, with flexibility and reusability.
For instance, once set up, you will be able to render OpenGraph like this:
<html>
<head>
<title>My blog post</title>
{{ tga_render_opengraph(blogPost) }}
</head>
<body>
...
</body>
</html>
All the documentation is stored in the Resources/doc
directory
of this bundle:
All the installation instructions are located in the documentation.
This bundle is under the MIT license. See the complete license in the
file LICENSE.markdown
This bundle is mainly developed by Titouan Galopin. For the complete list of the contributors, please see the Github contributors list
This bundle uses actively the library Opengraph by euskadi31.
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.