Copy – Paste issue due to change in ShareThis plugin
-
Since today (Feb 27, 2013), the ShareThis plugin started pasting – “See more at: ….&action=edit#sthash.mOyzIP9P.dpuf” in the WordPress edit screens without a warning.
According to JesperB, you can disable this new functionality by adding the following JavaScript after the ShareThis-code has initialized:
stLight.options({doNotCopy:true});The description for this new functionality can be found here: ShareThis CopyNShare Settings
see also https://stackoverflow.com/questions/15100047/strange-message-when-pasting-text
This is all great but what bugs me that this is also activated in the backend of WordPress. I can easily add that line to the theme of my site, but how do I add it to the backend of WordPress when my theme is not loaded?
- The topic ‘Copy – Paste issue due to change in ShareThis plugin’ is closed to new replies.