diff --git a/webapp/titanembeds/static/img/webhook_inuse.png b/webapp/titanembeds/static/img/webhook_inuse.png deleted file mode 100644 index cdc297f..0000000 Binary files a/webapp/titanembeds/static/img/webhook_inuse.png and /dev/null differ diff --git a/webapp/titanembeds/templates/about.html.j2 b/webapp/titanembeds/templates/about.html.j2 index a56ab01..247fda7 100644 --- a/webapp/titanembeds/templates/about.html.j2 +++ b/webapp/titanembeds/templates/about.html.j2 @@ -44,8 +44,6 @@ etc.

{% include 'card_queryparams.html.j2' %} -{% include 'card_webhookmsgs.html.j2' %} -

Chat with us!

diff --git a/webapp/titanembeds/templates/administrate_guild.html.j2 b/webapp/titanembeds/templates/administrate_guild.html.j2 index 9353c27..2adb547 100644 --- a/webapp/titanembeds/templates/administrate_guild.html.j2 +++ b/webapp/titanembeds/templates/administrate_guild.html.j2 @@ -191,8 +191,6 @@ {% include 'card_queryparams.html.j2' %} -{% include 'card_webhookmsgs.html.j2' %} - {% endblock %} {% block script %} diff --git a/webapp/titanembeds/templates/card_queryparams.html.j2 b/webapp/titanembeds/templates/card_queryparams.html.j2 index 7b26578..95c7aec 100644 --- a/webapp/titanembeds/templates/card_queryparams.html.j2 +++ b/webapp/titanembeds/templates/card_queryparams.html.j2 @@ -5,7 +5,7 @@

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.tk/embed/1234567890?css=1&theme=DiscordDark&forcefocus=1

+

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.tk/embed/1234567890?css=1&theme=DiscordDark&theme=DiscordDark

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

  • @@ -18,18 +18,6 @@ Instead of having the top channel as the first channel your users see, you may change it. Enable Discord's Developer mode in the Appearances tab of the User Settings and copy the channel ID.
    Eg: defaultchannel=1234567890
  • -
  • - forcefocus=<integer>
    - Embeds are activated once the frame is loaded. However, if you have more than one embeds on the page, the rate limits might bite your user's toes. Having this setting set means that the embed will not be loaded until the user mouseovers the frame.
    -
    - Avaliable Options: -
      -
    • 0 = disabled (default)
    • -
    • 1 = enabled
    • -
    -
    - Eg: forcefocus=1 -
  • theme=<string>
    Want your embed to use one of our premade themes? Look no further!
    diff --git a/webapp/titanembeds/templates/card_webhookmsgs.html.j2 b/webapp/titanembeds/templates/card_webhookmsgs.html.j2 deleted file mode 100644 index e473bb8..0000000 --- a/webapp/titanembeds/templates/card_webhookmsgs.html.j2 +++ /dev/null @@ -1,23 +0,0 @@ -

    NEW! Webhook Messages

    -
    -
    -
    -
    -
    -

    Reading messages in Discord can be 20% more cooler!

    -

    A quick comparison between having webhook messages enabled vs disabled for a text channel.

    -
      -
    • - Old vs new comparison of having webhook messages enabled/disabled for the channel -
    • -
    -
    -

    If you want your messages to look more real, just add a webhook to the channel starting with a name of Titan or [Titan] (case insensitive).

    - Webhook configuration -

    (Webhook Messages enabled for the #general channel)

    -

    The new message format should automatically take effect for the channel the webhook is set to send from.

    -
    -
    -
    -
    -
    \ No newline at end of file