Solved: how to embed my website into Discord

There is no one-size-fits-all answer to this question, as the best way to embed your website into Discord will vary depending on the specific features and functionality of your Discord server. However, some tips on how to embed your website into Discord include using webhooks and bots, setting up a custom domain for your Discord server, or using a third-party tool like Weebly.


<iframe src="https://discordapp.com/widget?id=XXXXXXXXXX&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>

This code line is an HTML iframe. The iframe allows you to embed a page within another page. In this case, the iframe is embedding the Discord chat widget within another page. The src attribute specifies the URL of the page to be embedded. The width and height attributes specify the size of the iframe. The allowtransparency attribute allows the embedded page to have a transparent background. The frameborder attribute specifies whether or not to display a border around the iframe.

Embed tag

An embed tag is used to include a piece of content from another website or document within the current document. This can be useful for including videos, images, or other pieces of content from a different source.

To include an embed tag in your HTML document, you will need to first create a container element. This can be any element that will hold the embedded content, such as an article, video, or image. Once you have created the container element, you will need to add the embed tag to it. The syntax for the embed tag is as follows:

What is Discord

Discord is a voice and text chat app for gamers that works on your desktop and phone. It’s free, secure, and works on both your desktop and phone. You can join public servers or create your own server to meet new friends, play games, or just talk.

Related posts:

1 thought on “Solved: how to embed my website into Discord”

Leave a Comment