https://github.com/frojd/wagtail-meta-preview
Wagtail Meta Preview provides panels for previewing Facebook sharing, Twitter sharing and Google search results in the Wagtail admin.
https://github.com/frojd/wagtail-meta-preview
meta preview share wagtail
Last synced: 5 months ago
JSON representation
Wagtail Meta Preview provides panels for previewing Facebook sharing, Twitter sharing and Google search results in the Wagtail admin.
- Host: GitHub
- URL: https://github.com/frojd/wagtail-meta-preview
- Owner: Frojd
- License: other
- Created: 2020-07-11T13:14:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T11:21:32.000Z (about 1 year ago)
- Last Synced: 2025-10-06T03:14:40.858Z (6 months ago)
- Topics: meta, preview, share, wagtail
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://badge.fury.io/py/wagtail-meta-preview)
# wagtail meta preview
## Current supported versions
Wagtail Meta Preview requires Wagtail 5.2+
## Preview
Wagtail Meta Preview provides panels for previewing Facebook sharing, Twitter sharing and Google search results in the Wagtail admin.
Example of how the Facebook share looks like:

## Documentation
- [Getting started](./docs/1-getting-started.md)
- [Setting up panels](./docs/2-setting-up-panels.md)
- [Settings](./docs/3-settings.md)
## Development
Requirements:
- Docker
Steps:
- Run `docker compose up`
- Open `http://localhost:8123/admin/` in your browser of choice
- Login using username "admin" and password "admin"
### Running tests
`docker-compose exec web python runtests.py`
## License
Wagtail Meta Preview is released under the [MIT License](http://www.opensource.org/licenses/MIT).