{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %}{% trans "Share & embed" %}{% endblock %} {% block content %}

{% trans "Share & embed" %}

{% trans "Push this event to your own website and socials. Every link carries UTM + affiliate tags, so sales attribute back to the Intelligence dashboard automatically." %}

{% trans "Hosted page" %}

{% trans "Embed on your website" %}

{% trans "Paste this where you want the ticket picker + checkout to appear. It runs inline — customers never leave your site." %}

{% trans "Tracked share links" %}

{% for label, link in links %} {% endfor %}
{% trans "Channel" %}{% trans "Link" %}
{{ label }}

{% trans "Reseller / channel feed" %}

{% trans "Give Skiddle / Fever / Google Things-to-do this feed to syndicate the event (read-only, no personal data)." %}

{% trans "Rich previews are automatic: Open Graph, Twitter Card and schema.org Event tags are injected into this event's page, so the link unfurls with your artwork on Instagram / Facebook / WhatsApp and can appear in Google's events." %}
{% endblock %}