https://github.com/norcross/minimum-viable-sharing-meta
Just the required meta tags
https://github.com/norcross/minimum-viable-sharing-meta
meta-tags og-tags wordpress
Last synced: 2 months ago
JSON representation
Just the required meta tags
- Host: GitHub
- URL: https://github.com/norcross/minimum-viable-sharing-meta
- Owner: norcross
- License: mit
- Created: 2017-12-28T15:49:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T21:32:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T04:57:56.962Z (3 months ago)
- Topics: meta-tags, og-tags, wordpress
- Language: PHP
- Size: 235 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimum Viable Sharing Meta
Just the minimum required meta tags to work.## Requirements
* PHP version 5.6 or higher
* WordPress version 4.9 or higher## Usage
After installing and activating the plugin, navigate to the "Sharing Meta Tags" menu item underneath the "Appearance" main tab. Update the fields with the data you'd like. You can also edit them in individually on posts, pages, or other enabled post types.
## Converting Data
There are buttons at the bottom of the main settings page to copy any metadata from Yoast SEO or All In One SEO Pack. The `minshare_meta_plugin_convert_keys` filter allows you to modify which plugins are checked for.
## Changelog
See [CHANGES.md](CHANGES.md).### To Do
* include term / archive pages### Notes
The source / inspiration for this plugin came from [this blog post](http://www.phpied.com/minimum-viable-sharing-meta-tags/) written by [Stoyan Stefanov](http://www.phpied.com/bio/)#### [Pull requests](https://github.com/norcross/minimum-viable-sharing-meta/pulls) are very much welcome and encouraged.