[WordPress] 外掛分享: Copy URL button

首頁外掛目錄 › Copy URL button
WordPress 外掛 Copy URL button 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
50+
安裝啟用
★★★★★
5/5 分(2 則評價)
4586 天前
最後更新
問題解決
WordPress 3.0.1+ v1.0 上架:2013-06-04

內容簡介

使用這款外掛,可以在您的部落格中加入一個類似「複製網址按鈕」的社交媒體按鈕,方便訪客複製特定頁面或文章的網址。

這個複製網址按鈕外掛可以透過 shortcode 程式碼放置在 Worpress 編輯器中,或者使用 PHP 將 shortcode 內容輸出至 WP 主題的樣板檔案中。

目前這個外掛支援兩種顯示方式:

預設顯示 – 按鈕看起來像是社交媒體按鈕,顯示分享次數泡泡。
小型顯示 – 在 shortcode 中加入 size=’small’ 參數,按鈕看起來像是一個沒有分享次數的小型分享按鈕。

這個外掛並不會為您建立連結,而是增強使用性,方便訪客複製或分享特定文章或頁面的網址。

這個外掛由 SEO Review Tools 開發。

如何在文章或頁面中加入複製網址按鈕?

在文章編輯器中 (複製下列 shortcode):

[copyurlbutton] = 預設顯示 (像是一個社交媒體按鈕,包含分享次數)。
[copyurlbutton size=’small’] = 小型顯示。

在您的主題樣板檔案中 (使用 PHP):

<?php echo do_shortcode('[copyurlbutton]'); ?> = 預設顯示 (像是一個社交媒體按鈕,包含分享次數)。
<?php echo do_shortcode('[copyurlbutton size="small"]'); ?> = 小型顯示。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Copy URL button」→ 直接安裝(推薦)

原文外掛簡介

Add the social media like “Copy URL button” and make it easy for visitors to copy the URL of a specific page or post on your blog.
The Copy URL button plugin can be used inside the Worpress editor using shortcodes or use PHP to echo the content of the shortcode inside the template files of your WP theme.
Currently the plugin supports two display types:

Default – The button looks like a social media button including count “bubble”.
Small – Add the size=’small’ parameter to the shortcode and the button looks like a small share button without share count.

This plugin doesn’t create links for you, but instead improves usability and makes it easier for visitors to copy or share the URL of a specific post or page.
This plugin is developed by: SEO Review Tools.
How can I add the Copy URL button to a page or post?
Inside the post editor (copy paste the shortcode):

[copyurlbutton] = Default display (Like a social button including count).
[copyurlbutton size=’small’] = Small display.

Inside your template files (Using PHP):
= Default display (Like a social button including count).
= Small display.

延伸相關外掛

文章
Filter
Mastodon