Facebook Like Extracting URL Data with Jquery and Ajax
Facebook Like Extracting URL Data with Jquery and Ajax
Are you looking for facebook like live extracting URL or link data preview while typing the content. In this post I want to explain how to get the cross domain data with jquery and ajax. This is very interesting post I had developed a script just take a look at this
Why used urlget.php
Ajax origin policy we could not access the cross domain data with ajax request $ .get(“http://www.yahoo.com”,function(response){ });. So that using local file(urlget.php) accessing the cross domain data.
urlget.php
Contains PHP code using file_get_contents function loading the URL data. Eg:urlget.php?url=http://yahoo.com
http://www.9lessons.info/2010/06/facebook-like-extracting-url-data-with.html
Are you looking for facebook like live extracting URL or link data preview while typing the content. In this post I want to explain how to get the cross domain data with jquery and ajax. This is very interesting post I had developed a script just take a look at this
we could not access the cross domain data with ajax request $ .get(“http://www.yahoo.com”,function(response){ });. So that using local file(urlget.php) accessing the cross domain data.
Contains PHP code using file_get_contents function loading the URL data. Eg:urlget.php?url=http://yahoo.com
we could not access the cross domain data with ajax request $ .get(“http://www.yahoo.com”,function(response){ });. So that using local file(urlget.php) accessing the cross domain data.
Contains PHP code using file_get_contents function loading the URL data. Eg:urlget.php?url=http://yahoo.com
Engineer, Blogger and Designer
Article from articlesbase.com

You must be logged in to post a comment.