<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Add Image Location to EXIF META on Image ToolTip</title>
		<link>http://www.kriesi.at/support/topic/add-image-location-to-exif-meta-on-image-tooltip</link>
		<description>Support Forum - Topic: Add Image Location to EXIF META on Image ToolTip</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 02:06:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/add-image-location-to-exif-meta-on-image-tooltip" rel="self" type="application/rss+xml" />

		<item>
			<title>xGSTQ on "Add Image Location to EXIF META on Image ToolTip"</title>
			<link>http://www.kriesi.at/support/topic/add-image-location-to-exif-meta-on-image-tooltip#post-73902</link>
			<pubDate>Sat, 01 Sep 2012 05:20:32 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">73902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I got there in the end, bit more complicated than that edit above to be honest ;-)&#60;/p&#62;
&#60;p&#62;You can see it in action on my site &#38;gt;&#38;gt; &#60;a href=&#34;http://www.jamespictures.co.uk/portfolio-item/exploring-jersey/&#34; rel=&#34;nofollow&#34;&#62;http://www.jamespictures.co.uk/portfolio-item/exploring-jersey/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Its now perfect for my personal needs, great little addition.&#60;/p&#62;
&#60;p&#62;Notice the Location: 49° 10.7836′ 0″ 2° 14.4276′ 0″ tagged on to the bottom of the images with GPS EXIF info, which opens a popup to Google Maps where the Pic was taken&#60;/p&#62;
&#60;p&#62;All coded into the file flashlight\includes\helper-slideshow.php file, so I just have to remember when updating not to overwrite that file !!  lol
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add Image Location to EXIF META on Image ToolTip"</title>
			<link>http://www.kriesi.at/support/topic/add-image-location-to-exif-meta-on-image-tooltip#post-69548</link>
			<pubDate>Mon, 06 Aug 2012 06:53:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Based on the documentation I guess that this is not a complex task - eg you can try to replace following code in flashlight\includes\helper-slideshow.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($exif_data[&#38;#39;description&#38;#39;][1])) $desc = strip_tags($exif_data[&#38;#39;description&#38;#39;][1]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($exif_data[&#38;#39;description&#38;#39;][1])) $desc = strip_tags($exif_data[&#38;#39;description&#38;#39;][1]);
$exif_data[&#38;#39;aperture&#38;#39;][1] = exifography_display_exif(&#38;#39;aperture&#38;#39;,$this-&#38;gt;image_array[&#38;#39;id&#38;#39;][$key]);
$exif_data[&#38;#39;shutter&#38;#39;][1] = exifography_display_exif(&#38;#39;shutter&#38;#39;,$this-&#38;gt;image_array[&#38;#39;id&#38;#39;][$key]);
$exif_data[&#38;#39;iso&#38;#39;][1] = exifography_display_exif(&#38;#39;iso&#38;#39;,$this-&#38;gt;image_array[&#38;#39;id&#38;#39;][$key]);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>xGSTQ on "Add Image Location to EXIF META on Image ToolTip"</title>
			<link>http://www.kriesi.at/support/topic/add-image-location-to-exif-meta-on-image-tooltip#post-69250</link>
			<pubDate>Fri, 03 Aug 2012 15:13:45 +0000</pubDate>
			<dc:creator>xGSTQ</dc:creator>
			<guid isPermaLink="false">69250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay so after trying to get the location added to the image tooltip, I came along this Plugin that works but only for the default WP gallery&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kristarella.com/exifography/&#34; rel=&#34;nofollow&#34;&#62;http://www.kristarella.com/exifography/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The download is on that page two, in fact there is a wealth of information on her fine blog / site about EXIF and META...&#60;/p&#62;
&#60;p&#62;As usual though I could not integrate the plugin with the theme tooltip.&#60;/p&#62;
&#60;p&#62;If any one wants to have a bash.. please please let me know how you get on, because this is one feature that im dying to get added to the flashlight theme ;-)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
