https://github.com/dfinity/embed-motoko
Embed a custom Motoko code snippet in a Medium article, blog post, or webapp.
https://github.com/dfinity/embed-motoko
code-snippets embedly icp iframe-embeds interactive internet-computer javascript live-coding medium-article motoko motoko-language oembed snippets wordpress
Last synced: about 1 month ago
JSON representation
Embed a custom Motoko code snippet in a Medium article, blog post, or webapp.
- Host: GitHub
- URL: https://github.com/dfinity/embed-motoko
- Owner: dfinity
- Created: 2022-07-28T15:30:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T17:21:21.000Z (2 months ago)
- Last Synced: 2025-07-30T19:16:03.452Z (2 months ago)
- Topics: code-snippets, embedly, icp, iframe-embeds, interactive, internet-computer, javascript, live-coding, medium-article, motoko, motoko-language, oembed, snippets, wordpress
- Language: TypeScript
- Homepage: https://embed.motoko.org
- Size: 3.21 MB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [Embed Motoko](https://embed.motoko.org) · [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/dfinity/embed-motoko/actions?query=workflow:"Tests") [](https://github.com/dfinity/prettier-plugin-motoko/issues)
> #### Embed interactive [Motoko](https://github.com/dfinity/motoko#readme) code snippets in your Medium article or website.
---
## Medium Articles
Paste the following link into your Medium article:
```
https://embed.motoko.org
```Customize your code snippet by heading to [embed.motoko.org](https://embed.motoko.org) and using the "Copy embed snippet" button.
## Websites & Blogs
Paste the following HTML tag into your website:
```html
```
## Contributing
```sh
# Set up your local environment
git clone https://github.com/rvanasa/embed-motoko
cd embed-motoko
npm install# Run the development server
npm start# Run tests
npm test
```