URL Encoding Needed
-
I believe to be extra safe the URL of the page being sent to Pinterest should be encoded e.g. a URL with a hash will fail at the moment. In particular, this file jquery.pinterest-lightbox.js should be updated
From:
?url=’+document.URL+’&media=To:
?url=’+encodeURIComponent(document.URL)+’&media=I know you’re using a library file from a third-party so technically this isn’t “your” bug, but I thought I’d let you know.
The topic ‘URL Encoding Needed’ is closed to new replies.