parent
adf97d9b5c
commit
e62d15ba85
@ -21,6 +21,7 @@
|
|||||||
### More questions?
|
### More questions?
|
||||||
|
|
||||||
* [Frequently Asked Question](/faq)
|
* [Frequently Asked Question](/faq)
|
||||||
|
* [Embedding project](/embed)
|
||||||
* [Help Translate](/translate)
|
* [Help Translate](/translate)
|
||||||
* [Release notes](/release-notes)
|
* [Release notes](/release-notes)
|
||||||
|
|
||||||
|
27
docs/embed.md
Normal file
27
docs/embed.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Embed your project
|
||||||
|
|
||||||
|
Once you have a cool project, it is possible to save it in the cloud and share it or embed it to your web site.
|
||||||
|
|
||||||
|
### Instructions
|
||||||
|
|
||||||
|
* Click on **More..**, **Embed Project...**
|
||||||
|
* Click on the **Publish** button
|
||||||
|
|
||||||
|
The embed dialog will provide you with various options to embed your project in your web site.
|
||||||
|
|
||||||
|
### Project URL
|
||||||
|
|
||||||
|
This URL will point to a web page that contains that project.
|
||||||
|
|
||||||
|
* see the "happy" project: https://codethemicrobit.com/pyirlbpsei
|
||||||
|
|
||||||
|
### ~hint
|
||||||
|
|
||||||
|
**Developers:** This page supports OEmbed as well
|
||||||
|
|
||||||
|
### ~
|
||||||
|
|
||||||
|
### Embedding into a blog or web site
|
||||||
|
|
||||||
|
* Copy the HTML and paste it into your HTML source.
|
||||||
|
|
@ -18,7 +18,8 @@ to reopen your latest project. You can also open previous project stored locally
|
|||||||
|
|
||||||
The project source is also stored in each compiled ``.hex`` file. Drag and drop the ``.hex`` file into the web editor to load the project.
|
The project source is also stored in each compiled ``.hex`` file. Drag and drop the ``.hex`` file into the web editor to load the project.
|
||||||
|
|
||||||
To share your project with others, you can use the **Embed** feature. It stores your project in the cloud and creates a URL that you can share with others.
|
To share your project with others, you can use the [Embed Project...](/embed).
|
||||||
|
It stores your project in the cloud and creates a URL that you can share with others.
|
||||||
|
|
||||||
If you are using [Visual Studio Code](/code), all your programs are stored as files on your computer and you can use your favorite source control system as needed.
|
If you are using [Visual Studio Code](/code), all your programs are stored as files on your computer and you can use your favorite source control system as needed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user