An open API service indexing awesome lists of open source software.

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

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.