저희 홈페이지쪽 og태그를 설정하였습니다.
스마트폰에서는 아무런 문제없이 og:image부분이 나오고 있는대요…
pc 버전에서 og:image가 제대로 작동하지 않습니다.
예)
http:// www.xxxx.co.kr/ —> 제대로 작동됨
www.xxxx.co.kr → 이미지만 보이지 않음
위 2가지는 스마트폰 카카오톡에선 제대로 작동하는데 문제는 없는것 같습니다.
태그 내용입니다.
<title>타이틀입니다..</title>
<meta property="og:url" content="http:// www.xxxx.co.kr/ ">
<meta property="og:type" content="website">
<meta property="og:title" content="회사명">
<meta property="og:image" content="http://drive.google.com/xxx/xxx/B-BSlxCkSxBFVkY1TjcyS3V2clE">
<meta property="og:description" content="xxxxxxxxxxxxxxx">
<meta property="og:site_name" content="NextGuide">
<meta property="og:image:width" content="313">
<meta property="og:image:height" content="277">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
<link rel="image_src" href="http://drive.google.com/xxx/xxx/B-BSlxCkSxBFVkY1TjcyS3V2clE">
<link rel="shortcut icon" href="http://www.xxxx.co.kr/img/main/favicon.ico">
<link rel="stylesheet" href="inc/style.css" type="text/css">
</head>
이미지는 구글 드라이브에 있는 이미지(모든 인터넷사용자 보기가능)로 연결하였고
패이스북도 문제없이 잘 나오네요… 어찌 확인을 해야될지…~~