<?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: Facebook Like URL data Extract Using jQuery PHP and Ajax</title>
	<atom:link href="http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/</link>
	<description>To Learn Codeigniter</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:50:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Facebook Like URL data Extract Using jQuery PHP and Ajax &#124; 99Points &#8211; Bookmarked! &#124; MeSaran</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12558</link>
		<dc:creator>Facebook Like URL data Extract Using jQuery PHP and Ajax &#124; 99Points &#8211; Bookmarked! &#124; MeSaran</dc:creator>
		<pubDate>Tue, 10 Jan 2012 20:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12558</guid>
		<description>[...] Facebook Like URL data Extract Using jQuery PHP and Ajax &#124; 99Points &#8211;    Posted   in Delicious Link [...]</description>
		<content:encoded><![CDATA[<p>[...] Facebook Like URL data Extract Using jQuery PHP and Ajax | 99Points &#8211;    Posted   in Delicious Link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deb</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12462</link>
		<dc:creator>Deb</dc:creator>
		<pubDate>Sat, 10 Dec 2011 14:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12462</guid>
		<description>Your code not work.</description>
		<content:encoded><![CDATA[<p>Your code not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuksel Daskin</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12451</link>
		<dc:creator>Yuksel Daskin</dc:creator>
		<pubDate>Tue, 06 Dec 2011 10:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12451</guid>
		<description>Thanks for the codes. If you want to see this in .Net, take a look at this open-source project:

http://nalgorithm.wordpress.com/2011/12/05/embedded-url-representation/

It is actually a class library, which is called by an MVC application client by using JQuery and its AJAX features.</description>
		<content:encoded><![CDATA[<p>Thanks for the codes. If you want to see this in .Net, take a look at this open-source project:</p>
<p><a href="http://nalgorithm.wordpress.com/2011/12/05/embedded-url-representation/" rel="nofollow">http://nalgorithm.wordpress.com/2011/12/05/embedded-url-representation/</a></p>
<p>It is actually a class library, which is called by an MVC application client by using JQuery and its AJAX features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debugmode</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12330</link>
		<dc:creator>Debugmode</dc:creator>
		<pubDate>Wed, 09 Nov 2011 09:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12330</guid>
		<description>Its very helpful. But in Facebook, what is does is when user paste URL in text-area it will automatically extract url data and display it in div. How can we do like this in our project?
Another issue i got stuck is when user type url in text area and when user press space facebook will extract url details. how can we do this also? Is there any new updates guys for this?</description>
		<content:encoded><![CDATA[<p>Its very helpful. But in Facebook, what is does is when user paste URL in text-area it will automatically extract url data and display it in div. How can we do like this in our project?<br />
Another issue i got stuck is when user type url in text area and when user press space facebook will extract url details. how can we do this also? Is there any new updates guys for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeeShaN</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12268</link>
		<dc:creator>ZeeShaN</dc:creator>
		<pubDate>Sun, 23 Oct 2011 07:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12268</guid>
		<description>Yes you are right.</description>
		<content:encoded><![CDATA[<p>Yes you are right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bladeone_2k</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12262</link>
		<dc:creator>bladeone_2k</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12262</guid>
		<description>get a better webhost and server? I assume the lag is caused by processing power required to curl the site and possible lag when downloading it. I too have this issue. 
My script also failed when the total_count of images was above 9 I had to add:
[code]
if(firstimage &lt; parseInt($(&#039;#total_images&#039;).val())){
[/code]
to ensure the whole number was read correctly
you also dont need the .livequery extension anymore either the builtin .live works great for me.
other than that thanks for such a great post!</description>
		<content:encoded><![CDATA[<p>get a better webhost and server? I assume the lag is caused by processing power required to curl the site and possible lag when downloading it. I too have this issue.<br />
My script also failed when the total_count of images was above 9 I had to add:</p>
<pre class="brush: plain; light: false; title: ; toolbar: true;">
if(firstimage &lt; parseInt($('#total_images').val())){
</pre>
<p>to ensure the whole number was read correctly<br />
you also dont need the .livequery extension anymore either the builtin .live works great for me.<br />
other than that thanks for such a great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12222</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 04 Oct 2011 12:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12222</guid>
		<description>Could you supply a script on how to integrate this into the &#039;wall&#039; script and store data into Mysql through Php as I am new to this web-design scene and I have found All your tutorials Most Helpful so far, just stuck with the &#039;integration into the &#039;wall&#039; script&#039;, yours most thankfully :-)</description>
		<content:encoded><![CDATA[<p>Could you supply a script on how to integrate this into the &#8216;wall&#8217; script and store data into Mysql through Php as I am new to this web-design scene and I have found All your tutorials Most Helpful so far, just stuck with the &#8216;integration into the &#8216;wall&#8217; script&#8217;, yours most thankfully <img src='http://www.99points.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilija</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12216</link>
		<dc:creator>Ilija</dc:creator>
		<pubDate>Sun, 02 Oct 2011 00:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12216</guid>
		<description>The demo is not workning not in chrome or mozila</description>
		<content:encoded><![CDATA[<p>The demo is not workning not in chrome or mozila</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12211</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 01 Oct 2011 15:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12211</guid>
		<description>Hi, Great work. Thanks for the code.. I would like to know how to get URL content like say a news displayed</description>
		<content:encoded><![CDATA[<p>Hi, Great work. Thanks for the code.. I would like to know how to get URL content like say a news displayed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeeShaN</title>
		<link>http://www.99points.info/2010/07/facebook-like-extracting-url-data-with-jquery-ajax-php/comment-page-2/#comment-12199</link>
		<dc:creator>ZeeShaN</dc:creator>
		<pubDate>Thu, 29 Sep 2011 05:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.99points.info/?p=823#comment-12199</guid>
		<description>Hi Andrew,
you can add this to any page if you know working in jquery. You can just integrate it into there and storing the returned data into same table where you are storing posting of wall.</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
you can add this to any page if you know working in jquery. You can just integrate it into there and storing the returned data into same table where you are storing posting of wall.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

