Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Website to auto generate Amazon affiliate links with your tag and with bitly url shortener

Notifications You must be signed in to change notification settings

guillaumebriday/Amazon-Affiliate-Link-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Amazon Link Generator

This is a website to generate Amazon links with your tag inside if you are an amazon partner. Bitly API is used to shorten the link. It's built in vanilla JavaScript prevents the importation of jquery (or equivalent) and improves performance. PHP is used as server side langage to keep your bitly access token private.

Installation

You will need to change the variables "tag" and "access_token" with your personal information as follows :

In index.html

var tag = "your_amazon_personal_tag";

In bitly.php

$access_token = "your_bitly_personal_access_token";

Improvements

Feel free to request suggestions or bug corrections to improve the project.

About

Website to auto generate Amazon affiliate links with your tag and with bitly url shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published