Skip to content

Clink - Countdown then Redirect links is a WordPress plugin to manage 301 redirections, count their visits and use countdown before redirect to links.

Notifications You must be signed in to change notification settings

saeedshabani/clink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Clink - WordPress Link Manager  ===
Contributors: aryanthemes
Donate link: https://aryanthemes.com/
Tags: 301, affiliates, click tracking, custom post types, external-links, link manager, links, outbound links, pretty links, redirect, countdown, counter, Link Organization, Links List, link
Requires at least: 3.1.0
Tested up to: 5.5
Stable tag: 1.2.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Clink - WordPress Link Manager is a WordPress plugin to Manage, create and track outbound links by custom links. like : name.com/clink/google 

== Description ==

Clink - WordPress Link Manager is a WordPress plugin to Manage, create and track outbound links by custom pretty links with your domain. like : name.com/clink/google
With WordPress Clink plugin you can make 301 redirections and count their visits. Also you can use countdown before redirect to links.

= Some Clink Features =   

*	Create and manage indirect, internal and external links
*	Show a countdown timer before redirect to destination link
*	Manage show or hide countdown timer for all links from Global Clink Settings
*	Manage show, hide or use global countdown settings for each link separately
*	Count number of visits for each link separately
*	All links without the countdown timer, use 301 redirect type
*	links with countdown timer, use JavaScript redirect method
*	Ability to change Clink base links URL slug easily from Global Clink Settings
*	Ability to change Clink countdown timer duration from Global Clink Settings
*   You can see popular links in wordpress dashboard with Clink Popular Links widget - **new**
*   You can use Clink Links list widget to show your custom links in WordPress themes sidebars - **new**
*   You can use Clink shortcode to show your custom links anywhere you like - **new**
*	The ability to categorize links in custom categories - **new**
*   RTL style Is supported by Clink

= Clink Links list widget options =

*	Title : Edit title of the widget
*	Category : Show links from All links categories or only one category
*	Number of Links to show : Defined how many links show on the widget
*	Links Offset : Defined number of links to displace or pass over
* 	Links order by : Order links none, ID, author, title, date, modified, rand, clicks
*	Links order : Ordering links in DESC or ASC
*	Exclude links : Exclude some links base on the links ids from Clink Links list widget
*	Display links clicks : Show or hide number of clicks on each link

= Clink shortcode =

With Clink shortcode you can have all Clink Links list widget options in a WordPress shortcode.
For more informations about Clink shortcode please see the [FAQ](https://wordpress.org/plugins/clink/faq/) page

= Translations =

*	English
*	Persian (Farsi)

== Installation ==

To install Clink you can follow these steps:
e.g.

=	From your WordPress dashboard =

1.	Visit 'Plugins > Add New'
2.	Search for 'Clink'
3.	Activate Clink from your Plugins page.
4.	Visit 'Clink > Add New' and create new links. (You can always delete these later).

=	From WordPress.org	=

1.	Download Clink.
2.	Upload the 'Clink' directory to your '/wp-content/plugins/' directory, using FTP, SFTP, SCP, ...
3.	Activate Clink from your Plugins page.
4.	Visit 'Clink > Add New' and create new links. (You can always delete these later).

=	Next	=

*	Visit 'Clink > global settings' and adjust your configuration.


== Frequently Asked Questions ==

=	How can I disable countdown for all links?	=

For disable countdown for all links please go to the 'WordPress dashboard > Clink > Global settings' then select 'No' for countdown and save changes.

= When I disable countdown from 'Clink Global settings' can I enable countdown only for some links? =

Yes if you select 'yes' from Clink Global settings page for countdown, you can manage countdown for each link directly from Link Informations meta box.

=	What's 'powered by Aryan Themes' settings?	=

If you want to support us you can use this option. To use it, please go to the 'WordPress dashboard > Clink > Global settings' then select 'Yes' for 'powered by Aryan Themes' filed and save changes.

=	How can i change countdown duration for links?	=

You can go to the 'WordPress dashboard > Clink > Global settings' then change the number of 'countdown duration' filed and save changes.

=	How can i change the base slug of Clink links?	=

Go to the 'WordPress dashboard > Clink > Global settings' then change the value of 'base slug' filed and save changes.

=	How can i use Clink shortcode?	=

The simple use of the Clink shortcode is:

	[clink]

But if you want to customize the output of the Clink shortcode you can use the it like below  

	[clink title="Clink Links list" cat="all" order="DESC" orderby="none" offset="0" number="10" exclude="" showclicks="true"]

*	title		: a string
*	cat			: "all" for show links from all categories, or "ids" of the categories that separated by commas
*	order		: DESC , ASC
*	orderby 	: none, id, author, title, date, modified, rand, clicks
*	offset  	: a number
*	number  	: a number
*	exclude 	: Ids of posts that separated by commas
*	showclicks	: true, false	
	
=	Can i use Clink shortcode directly in the WordPress PHP files?	=
	
Yes you can use Clink shortcode in the WordPress PHP files like this:

	echo do_shortcode('[clink]');
	
== Screenshots ==

1. Clink Countdown page
2. Add new Clink link
3. Edit old Clink link
4. list of all Clink links
5. Global Clink settings page
6. Popular links widget for WordPress dashboard
7. Clink Links list widget
8. Clink Links list widget in Front-End
9. Clink WordPress shortcode
10. Clink WordPress shortcode in Front-End

== Changelog ==

= 1.2.2 =

* Test with WordPress 5.5

= 1.2.1 =

* Add new option to Global settings page to moderate seo meta tags of the Clink countdown page - Thanks @prob3
* Fix some bugs of the Clink countdown page with Google Chrome browser - Thanks @prob3

= 1.2 =

* Add Clink WordPress shortcode
* Add Clink Links list widget
* Add popular links widget for WordPress dashboard
* Add new option to the Clink global settings to add custom css style to the Clink links countdown page
* Add the ability to categorize links in custom categories
* Fix small bug in the Firefox links clicks count
* Update translation files of the Persian language (fa_IR)
* Tested with WordPress v4.3.1

= 1.1 =

* Hello WordPress world ...

About

Clink - Countdown then Redirect links is a WordPress plugin to manage 301 redirections, count their visits and use countdown before redirect to links.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.4%
  • CSS 13.7%
  • JavaScript 1.9%