Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T12:12:02.000Z (10 months ago)
- Last Synced: 2024-06-25T05:05:33.401Z (7 months ago)
- Topics: meta, preview, share, wagtail
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 30
- Watchers: 7
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wagtail - wagtail-meta-preview - Adds ability to get share previews for Facebook, Twitter and Google in the Wagtail admin. (Apps / SEO and SMO)
README
![wagtail-meta-preview](https://github.com/rinti/wagtail-meta-preview/workflows/wagtail-meta-preview/badge.svg)
[![PyPI version](https://badge.fury.io/py/wagtail-meta-preview.svg)](https://badge.fury.io/py/wagtail-meta-preview)# wagtail meta preview
## Current supported versions
Wagtail Meta Preview requires Wagtail 4.1+
## 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:![example-facebook-preview](https://raw.githubusercontent.com/rinti/wagtail-meta-preview/master/docs/img/facebook-preview-example.PNG)
## Documentation
- [Getting started](./docs/1-getting-started.md)
- [Setting up panels](./docs/2-setting-up-panels.md)
- [Settings](./docs/3-settings.md)## Development
### Dev server
The easiest way is to clone this repo, cd into it and just `docker-compose up`, this should
start a server on http://localhost:8123/admin/ (user: admin, pw: admin) with a couple of page types to test with.### 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).