Home
Softono
linkvertise

linkvertise

Open source JavaScript
14
Stars
0
Forks
0
Issues
1
Watchers
6 years
Last Commit

About linkvertise

linkvertise is a software utility designed to interact with the Linkvertise URL shortener service via an API. Its primary function is to programmatically generate shortened, dynamic links for specified target URLs using a provided user identifier. The tool simplifies the link generation process by accepting two key parameters: a numeric user ID and the destination URL string. Upon execution, it returns a full Linkvertise shortened address that includes a dynamic tracking segment, enabling users to integrate link shortening capabilities directly into their applications or workflows. This utility is particularly useful for developers needing to automate the creation of monetized or tracked short links at scale without manually accessing the Linkvertise web interface. The implementation is straightforward, requiring a simple function call with the user ID and target link to produce the final redirected URL.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Linkvertise API

This API generates a link for the URL shortener Linkvertise.

Usage

linkvertise(userid, link)

Example

console.log(linkvertise(65354, "https://google.com")) > https://link-to.net/65354/941.8708341041977/dynamic?r=aHR0cHM6Ly9nb29nbGUuY29t