In this below codes, i want a script that will display the full url of a page inside where there is FULL URL! Please help me! Note, my site is just an xhtml site(Wapka.Mobi)
var disqus_url = 'FULL URL';
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();