<?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: Adding images from file to pop-ups in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176843#M8672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can display images you upload to My Content in popups. However, I would not suggest the TIFF format, as not all web browsers can display TIFF images (notable exceptions include Chrome and Firefox). You're probably better off with JPG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support"&gt;http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get the URL to an image in My Content, you need to share the image with everyone first. Once you do so, you'll notice on the item details page a property called Image URL. It will look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/sharing/rest/content/items/393fc90d7a0246c39e678504589daceb/data"&gt;http://www.arcgis.com/sharing/rest/content/items/393fc90d7a0246c39e678504589daceb/data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the URL to the image. You can add this link when defining an image in a popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, if you want a unique image for every feature, you will need to have a field (column) in your attributes that lists the ID (the number part above) and you can use the variable substitution to generate the URL.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2014 15:46:09 GMT</pubDate>
    <dc:creator>MikeMinami</dc:creator>
    <dc:date>2014-01-10T15:46:09Z</dc:date>
    <item>
      <title>Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176825#M8654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am attempting to add images to the Pop-up windows on a home-made map that is stored in My Content. However, I only seem to be able to use images that are already online somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I wrong in assuming that I can use a file stored on my computer? Do I have to upload them to a website before I can attach them to my shapefile?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there any way to use difference images for different features? So far I've got the same image attached to every features in the shapefile.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graeme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 18:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176825#M8654</guid>
      <dc:creator>GraemeMcKenzie</dc:creator>
      <dc:date>2011-10-31T18:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176826#M8655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Images have to be on the web already. It is possible to generate a link to the image based on attribute field values in your data. For example, you might form an expression that looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://some.com/images/" rel="nofollow" target="_blank"&gt;http://some.com/images/&lt;/A&gt;&lt;SPAN&gt;{field with image name}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you add the image to the popup, you'll see a plus sign button that lets you choose from your attribute fields and substitute in an attribute value like the above example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 19:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176826#M8655</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2011-10-31T19:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176827#M8656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to add more than one image to a single popup?&amp;nbsp; If so, how is this done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Stevan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 16:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176827#M8656</guid>
      <dc:creator>StevanGyetvai</dc:creator>
      <dc:date>2011-11-01T16:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176828#M8657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can add more than one image. Under the Popup Media section, click the Add button for each image you want to add...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 19:56:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176828#M8657</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2011-11-01T19:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176829#M8658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be more specific, can I add multiple photos to an individual point and not have them show up in the pop-up for every point in the same layer?&amp;nbsp; Also, by the "Popup Media section," do you mean the Configure Pop-up option under Details&amp;gt;Contents?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stevan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176829#M8658</guid>
      <dc:creator>StevanGyetvai</dc:creator>
      <dc:date>2011-11-02T14:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176830#M8659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can show multiple images in your popup. The way you do this is your data needs to contain the image you want to display. Here's an example of a CSV file that can be added to a map. It has two attribute fields, called photo1 and photo2 that contain the URL to images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Name,Latitude,Longitude,photo1,photo2
