[WordPress] 外掛分享: Smart External Link Click Monitor [Link Log]

首頁外掛目錄 › Smart External Link Click Monitor [Link Log]
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
1,000+
安裝啟用
★★★★
4.5/5 分(8 則評價)
888 天前
最後更新
0%
問題解決
WordPress 4.0+ PHP 5.4+ v5.0.2 上架:2014-02-24

內容簡介

Smart External Link Click Monitor (前身為 Link Log) 外掛能夠追蹤您的訪客點擊哪些外部連結。

數據存儲在您的伺服器上,無需外部服務。

使用方法

Link Log 外掛會將您所有指向外部站點的連結更改。例如,https://www.google.com會被更改為類似 https://www.example.com/?goto=HUESQ2ifGipAlHg4OTUzfihAUgfz1La8 的網址連結。連結更改會在發佈文章或頁面時發生。指向您網站內頁面的內部鏈接不會受到更改,除此之外,不以 http 或 https 開頭的網址不會被更改(tel 的 URL 追蹤可以選擇性地啟用)。此外,屬性(例如 class 或 target)不會受到影響。不需要更改任何東西,在前端自動更改所有文章和頁面中的所有鏈接。編輯後端的文章或頁面時,所有鏈接都會顯示未更改。

設置(可選)

在 “設置” -> “Link Log” 中可以更改幾個設置。

文檔和支持

外掛文檔

支持論壇

您喜歡這個外掛嗎?

我花費了我珍貴的免費時間來開發和維護我的免費 WordPress 外掛。您不需要捐贈。沒有錢、沒有啤酒、沒有咖啡。如果您喜歡這個插件,請幫我一個忙,給它一個好的評分。謝謝。

外掛隱私信息

此外掛不會設置 cookie
此外掛會將訪客的 IP 地址存儲在您的數據庫中(參見下文)
此外掛不會向外部服務器發送任何數據

Peter 的外掛隱私信息頁面

從版本 3 開始,Link Log 外掛在將訪問者的 IP 地址存儲到數據庫之前會加密它。IP 地址僅用於識別來自相同 IP 地址的多次點擊並從計數中排除它們。加密 IP 地址不會改變功能。加密的 IP 地址無法解密。

如果您在版本 3 之前已經使用過此插件,您的數據庫中將包含未加密的 IP 地址。在這種情況下,WordPress 管理員將顯示一條消息。插件使您能夠加密已經存在的數據。不能忽略此消息。當沒有更多未加密的數據時,消息將消失。

從版本 3 開始,這個外掛是完全符合歐盟通用數據保護條例(GDPR)的,只要您加密了已存儲的數據即可。

ClassicPress

此外掛與 ClassicPress 兼容。

Peter 的其他外掛

查看我的其他外掛

對於主題開發人員

您可以在主題文件中使用兩個功能:

get_linklog_url( $url ) 可以獲得追蹤 URL,
例如:<?php $google = get_linklog_url( 'http://www.google.com' ); ?>

the_linklog_url( $url ) 可以顯示追蹤的 URL,
例如:<a href="<?php the_linklog_url( 'http://www.google.com' ); ?>" target"=_blank">Google</a>

外掛標籤

開發者團隊

⬇ 下載最新版 (v5.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Smart External Link Click Monitor [Link Log]」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

The Smart External Link Click Monitor Plugin allows you to track which external links your visitors click on.
Data are stored on your server. No external service needed.
Retired Plugin
Development, maintenance and support of this plugin has been retired in october 2023. You can use this plugin as long as is works for you.
There will be no more updates and I won’t answer any support questions. Thanks for your understanding.
Feel free to fork this plugin.
Usage
The Link Log Plugin changes all your links to external sites. For example https://www.google.com is changed to something like https://www.example.com/?goto=HUESQ2ifGipAlHg4OTUzfihAUgfz1La8. The link change takes place when a post or page is displayed. Internal links to pages on your domain are not changed, also URLs not starting with http or https are not changed (tracking of tel URLs can be activated optionally). Also attributes (like class or target) are not touched. There is no need to change anything. All links in all posts and pages are changed automatically in front end. When editing a post or page in back end all links appear unchanged.
Settings (optionally)
In ‘Settings’ -> ‘Link Log’ you can change several settings.
Plugin Privacy Information

This plugin does not set cookies
This plugin stores encrypted IP-addresses of visitors in your database
This plugin does not send any data to external servers

For Theme Developers
There are two functions you can use in your theme files:
get_linklog_url( $url ) to get the tracking URL,
e.g.
the_linklog_url( $url ) to echo the tracking URL,
e.g. Google

延伸相關外掛

文章
Filter
Mastodon