Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion discord/developers/docs/activities/how-activities-work.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# How Activities Work
---
title: How Activities Work
description: An introduction to how Activities work on Discord.
---

Activities are web applications that run in an iframe within Discord on desktop, mobile and web. In order to achieve this, we use the [`postMessage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage) protocol to enable secure communication between your application and Discord.

Expand Down
Loading