카톡 공유 썸네일 새로고침
카톡 공유 썸네일 안 바뀔 때 디버거로 새로고침.
HTML 바꿔도 카톡 공유 썸네일 그대로임. 크롤러가 기존 이미지 가져와서 그럼. 크롤러 다시 돌려야 함.
https://developers.kakao.com/tool/debugger/sharing
카카오 개발자 공유 디버거 씀. 여기에 URL 넣고 새로고침 하면 끝.
여기서 배울 것
- 카톡 공유 썸네일은 HTML 변경만으로 안 바뀜.
- 카카오 크롤러가 캐싱된 이미지 가져옴.
- 공유 디버거로 크롤러 강제 재실행 가능.
원본 파일 보기 (.claude/skills/tn-kakao-share-thumbnail-refresh/SKILL.md)
---
name: 카카오톡 공유 썸네일 반영
description: Use when KakaoTalk share thumbnails are not updated after HTML changes, requiring the crawler to be re-triggered using the Kakao Developers Sharing Debugger.
version: 1.0.0
source: /home/son/prj/resume/backup_notes_260317/notion/Tech Note/카카오톡 썸네일 변경하기 2e1d7efd824b80099ee9e7ac446c36f3.md
---
# 카카오톡 썸네일 변경하기
html의 구조를 변경해도
크롤러가 기존 이미지를 불러오기에
크롤러를 다시한번 작동시켜야 함.

[https://developers.kakao.com/tool/debugger/sharing](https://developers.kakao.com/tool/debugger/sharing)