• Can anyone help me add the ie6update code to my blog from https://ie6update.com?

    The instructions are to Copy and paste the following code before your closing </body> tag:

    <!--[if IE 6]>
    <script type="text/javascript">
    	/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\"   src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; }
    	var IE6UPDATE_OPTIONS = {
    		icons_path: "https://static.ie6update.com/hosted/ie6update/images/"
    	}
    </script>
    <script type="text/javascript" src="https://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
    <![endif]-->

    I’m not sure which page I should edit?

    – Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Most likely you will need to edit the header.php file of your theme, which would probably reside in the /wp-content/themes/your-theme-name-here/ folder.

    That code snippet should be inserted somewhere between the <head></head> tags.

    Hope that helps!

    This should help even more, I just made a WP plugin to do it for you! https://japh.com.au/plugins/wp-ie6update/

    It will hopefully be in the WP extensions directory shortly too.

    Thread Starter jdgfrommtl

    (@jdgfrommtl)

    Awesome! I’ve added this to my blog.
    I tried to test if it is working with user agent spoofing.
    (using firefox and User Agent Switcher add-on.

    Sucessfully tested spoofing as: MSIE 6.0 but I’m not seeing the bar browsing on my site.

    Not sure if it’s actually working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with adding ie6update (ie6 killer bar) to blog’ is closed to new replies.