Generate beautiful preview cards for Org Social posts in real-time.
View "Hello Org Social" Preview
Add a {{ protocol }}://{{ domain }}/?post= parameter with the URL of an Org Social post:
{{ protocol }}://{{ domain }}{% if show_port %}:{{ port }}{% endif %}/?post=[URL post]
The post URL should be URL-encoded:
{{ protocol }}://{{ domain }}{% if show_port %}:{{ port }}{% endif %}/?post=https%3A%2F%2Ffoo.org%2Fsocial.org%232025-02-03T23%3A05%3A00%2B0100
Unix command to encode URLs:
python3 -c "import urllib.parse; print(urllib.parse.quote('https://foo.org/social.org#2025-02-03T23:05:00+0100'))"