https://github.com/pez/social-link-previews
https://github.com/pez/social-link-previews
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pez/social-link-previews
- Owner: PEZ
- License: other
- Created: 2023-04-30T15:50:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T11:37:46.000Z (about 3 years ago)
- Last Synced: 2025-01-26T04:25:14.711Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Social Link Previews for WordPress
A bare bones WordPress plugin that generates social cards meta data for articles. For sites like Twitter, Facebook, LinkedIn, etc to create pretty sharing previews.
## Usage
Install by dropping the `social-link-previews` folder in your sites `wp-content/plugins` folder. Activate the plugin from WP Admin.
The plugin will use the **Primary Image** of a post for the image. You can provide a default primary image from the plugins settings.
The plugin adds a custom image size of 1200x628 for the sharing image. You will need to regenerate the image sizes on your site, with **wp-cli** like so:
```bash
$ wp media regenerate
```