# ปุ่มแชร์
ByteArk Player รองรับการแชร์ข้อมูลไปยังโซเชียลเน็ตเวิร์คต่างๆ โดย ByteArk Player สนับสนุนการแชร์ไปยังโซเชียลเน็ตเวิร์คดังนี้
- Line
คุณสามารถเปิดใช้งานปุ่มแชร์ได้โดยระบุ options shareOptions
ดังตัวอย่าง
# ตัวอย่างซอร์สโค้ด
var player = byteark('video-player', {
media: {
title: 'Big Buck Bunny',
poster: '/assets/samples/player/legacy/images/poster.jpg',
sources: [{
src: 'https://byteark-playertzxedwv.stream-playlist.byteark.com/streams/TZyZheqEJUwC/playlist.m3u8',
type: 'application/x-mpegURL'
}],
},
shareOptions: {
url: 'https://www.byteark.com',
title: 'Byteark: โซลูชั่น CDN ที่เหมาะสมกับแอพพลิเคชั่นของคุณ'
}
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
# Options
Options | Type | Default | Description | Required |
---|---|---|---|---|
shareOptions.url | String | - | URL ของวิดีโอ | Yes |
shareOptions.title | String | - | ชื่อวิดีโอ | No |