https://github.com/thecodingmachine/html.widgets.opengraph
Package for opengraph support on Mouf.
https://github.com/thecodingmachine/html.widgets.opengraph
Last synced: 3 months ago
JSON representation
Package for opengraph support on Mouf.
- Host: GitHub
- URL: https://github.com/thecodingmachine/html.widgets.opengraph
- Owner: thecodingmachine
- Created: 2015-01-19T16:47:45.000Z (over 11 years ago)
- Default Branch: 1.0
- Last Pushed: 2015-01-26T18:06:22.000Z (over 11 years ago)
- Last Synced: 2025-02-16T12:30:27.716Z (over 1 year ago)
- Language: PHP
- Size: 168 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is this package?
=====================
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:type
- `HtmlOpenGraphImageWidget`: This class implements the og:image metadata and all associated metadata.
Mouf package
------------
This package is part of [Mouf](http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.