iT邦幫忙

0

網頁標題圖片

  • 分享至 

  • xImage

請問title旁的圖片怎麼放

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

4
copemoe
iT邦研究生 1 級 ‧ 2022-08-23 11:53:46
最佳解答

放在網頁中的

<head>
  <link rel="shortcut icon" href="/favicon.ico" />
</head>

參考

本站按下 F12 看一下 HEAD 區段以下程式碼

<title>網頁標題圖片 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天</title>

<meta name="description" content="請問title旁的圖片怎麼放">
<meta name="keywords" content="iT邦幫忙,iThome">
<meta name="author" content="iThome">
<meta property="og:site_name" content="iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天">
<meta property="og:url" content="https://ithelp.ithome.com.tw/questions/10209890">
<meta property="og:type" content="website">
<meta property="og:title" content="網頁標題圖片 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天">
<meta property="og:image" content="https://ithelp.ithome.com.tw/storage/image/fbpic.jpg">
<meta property="og:description" content="請問title旁的圖片怎麼放">
<meta property="fb:app_id" content="137875859607921">

<link rel="apple-touch-icon" sizes="57x57" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://ithelp.ithome.com.tw/storage/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="https://ithelp.ithome.com.tw/storage/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://ithelp.ithome.com.tw/storage/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://ithelp.ithome.com.tw/storage/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://ithelp.ithome.com.tw/storage/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://ithelp.ithome.com.tw/storage/favicons/manifest.json">
<link rel="mask-icon" href="https://ithelp.ithome.com.tw/storage/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="https://ithelp.ithome.com.tw/storage/favicons/mstile-144x144.png">

這就是最完整的範本了啊

Hans5300609 iT邦研究生 4 級 ‧ 2022-08-26 02:20:12 檢舉

favicon也太多了@@

我要發表回答

立即登入回答