Query Parameters

Use query parameters to customize your individual embeds out of this world!

Query parameters are in the format of key-value pairs. They are appended after your embed url such that it would look like so:
https://titanembeds.com/embed/1234567890?css=1&defaultchannel=81387914189078528&theme=DiscordDark

Below is the reference of all the avaliable query parameters that may be used.

{% if "administrate_guild" in request.url %}

Modify the input fields to change your query parameters for your embed. Leave a box empty to not use the parameter.

{% endif %}
    {% for param in constants.QUERY_PARAMETERS %}
  • {{ param.name }}=<{{ param.type }}>
    {{ param.description }} {% if param.options %}
    Avaliable Options:
      {% for option in param.options %}
    • {{ option.name }} {% if option.default %}(default){% endif %}
    • {% endfor %}

    {% else %}
    {% endif %} Eg: {{ param.name }}={{ param.example }} {% if "administrate_guild" in request.url %}
    {% endif %}
  • {% endfor %}
{% if "administrate_guild" in request.url %}

Copy these URL/iframe code after entering the parameters in the form.

  • Embed/Server ID
  • Embed URL after query parameters appled
  • Embed iFrame after query parameters appled
{% endif %}
{% if "administrate_guild" in request.url %} {% endif %}