https://github.com/dennisinteractive/skimlinks
Fork of Skimlinks contrib module
https://github.com/dennisinteractive/skimlinks
Last synced: 12 months ago
JSON representation
Fork of Skimlinks contrib module
- Host: GitHub
- URL: https://github.com/dennisinteractive/skimlinks
- Owner: dennisinteractive
- Created: 2018-07-18T11:01:38.000Z (almost 8 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2018-08-06T09:13:15.000Z (almost 8 years ago)
- Last Synced: 2025-05-19T14:52:25.739Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.drupal.org/project/skimlinks
- Size: 164 KB
- Stars: 0
- Watchers: 35
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========
This module transforms links to retailers into affiliate links, enabling you to
earn revenue when people click on the links and make purchases on retailers'
websites.
Installation
============
Copy the module directory in to your Drupal /sites/all/modules directory
as per usual.
Configuration
=============
Go to /admin/config/services/skimlinks
Fill in the form with your Domain Id
The custom redirect subdomain should start with http/https
i.e. http://go.redirectingat.com
Choose if you want to use the Client side or Server side implementation.
Client side uses javascript to alter the links.
Server side alters the links during the execution. The main advantage of using
it is to make it work well on mobile phones
e.g.
* Google Accelerated Mobile Pages (AMP)
* Facebook Instant Articles (IA)
* Apple News
In theory, you should only redirect to domains that are Skimlinks Merchants.
To find out if a domain is a Skimlink Merchant visit:
http://developers.skimlinks.com/merchant.html.
When you save a node, the links found in the fields will be checked using the
Merchant API http://developers.skimlinks.com/merchant.html
All domains will be added/removed to/from the known domains automatically when
you save a node or when cron runs.
The blacklist is a global option that will avoid changing any link that points
to a domain in the list.