Kapil Bhati

Kapil Bhati

  • NA
  • 256
  • 128.9k

Share pic with title on social media

Nov 28 2018 12:42 AM
Hi ,
 
I have created a songs applictaion where user can upload there song with image and title. Now i want to add a functionality to share song on social media. For this my code is:
 
<a href="http://www.facebook.com/sharer.php?u=http://www.songsmoney.com/Home/Index"
title="share on facebook" onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=400,width=600');return false;">
<i class="fa fa-facebook"></i></a>
 
This share only Url. But i want to share image and title of Song along with this url. Can anyone has any solution.
 
Thanks. 

Answers (1)