<?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: How To Integrate the WordPress Media Upload Box Into Your Meta Boxes	</title>
	<atom:link href="https://www.farinspace.com/wordpress-media-uploader-integration/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/wordpress-media-uploader-integration/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Tue, 01 Dec 2015 23:19:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: slona		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-29656</link>

		<dc:creator><![CDATA[slona]]></dc:creator>
		<pubDate>Fri, 26 Apr 2013 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-29656</guid>

					<description><![CDATA[Ooops, my falut, I messed up variable names. It&#039;s working now. Echo the fields using:
&lt;code&gt;
global $custom_mb;
$meta = $custom_mb-&#062;the_meta();

foreach ($meta[&#039;docs&#039;] as $link)
{
echo $link[&#039;imgurl&#039;];
}
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Ooops, my falut, I messed up variable names. It&#8217;s working now. Echo the fields using:<br />
<code><br />
global $custom_mb;<br />
$meta = $custom_mb-&gt;the_meta();</p>
<p>foreach ($meta['docs'] as $link)<br />
{<br />
echo $link['imgurl'];<br />
}<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: slona		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-29634</link>

		<dc:creator><![CDATA[slona]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 18:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-29634</guid>

					<description><![CDATA[How to echo the fields into my theme? Using 
&lt;code&gt; foreach ($meta[&#039;docs&#039;] as $link) &lt;/code&gt;
I get &quot;Invalid argument supplied for foreach()&quot;]]></description>
			<content:encoded><![CDATA[<p>How to echo the fields into my theme? Using<br />
<code> foreach ($meta['docs'] as $link) </code><br />
I get &#8220;Invalid argument supplied for foreach()&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tony		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-29426</link>

		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Thu, 18 Apr 2013 11:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-29426</guid>

					<description><![CDATA[Hi Dimas,

Good Day, I copied the same code for the media repeater however i kept getting error Fatal error: Call to a member function setGroupName() on a non-object in C:\wamp\www\site\wp-content\themes\windsorblinds\backend\functions\metaboxes\product-meta.php on line 38



version 1.5.2

Thanks,

Tony]]></description>
			<content:encoded><![CDATA[<p>Hi Dimas,</p>
<p>Good Day, I copied the same code for the media repeater however i kept getting error Fatal error: Call to a member function setGroupName() on a non-object in C:\wamp\www\site\wp-content\themes\windsorblinds\backend\functions\metaboxes\product-meta.php on line 38</p>
<p>version 1.5.2</p>
<p>Thanks,</p>
<p>Tony</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: johnnya23		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-25762</link>

		<dc:creator><![CDATA[johnnya23]]></dc:creator>
		<pubDate>Wed, 07 Nov 2012 04:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-25762</guid>

					<description><![CDATA[Is it possible to retrieve the attachment id instead of the url and at the same time have some kind of useful feedback (not just the id#) to be shown on the dashboard?
Thanks for a great plugin,
John]]></description>
			<content:encoded><![CDATA[<p>Is it possible to retrieve the attachment id instead of the url and at the same time have some kind of useful feedback (not just the id#) to be shown on the dashboard?<br />
Thanks for a great plugin,<br />
John</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael Vinícius		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-25273</link>

		<dc:creator><![CDATA[Rafael Vinícius]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 17:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-25273</guid>

					<description><![CDATA[Hi Dimas

Is there a way to prevent images from being added to the gallery?]]></description>
			<content:encoded><![CDATA[<p>Hi Dimas</p>
<p>Is there a way to prevent images from being added to the gallery?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-25091</link>

		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 18:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-25091</guid>

					<description><![CDATA[Could you please provide an example of how to save the value of &#039;imgurl&#039; when the post is publsihed and then put it back in the field when the post is edited.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Could you please provide an example of how to save the value of &#8216;imgurl&#8217; when the post is publsihed and then put it back in the field when the post is edited.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clay		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-23363</link>

		<dc:creator><![CDATA[Clay]]></dc:creator>
		<pubDate>Tue, 22 May 2012 03:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-23363</guid>

					<description><![CDATA[great library here but i faced a problem with the latest wp and i&#039;m wondering whether this is an issue. Following all the instruction here, everything looks good until i start uploading images the insert button still said &#039;Insert into Post&#039; instead of the one i customized it which cause it to keep inserting into the editor, any idea? :(]]></description>
			<content:encoded><![CDATA[<p>great library here but i faced a problem with the latest wp and i&#8217;m wondering whether this is an issue. Following all the instruction here, everything looks good until i start uploading images the insert button still said &#8216;Insert into Post&#8217; instead of the one i customized it which cause it to keep inserting into the editor, any idea? 🙁</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: stephan		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-23289</link>

		<dc:creator><![CDATA[stephan]]></dc:creator>
		<pubDate>Thu, 17 May 2012 18:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-23289</guid>

					<description><![CDATA[Hi Dimas,

Is there a way to prevent images from being added to the gallery?

Thanks for all the hard work!]]></description>
			<content:encoded><![CDATA[<p>Hi Dimas,</p>
<p>Is there a way to prevent images from being added to the gallery?</p>
<p>Thanks for all the hard work!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alrobeler		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-23149</link>

		<dc:creator><![CDATA[alrobeler]]></dc:creator>
		<pubDate>Wed, 09 May 2012 15:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-23149</guid>

					<description><![CDATA[Hi!how to display the above code
in my theme?]]></description>
			<content:encoded><![CDATA[<p>Hi!how to display the above code<br />
in my theme?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bebopweb		</title>
		<link>https://www.farinspace.com/wordpress-media-uploader-integration/#comment-23090</link>

		<dc:creator><![CDATA[Bebopweb]]></dc:creator>
		<pubDate>Sat, 05 May 2012 20:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1365#comment-23090</guid>

					<description><![CDATA[Hello,
I currently use the WordPress Media upload but I would like to add a sticker next to the delete button. Is this possible? If so, can you help me.
Thank you in advance]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I currently use the WordPress Media upload but I would like to add a sticker next to the delete button. Is this possible? If so, can you help me.<br />
Thank you in advance</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
