<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add widget to a Story Map template in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684876#M7791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Evan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in modifying the source code, non-minified versions can be found in the developer's download links in the individual GitHub repos:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/esri?query=storytelling"&gt;https://github.com/esri?query=storytelling&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 20:32:58 GMT</pubDate>
    <dc:creator>MarkCooney</dc:creator>
    <dc:date>2014-03-26T20:32:58Z</dc:date>
    <item>
      <title>Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684875#M7790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone successfully added an extra javascript widget, from the &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/index.html#latest_samples"&gt;samples&lt;/A&gt;&lt;SPAN&gt; for example, to a story map? Like the swipe tool or a basemap gallery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In all of the samples at which I have looked, a 'map' variable is passed to the widget and I can usually see where in the code the map is created, through a createMap function, for instance. But I cannot figure out where the equivalent is happening in a story map template. There is no reference to 'createMap', no 'map' variable. I presume the creation is tucked away somewhere in the minimized js files. So, can I get a reference to it from my index.html?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have done this, please let me know!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 17:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684875#M7790</guid>
      <dc:creator>EvanThoms</dc:creator>
      <dc:date>2014-03-26T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684876#M7791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Evan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are interested in modifying the source code, non-minified versions can be found in the developer's download links in the individual GitHub repos:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/esri?query=storytelling"&gt;https://github.com/esri?query=storytelling&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 20:32:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684876#M7791</guid>
      <dc:creator>MarkCooney</dc:creator>
      <dc:date>2014-03-26T20:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684877#M7792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it comes to that, that's good to know. I just don't know if I need to do that or if I can put a few lines into my html and make it work. I will poke around in those un-minified versions, but if someone has a workflow they could share, I would be grateful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684877#M7792</guid>
      <dc:creator>EvanThoms</dc:creator>
      <dc:date>2014-03-26T21:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684878#M7793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the source code is the best way to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively you may be able to achieve what you want by adding your code to the deployment version through index.html.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See for example &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/map-tour-storytelling-template-js#developer-guide"&gt;Map Tour developer guide&lt;/A&gt;&lt;SPAN&gt;. The application fire events that you can catch in index.html to add new features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For most of storymaps template, you can access the map using 'app.map'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 21:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684878#M7793</guid>
      <dc:creator>GregoryL_Azou</dc:creator>
      <dc:date>2014-03-26T21:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684879#M7794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Gregory,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that helps a bit. It looks like app.map is available as a hook. At least, when I type in 'app' on the console pane while debugging chrome, I get 'map' as an auto-fill choice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darn, I am close, my basemap gallery button is there and it opens when I click it, but no map icons are displayed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 22:57:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684879#M7794</guid>
      <dc:creator>EvanThoms</dc:creator>
      <dc:date>2014-03-26T22:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684880#M7795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evan Thoms,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you successful adding the Basemap widget?, I'm trying the same thing, and I haven't been successful.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684880#M7795</guid>
      <dc:creator>ELIZABETH50</dc:creator>
      <dc:date>2016-04-21T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684881#M7796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also trying to add a query widget to my story map. Have you had any luck?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 16:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684881#M7796</guid>
      <dc:creator>AndrewMartinez4</dc:creator>
      <dc:date>2016-05-03T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add widget to a Story Map template</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684882#M7797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to add a query widget in to the Basic-Viewer template. Does anyone have idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/add-widget-to-a-story-map-template/m-p/684882#M7797</guid>
      <dc:creator>YangLiu2</dc:creator>
      <dc:date>2016-06-15T21:55:17Z</dc:date>
    </item>
  </channel>
</rss>

