pinterest / widgets

JavaScript widgets, including the Pin It button.
Other
211 stars 88 forks source link

Facebook and Twitter widgets have random 'replacement' characters #59

Closed McManCSU closed 9 years ago

McManCSU commented 9 years ago

After poking around, I have noticed some strangeness in the URLs that are behind the facebook and twitter widgets for Pinterest users. Some examples:

For the facebook case - from what I understand, the %EF%BF%BD (url decoded &#65533) is the browser issuing a replacement character for some unknown character. I have noticed the character in seemingly random positions within the url (sometimes in the ID, sometimes in facebook.com - i.e. https://www.f�cebook.com/profile.php?id=xxxxxx)

Twitter largely just seems to be duplicated twitter.com, no encoding issue that I have noticed

I'm sure you are aware of this, but I wanted to point it out and see if there is an ETA on when it may be fixed.

Thanks

kentbrew commented 9 years ago

I'll forward this to the proper authorities, thanks! It's not fixable with our third-party widget code, which does not actually run on pinterest.com.

McManCSU commented 9 years ago

Figured as much, thanks for passing along though