How can i enable sharing items on friends timeline like in picture. I am using Facebook sharer url like on demo which is on code below. Which parameter am i have to add this url to share on friends' timeline?
<a target="_blank" title="Share on Facebook" href="https://www.facebook.com/dialog/feed?%20app_id=<?php echo FACEBOOK_APP_ID;?>&%20link=<?php echo urlencode(url_cevir(APP_BASE_URL.'/index.php?view=s&artist='.$a[artistname].'&track='.$a[trackname]));?>&%20picture=<?php echo $a[pic_large];?>&%20name=<?php echo urlencode($a[artistname].' - '.$a[trackname]);?>&caption=cruisear.com&description=Discover new artists, listen new songs.&redirect_uri=<?php echo APP_BASE_URL; ?>"> <img src="img/face.gif" alt="share on facebook" /> </a>

