4

按照 Microsoft 的说明设置 Win 8 Metro Tiles - http://www.buildmypinnedsite.com但它们对我不起作用。我的网站是http://themixtapesite.com

这是我的带有标签的标题代码,所有其他标签都可以正常工作,我所有与 Apple 相关的代码都可以正常工作。

<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"/>

代码似乎没有任何问题,您查看源代码及其那里,但 Win 8 和微软网站不读取任何 3 个标签、标题、颜色或图像。一定与我的主题有关,但它可能是什么?

4

2 回答 2

1

首先,您可以删除额外的视口标签。没有必要有两个是吗?

此外,您的页面似乎有未封闭的标签。也许这导致它不显示?

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

修复这两个然后回复我。对不起,我太菜鸟了,无法直接对你发表评论。

于 2013-06-12T21:38:07.127 回答
0

要显示tileColor和显示,您必须从 Internet Explorer ( +)tileImage的 Metro(平铺)版本将其固定到开始屏幕。

于 2013-06-06T23:39:41.270 回答