I want to select in Jquery the main photo in a web page, I just have the url page. so I decided to use the meta written for Facebook sharing.
I want to select the conten
$('meta[property="og:image"]').attr('content')
http://jsfiddle.net/ZxmCw/