<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Please Link 2 Me Plugin updated to version 1.5</title>
	<atom:link href="http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/</link>
	<description>a place of wonder and geekery...</description>
	<lastBuildDate>Mon, 12 Jul 2010 11:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ForestWander</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19503</link>
		<dc:creator>ForestWander</dc:creator>
		<pubDate>Fri, 02 Jul 2010 17:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19503</guid>
		<description>I was hoping to leave the permalink as is. This works fine. But instead of posting a link in a form use a hyperlinked picture that leads to the post.

That way folks could paste this in their blog, or website, etc. and the picture would be linked to the original post.

How can I replace $theTile with the image link source?

What variables could work here?

Thanks!</description>
		<content:encoded><![CDATA[<p>I was hoping to leave the permalink as is. This works fine. But instead of posting a link in a form use a hyperlinked picture that leads to the post.</p>
<p>That way folks could paste this in their blog, or website, etc. and the picture would be linked to the original post.</p>
<p>How can I replace $theTile with the image link source?</p>
<p>What variables could work here?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19490</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19490</guid>
		<description>You&#039;re KIND of looking in the right place.

If you can replace &quot;get_permalink()&quot; on line 97 with the link to your image, you should be fine.

So maybe, create a variable like $imgURL and populate it with the image link, and then just put that variable in place of the &quot;get_permalink()&quot; text.

Just remember not to upgrade the plugin if it gets &quot;upgraded&quot; :D</description>
		<content:encoded><![CDATA[<p>You&#8217;re KIND of looking in the right place.</p>
<p>If you can replace &#8220;get_permalink()&#8221; on line 97 with the link to your image, you should be fine.</p>
<p>So maybe, create a variable like $imgURL and populate it with the image link, and then just put that variable in place of the &#8220;get_permalink()&#8221; text.</p>
<p>Just remember not to upgrade the plugin if it gets &#8220;upgraded&#8221; <img src='http://www.geniosity.co.za/genwp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForestWander</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19488</link>
		<dc:creator>ForestWander</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19488</guid>
		<description>Sorry the comment box truncated the code.

&#039;$sizes = get_post_meta($post-&gt;ID, &#039;photoQImageSizes&#039;, true); echo $sizes[&#039;thumbnail&#039;][&#039;imgUrl&#039;];&#039;</description>
		<content:encoded><![CDATA[<p>Sorry the comment box truncated the code.</p>
<p>&#8216;$sizes = get_post_meta($post-&gt;ID, &#8216;photoQImageSizes&#8217;, true); echo $sizes['thumbnail']['imgUrl'];&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForestWander</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19487</link>
		<dc:creator>ForestWander</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19487</guid>
		<description>This is how I call my image source now on my pages.

&#039;&lt;img src=&quot;ID, &#039;photoQImageSizes&#039;, true); echo $sizes[&#039;thumbnail&#039;][&#039;imgUrl&#039;]; ?&gt;&quot;&#039;</description>
		<content:encoded><![CDATA[<p>This is how I call my image source now on my pages.</p>
<p>&#8216;&lt;img src=&quot;ID, &#8216;photoQImageSizes&#8217;, true); echo $sizes['thumbnail']['imgUrl']; ?&gt;&#8221;&#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForestWander</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19485</link>
		<dc:creator>ForestWander</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19485</guid>
		<description>I dug into the code some last night and it seems that if I could simply include a variable of the get_post_meta function in this bold section then it should work.

&#039;$theHTMLCode .= $theTitle;&#039;

Rather than displaying the title as the link I could display the url to the picture as a link.

Unfortunately, I could not get it to work right away, as I am using photoq which does add some complexity to the dynamics of grabbing the current URL.

Am I looking in the right place?</description>
		<content:encoded><![CDATA[<p>I dug into the code some last night and it seems that if I could simply include a variable of the get_post_meta function in this bold section then it should work.</p>
<p>&#8216;$theHTMLCode .= $theTitle;&#8217;</p>
<p>Rather than displaying the title as the link I could display the url to the picture as a link.</p>
<p>Unfortunately, I could not get it to work right away, as I am using photoq which does add some complexity to the dynamics of grabbing the current URL.</p>
<p>Am I looking in the right place?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19479</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19479</guid>
		<description>It&#039;s actually pretty complicated to add that functionality, which is why I haven&#039;t added it yet.

Or rather, not complicated, but not a 1-line change.

Hopefully I can get one out when I find some time.

I&#039;m glad you like this plugin, though.</description>
		<content:encoded><![CDATA[<p>It&#8217;s actually pretty complicated to add that functionality, which is why I haven&#8217;t added it yet.</p>
<p>Or rather, not complicated, but not a 1-line change.</p>
<p>Hopefully I can get one out when I find some time.</p>
<p>I&#8217;m glad you like this plugin, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ForestWander Nature Photography</title>
		<link>http://www.geniosity.co.za/musings/wordpress/please-link-2-me-plugin-updated-to-version-1-5/#comment-19459</link>
		<dc:creator>ForestWander Nature Photography</dc:creator>
		<pubDate>Thu, 01 Jul 2010 22:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.geniosity.co.za/?p=316#comment-19459</guid>
		<description>I like this plug in.

I used the hot link 2 link for a while but found that some wanted to right click and save the images and some of my visitors complained.

So I have been looking for something that will give them the option to get the code and be able to right click and save an image.

The please link 2 me is great. The only thing is I need to populate the code box with a link to the image in my post also just as you did with hl2l.

Could you show me how to modify to achieve this with please link 2 me?

Thank you!</description>
		<content:encoded><![CDATA[<p>I like this plug in.</p>
<p>I used the hot link 2 link for a while but found that some wanted to right click and save the images and some of my visitors complained.</p>
<p>So I have been looking for something that will give them the option to get the code and be able to right click and save an image.</p>
<p>The please link 2 me is great. The only thing is I need to populate the code box with a link to the image in my post also just as you did with hl2l.</p>
<p>Could you show me how to modify to achieve this with please link 2 me?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
