Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta data for link previews #85

Open
ethrgeist opened this issue Apr 19, 2023 · 2 comments
Open

Meta data for link previews #85

ethrgeist opened this issue Apr 19, 2023 · 2 comments
Labels
housekeeping small things that need to be done theming Bootstrap issue

Comments

@ethrgeist
Copy link
Member

https://developers.facebook.com/docs/sharing/webmasters/

@ethrgeist
Copy link
Member Author

<meta property="og:url"                content="https://example.net" />
<meta property="og:type"               content="website" />
<meta property="og:title"              content="Paget title be here" />
<meta property="og:description"        content="Whatever one finds here" />
<meta property="og:image"              content="https://example.net/image.ong" />

@ethrgeist
Copy link
Member Author

Options:

18 results - 13 files

src/bands/views/members.py:
  21:         "site_title": "Personenmeldung",

src/bands/views/techrider.py:
  18:         "site_title": "Techrider",

src/crew/views/crewcoordination.py:
  46:         "site_title": "Übersicht",
  84:         "site_title": "T-Shirts",

src/crew/views/kitchen.py:
  135:         "site_title": "Mengenliste",

src/crew/views/signup.py:
  19:     extra_context = {"site_title": "Vorauswahl"}
  34:         "site_title": f"Crewanmeldung {event.name}",
  45:     extra_context = {"site_title": "Anmeldung abgeschlossen"}

src/crm/views/logout.py:
  11:         "site_title": "Logout",

src/crm/views/magic_link.py:
  13:         "site_title": "Magic Link",
  24:             "site_title": "Magic Link angefordert",

src/crm/views/user_home.py:
  12:     context = {"site_title": "Home"}

src/crm/views/user_profile.py:
  12:     context = {"site_title": "Profil"}

src/crm/views/verify_email.py:
  10:     extra_context = {"site_title": "E-Mail bestätigen", "token": token}

src/exhibitors/views/signup.py:
  17:         "site_title": "Anmeldung",
  28:         "site_title": "Anmeldung abgeschlossen",

src/tools/views/link_shortener.py:
  26:         context = {"site_title": "Shortlink QR", "link_shortener": link_shortener}

src/tools/views/qrcode_generator.py:
  9:     context = {"site_title": "QR"}

ethrgeist added a commit that referenced this issue Apr 19, 2023
@ethrgeist ethrgeist added theming Bootstrap issue housekeeping small things that need to be done labels Apr 19, 2023
ethrgeist added a commit that referenced this issue Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping small things that need to be done theming Bootstrap issue
Projects
None yet
Development

No branches or pull requests

1 participant