I am trying to share my video on facebook, it is sharing fine but video thumbnail is not showing on the share page.
my code is :
window.open("http://www.facebook.com/sharer.php?s=100&p[url]=" + inv_getlocation() + "&p[title]=" + shareTitle + "&p[summary]="+ shareDesc + "&p[images][0]=" + shareThumb);
If anyone have any idea about this, please share.