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/
:image is parsed as a pseudo-selector. I think you need quotes around "og:image"
:image