<?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: WordPress Video Galleries with NextGen and jQuery</title>
	<atom:link href="http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Sat, 21 Jan 2012 10:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: makarand</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-73217</link>
		<dc:creator>makarand</dc:creator>
		<pubDate>Mon, 09 Jan 2012 19:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-73217</guid>
		<description>I am fancybox in my website so please tell how to use this for fancybox

means what changes i have to make</description>
		<content:encoded><![CDATA[<p>I am fancybox in my website so please tell how to use this for fancybox</p>
<p>means what changes i have to make</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pao</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-73075</link>
		<dc:creator>pao</dc:creator>
		<pubDate>Sat, 17 Dec 2011 23:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-73075</guid>
		<description>is possible to make a gallery with swf files (flash) instead of videos?
very thanks...</description>
		<content:encoded><![CDATA[<p>is possible to make a gallery with swf files (flash) instead of videos?<br />
very thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thad</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72990</link>
		<dc:creator>Thad</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72990</guid>
		<description>Nevermind.. all works fine. I was using the wrong YouTube video link. I tried the post above me on a hunch and it worked. Went back to my video and used the same type, and it worked. Awesome! Thanks for the method!</description>
		<content:encoded><![CDATA[<p>Nevermind.. all works fine. I was using the wrong YouTube video link. I tried the post above me on a hunch and it worked. Went back to my video and used the same type, and it worked. Awesome! Thanks for the method!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thad</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72989</link>
		<dc:creator>Thad</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72989</guid>
		<description>I am trying to use this method. I have the above Javascript before my  tag, and the shadowbox is initiated, with a box, above titling the video name. 

I have the youtube video link (http://youtu.be/-ZIJj_Avfuo) in the ALT/TITLE and the (Video: Joseph&#039;s Lullaby) in the description

Problem: The video isnt loading. Ideas?

Thank you!</description>
		<content:encoded><![CDATA[<p>I am trying to use this method. I have the above Javascript before my  tag, and the shadowbox is initiated, with a box, above titling the video name. </p>
<p>I have the youtube video link (<a href="http://youtu.be/-ZIJj_Avfuo" rel="nofollow">http://youtu.be/-ZIJj_Avfuo</a>) in the ALT/TITLE and the (Video: Joseph&#8217;s Lullaby) in the description</p>
<p>Problem: The video isnt loading. Ideas?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hotdisplay.net</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72808</link>
		<dc:creator>hotdisplay.net</dc:creator>
		<pubDate>Fri, 23 Sep 2011 06:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72808</guid>
		<description>PLAY NEW IFRAME YOUTUBE VIDEO (IPAD TESTED)

jQuery(document).ready(function($){
  $(&quot;.ngg-gallery-thumbnail a&quot;).each(function (arr){
    if ($(this).attr(&quot;title&quot;).substr(0,5)==&quot;Video&quot;){
      $(this).attr(&quot;rel&quot;,&quot;shadowbox;width=560;height=315&quot;);
      $(this).attr(&quot;href&quot;,$(this).children(&quot;img&quot;).attr(&quot;title&quot;)+&quot;?rel=0&amp;autoplay=1&quot;);
    }
  })
});



ALT:
http://www.youtube.com/embed/Kz5Nak3wqtY
TAG:
Video: Tiger Love</description>
		<content:encoded><![CDATA[<p>PLAY NEW IFRAME YOUTUBE VIDEO (IPAD TESTED)</p>
<p>jQuery(document).ready(function($){<br />
  $(&#8220;.ngg-gallery-thumbnail a&#8221;).each(function (arr){<br />
    if ($(this).attr(&#8220;title&#8221;).substr(0,5)==&#8221;Video&#8221;){<br />
      $(this).attr(&#8220;rel&#8221;,&#8221;shadowbox;width=560;height=315&#8243;);<br />
      $(this).attr(&#8220;href&#8221;,$(this).children(&#8220;img&#8221;).attr(&#8220;title&#8221;)+&#8221;?rel=0&amp;autoplay=1&#8243;);<br />
    }<br />
  })<br />
});</p>
<p>ALT:<br />
<a href="http://www.youtube.com/embed/Kz5Nak3wqtY" rel="nofollow">http://www.youtube.com/embed/Kz5Nak3wqtY</a><br />
TAG:<br />
Video: Tiger Love</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandan</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72718</link>
		<dc:creator>chandan</dc:creator>
		<pubDate>Thu, 18 Aug 2011 07:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72718</guid>
		<description>Hi.. 
I need a help from yours.. your trick to add video is excellent, but I need video  and images in slide show of the plugin. so that it can directly navigate from slide show like images.
And can i use click able links to these images and videos like 1,2,3,4...  @the bottom of the slideshow..
Can u help me out.. 
Thanks in advance :)</description>
		<content:encoded><![CDATA[<p>Hi..<br />
I need a help from yours.. your trick to add video is excellent, but I need video  and images in slide show of the plugin. so that it can directly navigate from slide show like images.<br />
And can i use click able links to these images and videos like 1,2,3,4&#8230;  @the bottom of the slideshow..<br />
Can u help me out..<br />
Thanks in advance <img src='http://blog.creonfx.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sigmond</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72712</link>
		<dc:creator>Sigmond</dc:creator>
		<pubDate>Mon, 15 Aug 2011 11:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72712</guid>
		<description>Is it possible to use Floatbox Plus plugin instead of Shadowbox to achieve this same result??  I&#039;m not a programmer - but would appreciate any help!</description>
		<content:encoded><![CDATA[<p>Is it possible to use Floatbox Plus plugin instead of Shadowbox to achieve this same result??  I&#8217;m not a programmer &#8211; but would appreciate any help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Batchelor</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72686</link>
		<dc:creator>Jamie Batchelor</dc:creator>
		<pubDate>Fri, 05 Aug 2011 21:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72686</guid>
		<description>Can someone help me out.  I have read this and tried to implement the stepps with no luck.  I simply want to build a gallery and have them linked to youtube videos of my animations.  I have installed shadowbox.js and I even installed an extension for ng gallery to support videos and still not able to get what i need.  Please feel free to email me and you can check out my site at www.cuttingedgegfx.com.  

I am using a theme called prestige.  It has several page templates so do I copy the jquery code into the gallery page template using the editor in wordpress?  I am lost and I don&#039;t want to screw my site up.  I placed the code at the beginning of the gallery template since that is the template I am using for a page to display several of my different animation demo reels.  Frustrated I have finally just embedded the video into the page but this is not what I am after.  I want there to be a gallery (using next gen) that has three thumbs.  One for my logo  animation reel, one for my motion graphics reel and one for my promo animation reel.  On clicking lightbox style window opens with video playing from youtube.  I have seen this everywhere yet can&#039;t seem to get this simple functionality out of the premium wordpress template i bought.

I placed the you tube url in the atl field and description was filled in with Video:  My demo reel.  and all it does when I click is pulls up the thumb in the lightbox with the text Video:  demo reel displayed and no video.  I followed everything to the best of my ability so if anyone can help me resolve this directly I would be eternally grateful.  Please Help!!!  

Thanks a million in advance!
JB</description>
		<content:encoded><![CDATA[<p>Can someone help me out.  I have read this and tried to implement the stepps with no luck.  I simply want to build a gallery and have them linked to youtube videos of my animations.  I have installed shadowbox.js and I even installed an extension for ng gallery to support videos and still not able to get what i need.  Please feel free to email me and you can check out my site at <a href="http://www.cuttingedgegfx.com" rel="nofollow">http://www.cuttingedgegfx.com</a>.  </p>
<p>I am using a theme called prestige.  It has several page templates so do I copy the jquery code into the gallery page template using the editor in wordpress?  I am lost and I don&#8217;t want to screw my site up.  I placed the code at the beginning of the gallery template since that is the template I am using for a page to display several of my different animation demo reels.  Frustrated I have finally just embedded the video into the page but this is not what I am after.  I want there to be a gallery (using next gen) that has three thumbs.  One for my logo  animation reel, one for my motion graphics reel and one for my promo animation reel.  On clicking lightbox style window opens with video playing from youtube.  I have seen this everywhere yet can&#8217;t seem to get this simple functionality out of the premium wordpress template i bought.</p>
<p>I placed the you tube url in the atl field and description was filled in with Video:  My demo reel.  and all it does when I click is pulls up the thumb in the lightbox with the text Video:  demo reel displayed and no video.  I followed everything to the best of my ability so if anyone can help me resolve this directly I would be eternally grateful.  Please Help!!!  </p>
<p>Thanks a million in advance!<br />
JB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephanie</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72657</link>
		<dc:creator>stephanie</dc:creator>
		<pubDate>Mon, 25 Jul 2011 13:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72657</guid>
		<description>ok, now i put it in a &quot;nextgen-vido.js&quot; which i put in js folder ...but, hm...?</description>
		<content:encoded><![CDATA[<p>ok, now i put it in a &#8220;nextgen-vido.js&#8221; which i put in js folder &#8230;but, hm&#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephanie</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/comment-page-2#comment-72656</link>
		<dc:creator>stephanie</dc:creator>
		<pubDate>Mon, 25 Jul 2011 13:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=231#comment-72656</guid>
		<description>hi, thanks for providing this rare solution!
anyway i&#039;ve the same step 1 &quot;somewhere&quot; problem. when i put it in the header.php it shows up as text on my site...:(
then you say in .js, ok but how and where link to it???
thank you</description>
		<content:encoded><![CDATA[<p>hi, thanks for providing this rare solution!<br />
anyway i&#8217;ve the same step 1 &#8220;somewhere&#8221; problem. when i put it in the header.php it shows up as text on my site&#8230;:(<br />
then you say in .js, ok but how and where link to it???<br />
thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

