Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.2 KB

wagtail-meta-preview PyPI version

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

Documentation

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.