https://github.com/tutv/sales-pop
https://github.com/tutv/sales-pop
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tutv/sales-pop
- Owner: tutv
- Created: 2018-07-10T15:53:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T16:18:11.000Z (almost 8 years ago)
- Last Synced: 2025-02-04T21:45:25.924Z (over 1 year ago)
- Language: CSS
- Homepage: https://tutv.github.io/sales-pop/
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sales pop
Demo: https://tutv.github.io/sales-pop/
## Installation
Add script to your website:
```html
var GE_MESSAGES = [
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Hồng đến từ Đà Nẵng, vừa đặt mua</p><small>3 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Mai đến từ Nghệ An, vừa đặt mua</p><small>2 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Hạnh đến từ Hồ Chí Minh, vừa đặt mua</p><small>5 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Minh ở Yên Bái, vừa đặt mua</p><small>6 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Lan ở Khánh Hòa, vừa đặt mua</p><small>10 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Mai Châu ở Sơn La, vừa đặt mua</p><small>3 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Nga ở Hà Nội, vừa đặt mua</p><small>5 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Như ở Bắc Ninh, vừa đặt mua</p><small>7 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Hồng Hạnh ở Thanh Hóa, vừa đặt mua</p><small>8 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
{
title: 'Phụ Hương Khang',
msg: '<p>Chị Hoa đến từ Đà Nẵng, vừa đặt mua</p><small>2 phút trước</small>',
img: 'https://tutv.github.io/sales-pop/src/demo.png',
},
];
```