Feature #10576
closedplugin needed for ESRI Story Map
0%
Description
Hi Boone!
I would like to embed an ESRI Story map into an article on the GCDI Tagging the Tower Site (https://digitalfellows.commons.gc.cuny.edu/tagging-the-tower/). Here is an example of a story map: http://cunycis.maps.arcgis.com/apps/Cascade/index.html?appid=a456ef75bff34a65a6c255b4fd03e469 ESRI provides an embed option, however its an iframe, which I know will not work on CUNY Academic Commons. There is actually a plugin for ESRI Story maps, but it was created 3 years ago https://wordpress.org/plugins/storymaps/
Im not sure if this if helpful but on this page from ESRI Story Maps there is a section for developers https://storymaps.arcgis.com/en/resources/
Please let me know if any other information would be helpful.
Thanks!
Olivia
Updated by Boone Gorges about 6 years ago
- Status changed from New to Resolved
- Target version set to 1.13.13
Thanks for sharing these details, Olivia.
The plugin you've linked seems way more complex than what you need. That plugin is intended for building story maps, while you just want to display them. So I think it's overkill for me to even do a technical review of it.
I've written a simple shortcode for displaying ArcGIS and ESRI maps: https://github.com/cuny-academic-commons/cac/commit/9e6f01a5faea6514a2463795f739c6ba2fdb497c Usage:
[arcgis url="http://cunycis.maps.arcgis.com/apps/Cascade/index.html?appid=a456ef75bff34a65a6c255b4fd03e469" width="700" height="800" /]
This should work for any storymap - just replace the URL. Adjust the width/height as necessary.
The shortcode will be available after the 1.13.13 release, on November 13.