hiii sir
i am trying to share my image form face book app from my app to facebook
the code for share button is follows
<button class="rounded" onClick="window.open('http://www.facebook.com/sharer.php?u=<?php echo $curimg?>','my window','width=550,height=450')" style="font-family:sans-serif;">
<span>SHARE</span>
</button>
i need to display the image instead of path thats present in $curimg pls help me
thanks in advance