How to embed/get link of a map created in Web AppBuilder?

3720
4
01-21-2016 09:18 AM
EninnaLuli1
New Contributor III

I created a web map using Web AppBuilder and I want to embed map or get a link to share it. However, I don't see this option on the app. I only see the box controller which holds my widgets.

Tags (2)
0 Kudos
4 Replies
KellyHutchins
Esri Frequent Contributor

Eninna,

You can use an iframe to embed your web app builder app into an existing page. Here's an example of how this would look. You'll just want to replace the url below with the url to your app and perhaps update the width and height values.

<iframe src="http://www.arcgis.com/apps/webappviewer/index.html?id=9fd3b302bc7a411b8161f1cc4ba4d844" width=800 height=600></iframe>

NickHarvey
Occasional Contributor II

Awesome thanks Kelly - This was a real time saver, works with our locally hosted apps created from WAB 2.2.

-Nick

0 Kudos
AnninaHirschi_Wyss1
Occasional Contributor III

Hello,

I found this widget: Share Widget Version 1.3 - 12/14/15 but when using the AGOL built-in version of the Web AppBuilder, this widget is not available. Are there any plans to integrate it? Because for other templates (e.g. MapTools, Story MapTour) the options to get a short link to the app or share it on FB & Co. are available.

0 Kudos
AnninaHirschi_Wyss1
Occasional Contributor III

The share widget is now available also for the online version of WAB (June 2016 update of AGOL and WAB for dev 2.1).

0 Kudos