Disqus comments bad url

RikuAnsem

New Member
Hi.
Sorry for my bad english.
I made an App with feed module and "Disqus".

When a user enter from app to comment (I'm current using cutenews) it see messages different than PC.

Real URL example: http://www.khworld.org/iceberg/inde...183&archive=&start_from=&ucat=&#disqus_thread

Appyet disqus url: http://www.appyet.com/Handler/Disqus.ashx?guid=ac4625645b5045fd86e932b219bb3e7d&id=fef7d096fb95fc211356d4d8a7f859f8&shortname=khworld&locale=es&title=%5BTorneo+KH%5D+-+Mejor+vestimenta%3A+%C2%A1Ventus+%28Armadura%29+vs.+NoHeart%21&url=http%3A%2F%2Fwww.khworld.org%2Ficeberg%2Findex.php%3Fsubaction%3Dshowfull%26id%3D1434991183%26archive%3D%26start_from%3D%26ucat%3D%26%23disqus_thread

I mean that the problem is the full url or similar.

There any method to fix it?

Thanks in advanced.

EDIT: I added this code and it won't work because it is ignored/replaced by the app:

<script type="text/javascript">
var current_url = window.location.href;
var startUrl = current_url.indexOf("www.khworld.org");
var disqus_url = 'http://' + current_url.substr(startUrl);
</script>
 
Last edited:
Top