bradvin / social-share-urls

Social Share URLs
BSD 3-Clause "New" or "Revised" License
2.78k stars 304 forks source link

Pinterest image with description - Mobile device #673

Open nadirhussainnn opened 1 year ago

nadirhussainnn commented 1 year ago

This code works perfect on desktop devices . It saves pin and description with it.

<a data-pin-do="buttonBookmark" data-pin-lang="en" href={https://www.pinterest.com/pin/create/button/?url=${url}&medial=${imageURL}&description=${encodeURIComponent(pinterestDescription)}`} style={{textDecoration:"none", color:"inherit"}}

`

But on mobile devices, it does not show description. I am only able to see image without any note or description.

Getting this now o mobile image

And on desktop, it has description as well image

Please help if anyone could do. Thanks