A Joomla 5.x plugin that automatically generates Open Graph tags from your article's meta data for improved social media integration and visibility.
-
Download the Plugin:
- Visit the GitHub Releases page to download the latest version of the plugin as a ZIP file.
-
Install the Plugin:
- Log in to your Joomla administrator backend.
- Navigate to
Extensions
>Manage
>Install
. - Under the
Upload Package File
tab, clickChoose File
and select the downloaded ZIP file. - Click
Upload & Install
to upload and install the plugin.
-
Enable the Plugin:
- After installation, go to
Extensions
>Plugins
. - Search for "Open Graph" in the list of plugins.
- Click on the plugin name to open the plugin settings.
- Change the status to
Enabled
and clickSave & Close
.
- After installation, go to
-
Configure the Plugin:
- The plugin will automatically use the meta data from your articles to generate Open Graph tags. There are no additional configuration settings required.
This plugin adds the following Open Graph metadata to your pages:
og:url:
The URL of the current page.og:type:
Default iswebsite
.og:title:
The title of the page or article.og:description:
The meta description of the article.og:image:
The first image found in the article body that is a .jpg, .png, or .webp format. If no image is found, this tag will not be included.
Learn more about The Open Graph Protocol at ogp.me.
- Joomla 5.x or later.
- Please visit the issues page for this project.
The master branch will, at all times, remain stable. Development for new features will occur in branches, and when ready, will be merged into the master branch.
In the event features have already been merged for the next release series, and an issue arises that warrants a fix on the current release series, the developer will create a branch based off the tag created from the previous release, make the necessary changes, package a new release, and tag the new release. If necessary, the commits made in the temporary branch will be merged into master.
- master: stable at all times, containing the latest tagged release for Joomla 5.x.
- develop: the latest version in development for Joomla 5.x. This is the branch to base all pull requests on.
Your contributions are more than welcome! Please make all pull requests against the develop
branch.