소스 검색

Add twitter-image meta-tag

Robin Linus 9 년 전
부모
커밋
aa3771948b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/index.html

+ 2 - 1
app/index.html

@@ -20,7 +20,8 @@
     <meta name="application-name" content="PSK">
     <link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
     <link rel="fluid-icon" type="image/png" href="images/touch/chrome-touch-icon-192x192.png">
-    <meta property="og:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png" />
+    <meta property="og:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png"/>
+    <meta name="twitter:image" content="https://snapdrop.net/images/touch/chrome-touch-icon-192x192.png"/>
     <!-- Add to homescreen for Safari on iOS -->
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black">