I had the issue that my <a> elements containing the Pinterest URL changed in buttons. Which i wanted to prevent.
I found out that in my case i had to add:
data-pin-do="none"
to my <a> elements to prevent this from happening.
I didn't saw this answer. So I thought this will maybe help someone in the future.