<?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: Deploy Downloaded Experience to Website in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092554#M2666</link>
    <description>&lt;P&gt;Both responses got me to the answer, thank you.&lt;/P&gt;&lt;P&gt;In summary:&lt;/P&gt;&lt;P&gt;You can't upload an Experience into wordpress directly.&amp;nbsp; After publishing/downloading the site, the directory can be uploaded to the web server (&lt;A href="https://nz.godaddy.com/help/upload-files-with-sftp-8940" target="_blank"&gt;https://nz.godaddy.com/help/upload-files-with-sftp-8940&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in WordPress, you can embed the site into a WordPress page using the Custom HTML widget:&lt;/P&gt;&lt;P&gt;&amp;lt;div class="fullheight-container"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;iframe #window1="" class="full-width" allowfullscreen="true" frameborder="0" src="&lt;A href="https://yourDomain.com/theExperienceName" target="_blank"&gt;https://yourDomain.com/theExperienceName&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the yourDomain.com/wp-admin dashboard, add to the CSS via:&lt;/P&gt;&lt;P&gt;Dashboard-Appearance-Customize-Additional CSS, then add:&lt;/P&gt;&lt;P&gt;.fullheight-container {&lt;BR /&gt;max-width: 100%;&lt;BR /&gt;max-height: 100%;&lt;BR /&gt;width: 90vw;&lt;BR /&gt;height: 90vh;&lt;BR /&gt;overflow: hidden;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.full-width {&lt;BR /&gt;min-width: 100%;&lt;BR /&gt;min-height: 100%;&lt;BR /&gt;background: black;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;This will allow the Experience to be full width of the page and look like it does in Experience Builder.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 03:04:21 GMT</pubDate>
    <dc:creator>WaterHammer</dc:creator>
    <dc:date>2021-08-26T03:04:21Z</dc:date>
    <item>
      <title>Deploy Downloaded Experience to Website</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092312#M2657</link>
      <description>&lt;P&gt;I have built an Experience using the Developer Edition and have downloaded the Experience directory and want to deploy it to my website (Wordpress site hosted through GoDaddy).&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Experience directory has a "CDN" directory, and index.html, service-worker.js, and web.config files.&lt;/P&gt;&lt;P&gt;These are the only instructions I can find regarding how to deploy the experience:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/deployment-topics/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/experience-builder/guide/deployment-topics/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;1. What would a "common" name be for the Experience directory that is downloaded?&amp;nbsp; A HTML site directory?&amp;nbsp; Trying to find another way of googling what I want to do but not sure of the correct terminology.&lt;/P&gt;&lt;P&gt;Any advice on how to proceed with using a downloaded Experience on a Wordpress website would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:09:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092312#M2657</guid>
      <dc:creator>WaterHammer</dc:creator>
      <dc:date>2021-08-25T17:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Downloaded Experience to Website</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092323#M2658</link>
      <description>&lt;P&gt;I'm less familiar w/ Wordpress, but you should be able to just put the folder in your website's wwwroot directory.&lt;/P&gt;&lt;P&gt;&lt;A href="https://your-portal/your-experience" target="_blank"&gt;https://your-portal/your-experience&lt;/A&gt; would correspond to C:/inetpub/wwwroot/your-experience, "your-experience" being the folder you downloaded from Experience Builder.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092323#M2658</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-08-25T17:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Downloaded Experience to Website</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092340#M2659</link>
      <description>&lt;P&gt;Further to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;answer, from searching GoDaddy help, it sounds like despite the "wordpress" part of it, you should still have some sort of web space or directory. You'd use an FTP client to upload everything you get in your .zip file. Alternatively, do you have this "cPanel" thing, maybe you can do it directly from there.&lt;/P&gt;&lt;P&gt;My guess is you want to create a subdirectory, which in theory wouldn't touch the main entry/word press?&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mydomain.com" target="_blank"&gt;www.mydomain.com&lt;/A&gt;&amp;nbsp;== your wordpress&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mydomain.com/subDir" target="_blank"&gt;www.mydomain.com/subDir&lt;/A&gt;&amp;nbsp;= your deployed Experience Builder app&lt;/P&gt;&lt;P&gt;&lt;A href="https://ca.godaddy.com/community/Using-WordPress/Adding-a-subfolder-to-a-Managed-Wordpress-site-Can-this-be-done/td-p/95581" target="_blank"&gt;https://ca.godaddy.com/community/Using-WordPress/Adding-a-subfolder-to-a-Managed-Wordpress-site-Can-this-be-done/td-p/95581&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092340#M2659</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-08-25T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy Downloaded Experience to Website</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092554#M2666</link>
      <description>&lt;P&gt;Both responses got me to the answer, thank you.&lt;/P&gt;&lt;P&gt;In summary:&lt;/P&gt;&lt;P&gt;You can't upload an Experience into wordpress directly.&amp;nbsp; After publishing/downloading the site, the directory can be uploaded to the web server (&lt;A href="https://nz.godaddy.com/help/upload-files-with-sftp-8940" target="_blank"&gt;https://nz.godaddy.com/help/upload-files-with-sftp-8940&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in WordPress, you can embed the site into a WordPress page using the Custom HTML widget:&lt;/P&gt;&lt;P&gt;&amp;lt;div class="fullheight-container"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;iframe #window1="" class="full-width" allowfullscreen="true" frameborder="0" src="&lt;A href="https://yourDomain.com/theExperienceName" target="_blank"&gt;https://yourDomain.com/theExperienceName&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the yourDomain.com/wp-admin dashboard, add to the CSS via:&lt;/P&gt;&lt;P&gt;Dashboard-Appearance-Customize-Additional CSS, then add:&lt;/P&gt;&lt;P&gt;.fullheight-container {&lt;BR /&gt;max-width: 100%;&lt;BR /&gt;max-height: 100%;&lt;BR /&gt;width: 90vw;&lt;BR /&gt;height: 90vh;&lt;BR /&gt;overflow: hidden;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;.full-width {&lt;BR /&gt;min-width: 100%;&lt;BR /&gt;min-height: 100%;&lt;BR /&gt;background: black;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;This will allow the Experience to be full width of the page and look like it does in Experience Builder.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 03:04:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/deploy-downloaded-experience-to-website/m-p/1092554#M2666</guid>
      <dc:creator>WaterHammer</dc:creator>
      <dc:date>2021-08-26T03:04:21Z</dc:date>
    </item>
  </channel>
</rss>

