nicolasbeauvais / vue-social-sharing

A renderless Vue.js component for sharing links to social networks, compatible with SSR
https://nicolasbeauvais.github.io/vue-social-sharing/
MIT License
1.39k stars 196 forks source link

ShareNetwork is not working properly for pinterest #360

Open luuuufan opened 5 months ago

luuuufan commented 5 months ago

Our ShareNetwork code is like:

<ShareNetwork
    network="pinterest"
    :url="trackingLinkPinterest"
    :title="itemTitle"
    :media="mediaUrl"
/>

And when we click it, it open the pinterest link with title, which cannot capture title in the create pin https://www.pinterest.com/pin-builder/?description=${title}

image