Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I work on thehollywoodreporter.com. Our editors could no longer use the Drupal 6 CMS because of this sharethis change. When they tried to copy from one field to another in the cms, it would take the string and turn it into:</p> <pre><code>See more at: &lt;text pasted&gt;&amp;action=edit#sthash.mOyzIP9P.dpuf </code></pre> <p>I seriously thought our site had been hacked for like 10 minutes. Luckily, the dev community started posting about it, and pointed out it was the new CopyNShare feature sharethis added. I commented out the sharethis code, so our editors could resume publishing, and we got on the phone with our sharethis contact, and they had us change this:</p> <pre><code> &lt;script type="text/javascript"&gt;var __st_loadLate=true;&lt;/script&gt;&lt;script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"&gt;&lt;/script&gt; </code></pre> <p>to</p> <pre><code>&lt;script type="text/javascript"&gt;var __st_loadLate=true;&lt;/script&gt;&lt;script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt;stLight.options({publisher: "&lt;your publisher key&gt;", doNotHash:false, doNotCopy:true,hashAddressBar:false});&lt;/script&gt; </code></pre> <p>Apparently, they made a change to their code so that you MUST add 'doNotCopy: true' in order for it NOT to add this hash when you cut and paste within your site! This is their new "product" CopyNShare.</p> <p>I told them "I don’t think it was popular move to roll out this feature as a new default like this. I seriously thought our site had been hacked for 10-15 minutes. Not fun."</p> <p>They replied: "I definitely understand your concern, as we share the same concerns on the pub services team. We will be doing a "postmortem" of sorts to ensure we change this process in the future when new product features are rolled out."</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload