[WordPress] 外掛分享: EDD Purchase Gravatars

WordPress 外掛 EDD Purchase Gravatars 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「EDD Purchase Gravatars」是 2013-10-13 上架。
  • 目前有 30 個安裝啟用數。
  • 上一次更新是 2021-09-21,距離現在已有 1321 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.2 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

sumobi | cklosows | easydigitaldownloads |

外掛標籤

edd | sumobi | e-downloads | digital downloads | easy digital downloads |

內容簡介

此外掛需要 Easy Digital Downloads 的安裝。它可以輸出所有已購買您產品的客戶的 Gravatar。

使用客戶用來購買您產品的電子郵件地址並檢查其是否在 Gravatar.com 上,從而實現此功能。僅使用唯一的電子郵件地址,因此,如果客戶多次購買您的產品,它將只顯示他們的 Gravatar 一次。

要顯示已購買您產品的客戶的 Gravatar,使用 [edd_purchase_gravatars] 短碼,或將提供的小工具拖動到您的單一下載頁面的側邊欄中。您還可以使用模板標記或短碼來在網站上的任何位置顯示特定產品的 Gravatar,只需傳遞下載的 ID。

功能

設置要顯示在 Gravatar 上方的標題。
設置每個 Gravatar 的大小(最大 512 像素)
設置顯示 Gravatar 之前下載必須擁有的最小唯一購買數量。留空表示沒有最小值。
設置要顯示的 Gravatar 的最大數量。留空表示沒有限制。
僅顯示擁有 Gravatar 帳戶的客戶
隨機排列 Gravatar

短碼用法

要在單個下載上顯示購買 Gravatar,請在 WP 編輯器中添加此短碼:

[edd_purchase_gravatars]

要在其他頁面或下載中顯示特定下載的購買 Gravatar,添加 id 參數。此示例將顯示 ID 為 942 的下載。

[edd_purchase_gravatars id="942"]

要使用自定義標題顯示購買 Gravatar,請使用 title 參數。這將覆蓋主插件選項中的標題。

[edd_purchase_gravatars title="這是我的自定義標題"]

模板標記用法

此示例將顯示放置在其中的單個下載的購買 Gravatar。

$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( get_the_ID() );

如果要從站點的其他地方顯示特定下載的購買 Gravatar,請傳遞下載的 ID。

$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( '942' );

要顯示自定義標題,請將您的標題作為第二個參數傳遞

$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( get_the_ID(), '這是我的自定義標題' );

小工具用法

將小工具拖放到您的側邊欄中。如果在單個下載頁面上顯示該小工具,且該下載有購買記錄,則會顯示購買 Gravatar。

原文外掛簡介

This plugin requires Easy Digital Downloads. It outputs gravatars of all the customers who have purchased your product.
It works by using the customer’s email that they used to purchase your product, and checking it against Gravatar.com. Only unique email addresses are used, so if a customer purchases your product more than once, it will only show their Gravatar once.
To show the Gravatars of customers who have purchased your product, use the [edd_purchase_gravatars] shortcode, or drag the provided widget into the sidebar of your single download page. You can also show the gravatars of a particular product anywhere on your website using the template tag or shortcode, by passing in the download’s ID.
Features

Set a heading to display above the Gravatars.
Set the size of each Gravatar (512px maximum)
Set the minimum number of unique purchases a download must have before the Gravatars are shown. Leave blank for no minimum.
Set the maximum number of gravatars to show. Leave blank for no limit.
Only show customers with a Gravatar account
Randomize the Gravatars

Shortcode usage
To show the purchase gravatars on a single download, add this shortcode into the WP editor:
[edd_purchase_gravatars]

To show the purchase gravatars of a particular download on another page or download, add the id parameter. This example will show the download with an ID of 942.
[edd_purchase_gravatars id="942"]

To show the purchase gravatars with a custom title, use the title parameter. This will override the heading in the main plugin options
[edd_purchase_gravatars title="This is my custom title"]

Template Tag usage
This example will show the purchase gravatars of whichever single download it is placed on.
$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( get_the_ID() );

If you’d like to show purchase gravatars of a specific download from somewhere else on your site, pass in the ID of the download like so:
$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( '942' );

To show a custom title, pass in your title as the 2nd parameter
$gravatars = new EDD_Purchase_Gravatars();
echo $gravatars->gravatars( get_the_ID(), 'This is my custom title' );

Widget usage
Drag the widget into your sidebar. If the widget is shown on a single download page, and that download has purchases, the purchase gravatars will be shown.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「EDD Purchase Gravatars」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | trunk |

延伸相關外掛(你可能也想知道)

  • Easy Media Download 》媒體檔案需要提供下載,你可以使用 WordPress 的外掛 - Easy Media Download。這款免費的下載管理外掛能夠讓你的使用者從你的網站上下載電子檔案。該外掛體積...。
  • WP eCommerce 》自 2006 年以來,我們一直在幫助像您這樣的創業者實現在線銷售的目標。不論您希望出售數字下載、實物庫存,或是訂閱和會員制服務,使用 WP eCommerce,您只需...。
  • Easy Digital Downloads Featured Downloads 》此外掛需要Easy Digital Downloads。此外掛針對需要顯示精選下載清單的開發人員/用戶設計。, , 提供了一個範本標籤,可精確地將精選下載清單放置於主題中。, ...。
  • EDD Auto Register 》此外掛現在需要 Easy Digital Downloads 2.9 或更高版本。, 啟用後,EDD Auto Register 可在結帳時為您的顧客建立 WordPress 使用者帳戶,而無需顧客輸入任何...。
  • Ebook Store 》,Ebook Store Plugin for WordPress 是一個工具,可讓您通過美麗的一鍵結帳體驗向客戶出售、添加浮水印、加密電子書並通過電子郵件和/或下載交付給客戶。, ...。
  • Easy Digital Downloads Free Link 》這個外掛程式可將 Easy Digital Downloads 中的「加入購物車」按鈕,當產品免費且只有一個檔案時,替換成直接下載該檔案的連結。此功能僅適用於該檔案為連接...。
  • Filr – Secure document library 》Filr - 個安全的文件庫, 現在創建和管理安全文件和文件庫變得更輕鬆了。, Filr 在您的文件系統上創建受保護的區域,讓您能輕鬆地上傳、管理並顯示文件到您的...。
  • Secure Downloads 》Secure Downloads 外掛可以為被保護的檔案產生安全的下載連結,並能夠向您的客戶發送下載郵件。, 下載連結可以在預定時間後過期,您可以為特定下載設置 IP 鎖...。
  • EDD Downloads As Services 》這個外掛需要安裝 Easy Digital Downloads 的 1.9 版本或更高版本。, 有許多顧客使用 Easy Digital Downloads 來銷售「服務」而非「下載檔案」。他們反覆要求...。
  • Payhip – Sell Downloads 》Payhip 提供一切您需要的下載銷售服務。每天有成千上萬的作者、設計師、YouTubers、部落客、詩人、針織者、畫家、音樂家、播客者、顧問、教師、數位藝術家、...。
  • Kinguin API for WooCommerce 》這個 WordPress 插件可以將 70,000 個數字產品(包括遊戲、軟體、禮品卡和遊戲內容)匯入到您的網店。, 功能, , 包含 70,000 個數字產品,包括:, ** 多個平...。
  • Easy Digital Downloads – Coming Soon 》此外掛需要 Easy Digital Downloads 外掛。它允許下載文件展示為「即將推出」或自訂狀態文字,並防止添加到購物車。它有以下幾個功能:, , 新增核取方塊至下...。
  • Easy Digital Downloads – Blocks 》EDD Blocks 在新的 WordPress 編輯器,即 Gutenberg 中新增了一個「下載」區塊。, 「下載」區塊讓您可以在網站上顯示類似於 Easy Digital Downloads 提供的 [...。
  • EDD Favorites 》此外掛需要 EDD Wish Lists 和 Easy Digital Downloads 兩者都安裝且啟用,否則無法運作。, EDD Favorites 是 EDD Wish Lists 的外掛,讓您的客戶可以「收藏...。
  • EDD Download Images 》此外掛需要 Easy Digital Downloads v2.5 或更新的版本。這個外掛可讓您為您的下載商品新增額外圖片。使用內含的短碼或範本標籤在您的網站上顯示這些圖片。開...。

文章
Filter
Apply Filters
Mastodon