linkvertise

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i linkvertise

Weekly Downloads

12

Version

1.0.1

License

MIT

Unpacked Size

3.28 kB

Total Files

4

Last publish

Collaborators

  • bacharsouhail