이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Clink – WordPress Link Manager

설명

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 page

Translations

  • English
  • Persian (Farsi)

스크린샷

  • Clink Countdown page
  • Add new Clink link
  • Edit old Clink link
  • list of all Clink links
  • Global Clink settings page
  • Popular links widget for WordPress dashboard
  • Clink Links list widget
  • Clink Links list widget in Front-End
  • Clink WordPress shortcode
  • Clink WordPress shortcode in Front-End

설치

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.

FAQ

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]');

후기

2022년 3월 29일
This plugin is very useful Thank you for posting it But will support stop for future versions of WordPress? We also need a way to modify the countdown template to match the Adsense codes Thank you
2020년 9월 26일
exactly what I was looking for But I hope the developer will keep updating the plugin In terms of the appearance of the external page I wanted to donate to the add, but the link does not work Thanks again
2016년 9월 3일 답글 1개
This is exactly what we need! We tried a few other external link plugins and none of them did what we wanted. In seconds we set up CLINK and after a few minutes we had all our external links (12 helpful links + 11 our clients links) working and listed on our links pages exactly as we needed it – with categories, with target _blank, arranged by date, showing the count. THANK YOU! THANK YOU!
2016년 9월 3일 답글 1개
1: Your plugin has been destroyed site SEO. You added “no follow” code into the your template file. So, this code already destroyed SEO. Please resolve this problem. 2: Your plugin does not work on Chrome latest vers. I’ve been editing it for good looking. 3: Does not seen Post head, id , logo, menu etc. on Downlodin page (On Chrome). So i hope you will solve all. Thanks.
모든 7 평가 읽기

기여자 & 개발자

“Clink – WordPress Link Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Clink – WordPress Link Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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 …