EmbeddedService[service]
is an object that formats as a web frame containing content from the specified external service.
EmbeddedService
EmbeddedService[service]
is an object that formats as a web frame containing content from the specified external service.
Details
- EmbeddedService generates HTML content that is rendered in Wolfram Cloud notebooks. In desktop notebooks, only the raw HTML output is shown.
- Typical specifications for services are:
-
{"service","id"} an asset with the given ID from a named service "url" a web URL for the asset, automatically analyzed - Supported services include:
-
{"Imgur","id"} Imgur image {"OpenStreetMap",{lat, long}} OpenStreetMap map centered on {lat,long} {"SoundCloud","id"} SoundCloud track {"Vimeo","id"} Vimeo video {"YouTube","id"} YouTube video - The complete list of embeddable services is given $EmbeddableServices.
Examples
open all close allBasic Examples (3)
Embed a video from YouTube. Here the output is shown as it appears in the Wolfram Cloud:
EmbeddedService[{"YouTube", "mBpGUPCXQhk"}]On Wolfram Desktop systems, embedding a service gives a button that opens a webpage for the specified object:
EmbeddedService[{"YouTube", "mBpGUPCXQhk"}]Embed a video from Vimeo:
EmbeddedService[{"Vimeo", "113740379"}]Embed an audio track from SoundCloud:
EmbeddedService[{"SoundCloud", "134841165"}]Scope (2)
Embed an map from OpenStreetMap using latitude and longitude:
EmbeddedService[{"OpenStreetMap", {64.14, -21.92}}]Embed an map from OpenStreetMap using GeoPosition:
EmbeddedService[{"OpenStreetMap", GeoPosition[Entity["City", {"Tokyo", "Tokyo", "Japan"}]]}]Embed artwork from Imgur:
EmbeddedService[{"Imgur", "hjcHDTE"}]Related Guides
Related Workflows
- Embed Video in a Cloud Notebook
History
Text
Wolfram Research (2014), EmbeddedService, Wolfram Language function, https://reference.wolfram.com/language/ref/EmbeddedService.html.
CMS
Wolfram Language. 2014. "EmbeddedService." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EmbeddedService.html.
APA
Wolfram Language. (2014). EmbeddedService. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EmbeddedService.html
BibTeX
@misc{reference.wolfram_2026_embeddedservice, author="Wolfram Research", title="{EmbeddedService}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/EmbeddedService.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_embeddedservice, organization={Wolfram Research}, title={EmbeddedService}, year={2014}, url={https://reference.wolfram.com/language/ref/EmbeddedService.html}, note=[Accessed: 13-June-2026]}