<?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: Help with Embedding? in ArcGIS StoryMaps Questions</title>
    <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727377#M1427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.  I believe I am embedding an iFrame code?  When I&lt;/P&gt;&lt;P&gt;click the link button, this code shows up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copy and paste that into the website and the code still appears when I&lt;/P&gt;&lt;P&gt;preview the page. Not the map.  Is there an additional step I am missing&lt;/P&gt;&lt;P&gt;here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2020 16:28:50 GMT</pubDate>
    <dc:creator>PeterHorgan</dc:creator>
    <dc:date>2020-03-03T16:28:50Z</dc:date>
    <item>
      <title>Help with Embedding?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727375#M1425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble getting a story map embedded on my organization's website.&amp;nbsp; I am running into multiple problems:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Using the Cascase model builder, I copy and paste the HTML code on my website and nothing appears at all.&amp;nbsp; When I preview the page, it just shows the HTML code and not the story map.&lt;/LI&gt;&lt;LI&gt;Using the new model builder, I am unsure how to go about embedding the story map at all.&amp;nbsp; I click on the "link" icon, similar to the old model builder and it just says "the link has been copied to your clipboard".&amp;nbsp; Where is this clipboard?!&amp;nbsp; I haven't really found any blogs or resources on embedding with the new story map builder.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 00:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727375#M1425</guid>
      <dc:creator>PeterHorgan</dc:creator>
      <dc:date>2020-03-03T00:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Embedding?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727376#M1426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To embed a story in your website you need to&amp;nbsp;use a snippet of code called an &lt;A href="https://www.w3schools.com/tags/tag_iframe.asp"&gt;iFrame&lt;/A&gt;. The iFrame can have many parameters to control its size and behavior, but at a minimum it must have a "src" attribute that points to the link to your story map. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none"&gt;&lt;CODE&gt;&amp;lt;iframe src="https://storymaps.arcgis.com/stories/abc123..."&amp;gt;&amp;lt;/iframe&amp;gt;‍‍&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a standard practice for embedding content on the web, so I would suggest you ask for some help from the person who manages your website to get this working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clipboard is a&amp;nbsp;common term for where text gets stored when you copy it&amp;nbsp;on your computer.&amp;nbsp;When text gets copied to the clipboard you can then paste&amp;nbsp;it wherever you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new ArcGIS StoryMaps doesn't&amp;nbsp;provide iframe code since it is so simple to generate and often web administrators need to modify the code to fit their website anyway. However, you&amp;nbsp;can copy the link using the link button in the header as you mentioned above or just copy the link out of your browser's address bar and use that in&amp;nbsp;an iframe code snippet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:41:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727376#M1426</guid>
      <dc:creator>OwenGeo</dc:creator>
      <dc:date>2020-03-03T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Embedding?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727377#M1427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.  I believe I am embedding an iFrame code?  When I&lt;/P&gt;&lt;P&gt;click the link button, this code shows up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copy and paste that into the website and the code still appears when I&lt;/P&gt;&lt;P&gt;preview the page. Not the map.  Is there an additional step I am missing&lt;/P&gt;&lt;P&gt;here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 16:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727377#M1427</guid>
      <dc:creator>PeterHorgan</dc:creator>
      <dc:date>2020-03-03T16:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Embedding?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727378#M1428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What website are you pasting the code into? Are you using a website design tool&amp;nbsp;like WIX? If so, you'll need to use an embed option so the page interprets the&amp;nbsp;iframe snippet&amp;nbsp;as code rather than plain text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727378#M1428</guid>
      <dc:creator>OwenGeo</dc:creator>
      <dc:date>2020-03-03T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Embedding?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727379#M1429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Wordpress but what you just described sounds like the problem I'm&lt;/P&gt;&lt;P&gt;having.  It's just interpreting it as plain text.  I'll keep digging into&lt;/P&gt;&lt;P&gt;it.  Thanks for your help.  Greatly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 18:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/help-with-embedding/m-p/727379#M1429</guid>
      <dc:creator>PeterHorgan</dc:creator>
      <dc:date>2020-03-03T18:08:26Z</dc:date>
    </item>
  </channel>
</rss>

