mouf / html.widgets.opengraph
This package contains the opengraph support for mouf
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 18
Forks: 0
Open Issues: 0
Type:mouf-library
Requires
- php: >=5.3.0
- mouf/database.datasource.datasource-interface: >=3.0-dev,<4.0
- mouf/html.htmlelement: >=2.0-dev,<3.0
This package is auto-updated.
Last update: 2024-10-15 04:44:55 UTC
README
This package contains a set of class to add Opengraph support.
Provided classes
At the moment, this package provides 2 classes:
HtmlOpenGraphWidget
: The main class, which implements the og:type website. Actual support: All general metadata, at the moment there is no support for the music and video og:typeHtmlOpenGraphImageWidget
: This class implements the og:image metadata and all associated metadata.
Mouf package
This package is part of Mouf, an effort to ensure good developing practices by providing a graphical dependency injection framework.