• Link to my RSS http://nayes.mygol.net/feed

    There is an error in my server RSS insert code inside the pages automatically
    “<script Type=’text/javascript’>”

    And I can not remove it I asked him did not help .. Is it possible to install a plugin to solve this problem or another way to solve the problem I’d love to help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You put your tracking code after the closing html tag.

    You should be able to fix it in a fraction of a second. Just cut and paste it before </html> then save it.

    </html><!-- www.Host1Free.com Counter Code -->
    
            <script type='text/javascript'>
                    var _gaq = _gaq || [];
                    _gaq.push(['_setAccount', 'UA-7382389-46']);
                    _gaq.push(['_trackPageview']);          
    
                    (function() {
                            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
                    })();
            </script>
    <noscript>
    <a href="http://www.host1free.com/free-php-hosting/" title="Free PHP Hosting">Free PHP Hosting</a>
    <a href="http://www.host1plus.com/magento-hosting/" title="Magento Hosting">Magento Hosting</a>
    </noscript>
    <!-- End of www.Host1Free.com Counter Code -->
    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @jrt55 You really need to stop creating duplicate topics. The other 8 duplicate postings have been deleted.

    As bottleneck indicated, the problem appears to be that either you (doubtful) or your free host provider (odds are very good it’s them) is appending that script code onto the feed and HTML output.

    Contact your host and ask them if they’ll stop doing that. If they say no then switch to another host.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in RSS’ is closed to new replies.