Story
- Description:
카카오스토리 플러그인들과 관련된 함수들이 포함되어 있습니다.
주의! 이 문서는 JavaScript SDK v1 레퍼런스입니다. 최신 버전은 JavaScript SDK 레퍼런스를 참고합니다.
Methods
(static) cleanup()
- Description:
카카오스토리 공유 버튼과 관련된 리소스를 해제합니다.
(static) createFollowButton(settings)
- Description:
지정한 Element를 클릭할 때 카카오스토리 채널로부터 소식을 받도록 합니다.
- See:
Parameters:
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object | 카카오스토리 소식받기 버튼과 관련된 설정을 key/value로 전달합니다. Properties
|
(static) createShareButton(settings)
- Description:
지정한 Element를 클릭할 때 카카오스토리 공유 창이 열리도록 합니다.
- See:
Parameters:
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object | 카카오스토리 공유 버튼과 관련된 설정을 key/value로 전달합니다. Properties
|
(static) open(settings)
- Description:
모바일 환경에서 카카오스토리 앱 공유 화면을 엽니다.
- See:
Examples
// 1. 필수 옵션만 사용. 메타 정보는 스크랩 서버가 자동으로 생성
Kakao.Story.open({
url: 'http://my.share.url.com',
text: 'Text to share'
})
// 2. 스크랩된 url의 메타 정보를 바꾸고 싶을때
Kakao.Story.open({
url: 'http://my.share.url.com',
text: 'Text to share',
urlInfo: {
title: 'The title of a shared site',
desc: 'A description of a website',
name: 'The name at the bottom',
images: ['http://my.image.url']
}
})
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object | 카카오스토리 공유 버튼과 관련된 설정을 key/value로 전달합니다. Properties
|
(static) share(settings)
- Description:
카카오스토리 웹 공유 창을 엽니다.
- See:
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
settings |
Object | 카카오스토리 공유 버튼과 관련된 설정을 key/value로 전달합니다. Properties
|