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

まず、余分なビューポート タグを削除できますか。2つ持つ必要はないですよね?

また、あなたのページには閉じられていないタグがあるようです。これが原因で表示されないのではないでしょうか?

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

この 2 つを修正してから、私に連絡してください。申し訳ありませんが、私は初心者であり、直接コメントすることはできません。

于 2013-06-12T21:38:07.127 に答える
0

tileColorとを表示するには、メトロ (タイル) バージョンの Internet Explorer ( +)tileImageから開始画面にピン留めする必要があります。

于 2013-06-06T23:39:41.270 に答える