tejal bhesaniya

tejal bhesaniya

  • NA
  • 53
  • 15.9k

Pintrest pin button in asp.net

Jan 23 2013 6:16 AM
hello all,


in my asp.net application i want to add a pintrest pin button from where i can pin the images with the desciption i did it

with the help of this i am getting a pin button
<a href='http://pinterest.com/pin/create/button/?url=WEBPAGE_URL&media=URL_OF_IMAGE' class='pin-it-button'   text = '" + ds.Tables[0].Rows[0]["Title"].ToString() + "' >Pin It</a><script type='text/javascript' src='http://assets.pinterest.com/js/pinit.js'></script>"


but i dont know how do i pass the image and description of image here

do any one knows pls rply me as soon as possbl as its to urgent

Answers (3)