1.0.1 • Published 3 years ago

linkvertise v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Linkvertise

Linkvertise is an easy-to-use NPM package that shorten Linkvertise.com links automatically for you!

Guide

Step 1: First things first, install Linkvertise package using NPM: npm install linkvertise Step 2: If you already have a Linkvertise account, please click on Full Script API and then click on Activate Full Script API Step 3: Now you should see a little script right there. Take this code from it: <script src="https://linkvertise.net/cdn/linkvertise.js"></script><script>linkvertise(**258831**, {whitelist: [], blacklist: [""]});</script> In my case, the code is: 258831

Example:

const linkvertise = require("linkvertise")
linkvertise("https://example.com", 258831)
//https://example.com is the target link that the user will be redirected to after watching ads
//258831 is the code that we got previously and it is important because using that code you get earnings into your account

Contact Me:

Discord: BCR#0001 Instagram: bachar_souhail1 Email: bacharsouhail99@gmail.com

Disclaimer

I AM NOT AFFILIATED WITH LINKVERTISE.COM AND I AM NOT WORKING WITH THEM. THIS IS AN UNOFFICIAL PACKAGE

License:

This code is licensed under MIT LICENSE

1.0.1

3 years ago

1.0.0

3 years ago