Hello i have made this code for make a sharing
<a onClick="window.open('http://www.facebook.com/sharer.php?s=100&p[title]= check out : ${model.artist} &p[summary]=album : ${model.album} &p[url]=my url &p[images][0]=myurl/images/fb_logo.jpg','sharer','toolbar=0,status=0,width=548,height=325');" href="javascript: void(0)"><img src="images/fbshare.png"></a>
As you see i can take the ${model.artist}, the ${model.album} but i cant take the cover... I try with the ${model.coverArt} to the p[images][0]=${model.coverArt}
but nothing.
After the share i would like to find a way to take the cover of the album when i make the share. I have putted to the main.jsp .