Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 아이오닉 스크롤 이벤트
- angular animation
- mysql if
- angular button
- formgroup
- prisma
- Router
- 호버
- egov spring ajax 사용 예시
- 앵귤러 모달
- 옵저버블
- TAILWIND
- Oracle LISTAGG 사용 예시
- flex-1
- 셀렉트박스 커스텀
- angular route
- ajax 사용 예시
- Angular Router
- 스크롤 이벤트 감지
- 검색
- angular modal
- scroll
- ApexChart
- 스크롤 이벤트
- Ionic modal
- route
- 앵귤러 애니메이션
- modal
- summary
- 모달
Archives
- Today
- Total
깜놀하는 해므찌로
Open Gragh 오픈 그래프 / 카카오 url 전송 시 사이트 설명 보이도록 설정하기 예시 본문
반응형
SMALL
1. 카톡으로 url 을 전송할 경우 이미지와 함께 사이트 설명이 나오도록 설정하기
<!-- open gragh -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com/page.html" />
<meta property="og:title" content="Content Title" />
<meta property="og:image" content="https://example.com/image.jpg" />
<meta property="og:description" content="Description Here" />
<meta property="og:site_name" content="Site Name" />
<meta property="og:locale" content="en_US" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!--iOS navtive app connect -->
<meta property="al:ios:url" content=" ios 앱 URL" />
<meta property="al:ios:app_store_id" content="ios 앱스토어 ID" />
<meta property="al:ios:app_name" content="ios 앱 이름" />
<!--Android navtive app connect -->
<meta property="al:android:url" content="안드로이드 앱 URL" />
<meta property="al:android:app_name" content="안드로이드 앱 이름" />
<meta property="al:android:package" content="안드로이드 패키지 이름" />
<meta property="al:web:url" content="안드로이드 앱 URL" />
2. open gragh 부분을 추가하신 후 내용은 프로젝트에 맞게 설정하시면 됩니다.
3. 웹 외 앱도 존재하는 경우 앱으로 연결할 수 있도록 하단 ios, android 연결 부분도 작성하시면 됩니다.
반응형
LIST
'IT' 카테고리의 다른 글
Github action deploy 깃허브 액션 배포 예시 (0) | 2023.08.07 |
---|---|
Github Action Deploy 배포 시 이미지 파일 크기로 인한 오류 해결 (0) | 2023.08.06 |
NullInjectorError: No provider for HttpClient! 에러 해결 (0) | 2023.08.04 |
Angular Ionic Nx Webpack 활용 예시 @project (0) | 2023.08.03 |
Ionic 구조 (0) | 2023.08.02 |