Hospital,34.038344,-117.206536,http://www.esri.com/data/graphics/basemaps1.jpg,http://www.esri.com/data/graphics/imagery4.jpg
Supermarket,34.049054,-117.197436,http://www.esri.com/software/arcgis/arcgisonline/graphics/basemaps/world_imagery.png,http://www.esri.com/software/arcgis/arcgisonline/graphics/basemaps/world_street.jpg&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the Configure Popup option accessed from the layer, you can add images at the bottom. You would add two images and use the photo1 and photo2 fields as the URL (Click the + sign next to the type in field).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this example, the attributes, photo1 and photo2, contain the full URL to the image. Alternatively, if all images were stored at the same location, the field might simply contain the image name, and the rest of the URL could be hard-coded in the URL field when defining the image, like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/graphics/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.esri.com/graphics/&lt;/A&gt;&lt;SPAN&gt;{photo1}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where the value of the attribute for the record would be substituted for the field reference, {photo1}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176830#M8659</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2021-12-11T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176831#M8660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll have to look at getting these images posted somewhere. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Graeme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 14:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176831#M8660</guid>
      <dc:creator>GraemeMcKenzie</dc:creator>
      <dc:date>2011-11-07T14:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176832#M8661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to add multiple images into a single popup window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have followed the instructions above, (adding IMG_Link1, IMGLink2, etc... attribute fields). Then adding multiple images to the layer,and specifying the images to their URL links. However, only one image is showing. There is no capability to scroll to a second image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached a screen shot of my settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 18:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176832#M8661</guid>
      <dc:creator>AnnaSan</dc:creator>
      <dc:date>2013-10-08T18:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176833#M8662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't seem to make one image per pop-up. All the images come up. I have the URL and Im trying to concatenate it to the object ID in the URL field but it doesn't work. Any advice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 14:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176833#M8662</guid>
      <dc:creator>CarolineVallieres</dc:creator>
      <dc:date>2014-01-07T14:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176834#M8663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Caroline,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you be able to write the steps you are doing so that I could try to reproduce the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 15:09:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176834#M8663</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-01-07T15:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176835#M8664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I actually managed to get one image per point (by making a new field in gis desktop) and then I concatenate the fields in the online pop up window. However, now I get an 'X' instead of my image. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(See attachments).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 15:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176835#M8664</guid>
      <dc:creator>CarolineVallieres</dc:creator>
      <dc:date>2014-01-07T15:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176836#M8665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The concatenation of the field variables must form a valid URL. In your screenshots, it looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Photo1 = PictureA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;URL = &lt;/SPAN&gt;&lt;A href="http://xxx.com/xxx"&gt;http://xxx.com/xxx&lt;/A&gt;&lt;SPAN&gt; (I assume, though I can't see your URL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, when you concatenate these, you put {photo1} in front of the {URL}, thus the concatenation result is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;PictureA&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://xxx.com/xxx" rel="nofollow" target="_blank"&gt;http://xxx.com/xxx&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is not a valid URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you instead did {URL}{Photo1} it may work. Make sure you have the appropriate forward slash at the end in {URL} to make a valid URL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;URL = &lt;/SPAN&gt;&lt;A href="http://xxx.com/xxx"&gt;http://xxx.com/xxx&lt;/A&gt;&lt;STRONG&gt;/&lt;/STRONG&gt;&lt;SPAN&gt; (the ending foward slash would be needed to make a valid URL)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Photo1 = PictureA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Resulting URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://xxx.com/xxx/PictureA"&gt;http://xxx.com/xxx/PictureA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 15:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176836#M8665</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-01-07T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176837#M8666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike - I changed the URL (to flickr) and no longer get an X in the pop-up.&amp;nbsp; Each point inside the layer is linked to the appropriate image. However, now I simply get a placeholder for where the image should be. What am I doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 15:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176837#M8666</guid>
      <dc:creator>CarolineVallieres</dc:creator>
      <dc:date>2014-01-07T15:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176838#M8667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you will just need to put https in the field value for the URL to your images. It should just work. However, your images must be publicly accessible. If you have to sign in in order to see your images, it may work for you in your own browser, but it won't work for others who view your map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 18:01:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176838#M8667</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-01-07T18:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176839#M8668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its a public album and link to Flickr images and the image doesnt appear- only when you click the link 'more info' beside the URL field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 18:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176839#M8668</guid>
      <dc:creator>CarolineVallieres</dc:creator>
      <dc:date>2014-01-07T18:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176840#M8669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sounds like you have the wrong URL to the image. You need a URL like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.esri.com/~/media/Images/Content/homepage/features/green.jpg"&gt;http://www.esri.com/~/media/Images/Content/homepage/features/green.jpg&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where the image displays alone on the page. You can't use a URL that points to a Flickr web page, like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.flickr.com/photos/belowred/11799423055/in/explore-2014-01-06"&gt;http://www.flickr.com/photos/belowred/11799423055/in/explore-2014-01-06&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The last time I tried to use Flickr, they didn't provide any links on their web pages to get the actual image URL. They also had different sized images for displaying in galleries, etc. In general, I think Flickr wants you to view images on their web page, not embedded elsewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your URL doesn't go directly to the .jpg image, then it won't work. I think there may be a way to find out the actual URL, but I can't tell you how to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 19:47:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176840#M8669</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-01-07T19:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176841#M8670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;�?t works perfectly now. Thank you for all your help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jan 2014 14:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176841#M8670</guid>
      <dc:creator>CarolineVallieres</dc:creator>
      <dc:date>2014-01-08T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176842#M8671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wanting to link images to the popups also. Is there anyway to load tiffs onto ArcGIS online my content and then link them to the popups or does it have to come from an outside webpage. I know I'm able to upload the tiff to my content but I want to be able to link that photo directly to a specific feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176842#M8671</guid>
      <dc:creator>RaghuMannepalli</dc:creator>
      <dc:date>2014-01-10T12:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding images from file to pop-ups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176843#M8672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can display images you upload to My Content in popups. However, I would not suggest the TIFF format, as not all web browsers can display TIFF images (notable exceptions include Chrome and Firefox). You're probably better off with JPG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support"&gt;http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get the URL to an image in My Content, you need to share the image with everyone first. Once you do so, you'll notice on the item details page a property called Image URL. It will look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/sharing/rest/content/items/393fc90d7a0246c39e678504589daceb/data"&gt;http://www.arcgis.com/sharing/rest/content/items/393fc90d7a0246c39e678504589daceb/data&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the URL to the image. You can add this link when defining an image in a popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, if you want a unique image for every feature, you will need to have a field (column) in your attributes that lists the ID (the number part above) and you can use the variable substitution to generate the URL.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 15:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/adding-images-from-file-to-pop-ups/m-p/176843#M8672</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2014-01-10T15:46:09Z</dc:date>
    </item>
  </channel>
</rss>

