How to configure the Embed EZ discord bots custom discord bot reply

Embed EZ now supports Custom Reply Mode, allowing premium users to define their own embed formats for social media links using Discord components. Configure responses through the dashboard with variables like media, title, and statistics.

Introducing the New Custom Reply Mode for the Embed EZ Discord Bot

a. First step is to navigate to your servers dashboard . Once at the dashboard you will see this; Click the Custom button. Embed EZ Discord Dashboard

b. Check out the discord documentation at what should be filled out is an array of components with variables. (Notes: uses discord components V2 only)

For example if you want a response that only shows the media and nothing else you use:

[{"type":12,"items":"{content.media}"}]

If you wanted a response with the posts title and description would look like

[
  {
    "type": 10,
    "content": "{content.title}"
  },
  {
    "type": 10,
    "content": "{content.description}"
  },
  {
    "type": 12,
    "items": "{content.media}"
  }
]

Embed EZ Discord Dashboard

The list of total options

LabelDescriptionExamplePath
Social Media TypeThe type of content (e.g., tiktok, twitter, instagram).instagram{type}
EmbedEZ KeyUnique identifier for the content.search_681aeabbd11b5e4b1a428f11{key}
User NameThe username of the user.pocket_troll_shop{user.name}
Display NameThe display name of the user.Pocket Troll Shop{user.displayName}
Followers CountNumber of followers the user has.465{user.followers}
Profile Picture URLThe URL of the user's profile picture....{user.pictures.url}
Content KeyUnique identifier for the content.search_681aeabbd11b5e4b1a428f11{content.key}
Content LinkDirect link to the content.{content.link}
Content TitleTitle of the content.Pocket Troll Shop{content.title}
Content DescriptionDescription or caption of the content.#kingofthehill #kingsofleon{content.description}
Posted DateTimestamp when the content was posted. Use this in a timestamp format i.e <t:{content.postedDate}:d>1746468552000{content.postedDate}
Share CountNumber of times the content has been shared.0{content.statistics.shares}
Comment CountNumber of comments on the content.421{content.statistics.comments}
View CountNumber of views on the content.1909{content.statistics.views}
Like CountNumber of likes on the content.140658{content.statistics.likes}
Social Media IconIcon representing the social media platform.:instagram:{emoji.{type}}
Media ContentAn array of the actual media content (e.g., video, image). Useful for adding within the embed.[{ media: { url: 'attachment://0'}, description: 'Video description' }]{content.media}
Delete Button Custom IdCustom ID for the delete button.delete{deleteButton.customId}
Sent ByThe user who sent the message.@username{sentBy}

Other Custom Replies

Preset 1: Embed EZ Discord Dashboard

[
  {
    "type": 10,
    "content": "{emoji.{type}} **{user.displayName} (@{user.name})** <t:{content.postedDate}:d>"
  },
  {
    "type": 10,
    "content": "{content.title}"
  },
  {
    "type": 10,
    "content": "{content.description}"
  },
  {
    "type": 12,
    "items": "{content.media}"
  },
  {
    "type": 1,
    "components": [
      {
        "type": 2,
        "label": "Original",
        "style": 5,
        "url": "{content.link}"
      },
      {
        "type": 2,
        "label": "EmbedEZ",
        "style": 5,
        "url": "https://embedez.com/embed/{key}"
      },
      {
        "type": 2,
        "label": "Delete",
        "style": 4,
        "emoji": {
          "id": "1373143799898964108",
          "name": "delete"
        },
        "custom_id": "{deleteButton.customId}"
      }
    ]
  },
  {
    "type": 10,
    "content": "-# Sent By: {sentBy}"
  }
]

By on

discord bot
embedez
auto respond
instagram
custom reply

Discover More Content

Explore our collection of articles or create a shareable URL for your social media links.