Welcome Guest, Not a member yet? Register   Sign In
Why does my url contain sthash.fBshZz3c.dpbs?
#1

[eluser]Unknown[/eluser]
I have been building a site for a few days on localhost and I just noticed that every page's url is getting:

#sthash.fBshZz3c.dpbs

added at the end. I did a search for this occurrence and found several other live sites that have this happening to them. Does anyone know why?
#2

[eluser]Unknown[/eluser]
I discovered the answer shortly after posting. This situation is caused by 'ShareThis', not Codeiginter. When you use ShareThis, take a look at the ShareThis code and you should see:

doNotHash: false, doNotCopy: false, hashAddressBar: true

Change this code to:

doNotHash: true, doNotCopy: false, hashAddressBar: true

and the sthash url component goes away.




Theme © iAndrew 2016 - Forum software by © MyBB