@dtr-labs/vtagz-sdk
v1.7.2
Published
Vtagz web SDK for embedding experiences
Downloads
12
Readme
VTagz Popup SDK
Implementation
<html>
<head>
<title>VTAGZ Popup Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script src="https://cdn.vtagz.com/vtagz.popup-1.0.0.js"></script>
</head>
<body>
<script>
VTAGZ.open({
link: 'https://stage.vtagz.com/claim?token=Dhru595E',
title: 'My offer title',
subtitle: 'My offer subtitle'
});
</script>
</body>
</html>Options
- link - any claim link from VTAGZ
Building
- For local testing npm run build-dev
- For production npm run build-prod
Development
- start server
node server.js - watch code
npm run watch - start claim site
- browse to
localhost:4000
