I'm building an Umbraco V6 MVC site and have a number of controllers. When you enter a URL into the address bar or click one of the navigation links like www.domain.com/candidates when the page renders the URL has changed to www.domain.com/candidates#.UqeKJvTIYUY
If you then click the same navigation link to load the page again the querystring has disappeared.
I've followed this link to ensure I'm using cookies for the account area. Any ideas ?
That looks like something a client side tracking script might do. Does your site use any third party tracking or analytics scripts? An example of something that does this is the default ShareThis script.
Umbraco v6 strange querystring in url
I'm building an Umbraco V6 MVC site and have a number of controllers. When you enter a URL into the address bar or click one of the navigation links like www.domain.com/candidates when the page renders the URL has changed to www.domain.com/candidates#.UqeKJvTIYUY
If you then click the same navigation link to load the page again the querystring has disappeared.
I've followed this link to ensure I'm using cookies for the account area. Any ideas ?
That looks like something a client side tracking script might do. Does your site use any third party tracking or analytics scripts? An example of something that does this is the default ShareThis script.
Cheers,
Tim.
Thanks Tim, never thought to remove the addThis scripts !!
In the end they needed to have address bar tracking turned off - http://support.addthis.com/customer/portal/questions/352733-how-to-remove-hash-from-url-
Was just about to say you can turn it off in the share this config!
:)
This took me ages to figure out when it happened to me!
is working on a reply...