Has anyone had success embedding an ARCGIS online map on dashboard?

I have a map from Arcgis but for some reason i'm not able to embed it into my dashboard or if this is a new option that will come? Thank you in advance

Embedded map:

<style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="Alleyway Maintenance Program (AMP) Map" src="//www.arcgis.com/apps/Embed/index.html?webmap=f321fd7fec0b4da7aee80ec67a39b7c9&extent=-97.357,32.7018,-97.3065,32.7239&zoom=false&previewImage=false&scale=false&disable_scroll=false&theme=light"></iframe></div>

Answers