Windows 8 Metro Tiles does not work in the theme, despite the correctness of the code

Set up Win 8 Metro Tiles according to the instructions of Microsoft - http://www.buildmypinnedsite.com , but they just do not work for me. My website is http://themixtapesite.com

Here is my header code with tags in place, all other tags for other things work, all my code related to Apple works fine.

<head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <link rel="apple-touch-icon-precomposed" href="http://assets.themixtapesite.com/images/touch-icon-iphone.png" /> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://assets.themixtapesite.com/images/touch-icon-ipad.png" /> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://assets.themixtapesite.com/images/touch-icon-iphone-retina.png" /> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://assets.themixtapesite.com/images/touch-icon-ipad-retina.png" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <meta name="description" content="<?php rb_excerpt('rb_excerptlength_widget', 'rb_excerptmore'); ?>"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="application-name" content="TMS"/> <meta name="msapplication-TileColor" content="#000000"/> <meta name="msapplication-TileImage" content="http://assets.themixtapesite.com/images/15024da5-9803-4120-af3f-e8b2636c5eba.png"/> 

There is nothing wrong with the code, you look at the source and it there, but Win 8 and the microsoft site do not read any of the three tags, title, color or image. Something must be connected with my topic, but what could it be?

+4
source share
2 answers

First, you can remove the optional viewport tag. No need to have two there?

Your page also has private tags. Maybe it makes him not show?

http://validator.w3.org/check?uri=http%3A%2F%2Fthemixtapesite.com .

Fasten these two, then come back to me. Sorry, but I have too many comments to comment on you.

+1
source

To display tileColor and tileImage , you must connect to the start screen from Internet Explorer ( ie9 +).

0
source

All Articles