I took a look at what you have on your page, and what you have put in is different from what I have posted above.
Note that the content of href
is very important. For Pinterest you will need to have href='https://www.pinterest.com/pin/create/button/?url={photonic_share_link}&media={photonic_share_image}&description={photonic_share_title}'
, but you accidentally put in the link structure from Twitter, href='https://pinterest.com/pin/create/button/?url={photonic_share_link}&text={photonic_share_title}'
. Based on documentation it seems like Pinterest needs url
, media
and description
, and what you have are url
and text
.