Options
Name |
Definition |
Type |
Options |
Requirement |
doNotHash |
This is the master option for CopyNShare
This overrides the doNotCopy and hasAddressBar setting. If true, the 2 options are ignored. |
boolean |
true,false |
Optional |
doNotCopy |
If false, “See more: yourURL.com#SThashtag” will appear after a user pastes texts after a copy action. |
boolean |
true,false |
Optional |
hashAddressBar |
If true, a special #hastag will be appended to the end of your address bar URL. |
boolean |
true,false |
Optional |
Example
<script type="text/javascript">stLight.options({publisher: "INSERTYOURPUBKEY", doNotHash:false,
doNotCopy:false,hashAddressBar:true});</script>
|