前言介紹
- 這款 WordPress 外掛「KickGoGo」是 2018-04-25 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2018-09-30,距離現在已有 2408 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.8.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
guss77 |
外掛標籤
內容簡介
建立活動,將付款按鈕新增至頁面或文章中,並追蹤活動狀態。
支援的付款處理器:
Pelepay
如果有其他付款處理器需求,請告訴我,我會加入它們。
使用方式
登入 WordPress 管理介面。
進入外掛並啟用 Kickgogo。
進入選項 -> Kickgogo 並設定您的 Pelepay 帳號 ID。
進入 Kickgogo 主頁面,並建立新的活動。將顯示給處理器付款頁面的使用者名稱設定為名稱,並設定目標金額。您也可以指定預設支付金額 - 如果您不想建立多個付款按鈕,這樣做會更方便。
進入您想要放置付款按鈕的頁面或文章,並使用短碼 [kickgogo] 新增按鈕(詳細資料見下文)。
進入您想要顯示活動狀態的頁面或文章,並使用短碼 [kickgogo-status] 或其他顯示短碼顯示(詳細資料見下文)。
短碼
下面的短碼範例在 WordPress 外掛目錄中未顯示正確。您可以查看 插件主頁面 https://github.com/guss77/kickgogo-wordpress-plugin 以獲取更正確的詳細資料。
付款按鈕
使用 [kickgogo] 短碼建立付款按鈕。
短碼接受以下參數:
name(必填) - 指定此按鈕將應用的活動名稱。也可以是活動列表中所示的數字 ID。如果未指定此參數或指定了無效值,短碼將顯示錯誤訊息而不是按鈕。
amount(可選) - 指定付款到活動的金額。如果未指定此參數,則將使用活動設定的預設支付金額。如果未指定此參數且活動未設置預設金額,短碼將顯示錯誤訊息而不是按鈕。
club(可選) - 設置為「是」(或實際上是任何文字),以僅允許俱樂部成員進行此筹款金額。為此,您需要創建俱樂部登陸頁面,將其永久鏈接在 Kickgogo 選項「俱樂部登錄頁面」中,並設置俱樂部 API 端點。有關詳細資料,請參閱 [kickgogo-club-login] 短碼中的文件。
此短碼還需要內容,該內容將用作付款按鈕上的文字。如果未指定內容,將顯示默認文字「捐贈」。
範例:
`
[kickgogo name=4 amount=25] 捐贈 ₪25 給我的活動 [/kickgogo]
`
活動狀態顯示
使用 [kickgogo-status] 短碼建立顯示目前活動狀態的簡單文字顯示。
短碼接受以下參數:
name(必填) - 指定要顯示其狀態的活動名稱。也可以是活動列表中所示的數字 ID。如果未指定此參數或指定了無效值,短碼將顯示錯誤訊息而不是狀態。
短碼接受內容以格式化狀態文字。格式字符串必須符合 PHP 的 [sprintf](http://php.net/sprintf) 格式引數,並且必須支援 3 個引數,按以下順序:當前金額、目標和完成百分比。
原文外掛簡介
Create campaigns, add pay buttons to pages or posts and track campaign status.
Supported payment processors:
Pelepay
Ask for additional payment processors and I’ll add them.
Usage
Login to your WordPress administration panel.
Go to Plugins and activate Kickgogo.
Go to Options -> Kickgogo and set up your Pelepay account ID.
Go to the Kickgogo main page and create a new campaign. Set the name to be displayed to the users in the processor payment page and the target goal. Its also possible to specify a default pay amount – it makes it easier if you don’t want to create multiple pay buttons.
Go to the page or post where you want to put the payment button and add a button by using the short code [kickgogo] (see details below).
Go to the page or post where you want to display the status of your campaign and use the short code [kickgogo-status] or the other display short codes (see details below).
Shortcodes
The shortcode examples below are not shown correctly in the WordPress plugin directory. You can check out the plugin home page at https://github.com/guss77/kickgogo-wordpress-plugin
for more correct details.
Payment Button
Use the [kickgogo] short code to create a payment button.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign this button will apply to. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the button.
amount (Optional) – Specify the amount to be payed into the campaign. If this is not specified, then the default pay amount set on the campaign will be used instead. If this is not specified and the campaign has no default amount set, the short code will show an error message instead of the button.
club (Optional) – set to “yes” (or actually, any text) to allow this funding amount only for club members. For this to work you’d need to create a Club Loging page, set its permalink in the Kickgogo option “Club Login Page” and also set the Club API Endpoint. See the documentation in the [kickgogo-club-login] shortcode for more details.
The shortcode also requires content which will be used as the text on the payment button. If no content is specified, the default text “Donate” is shown instead.
Example:
`
[kickgogo name=4 amount=25]Donate ₪25 to my campaign[/kickgogo]
`
Campaign Status Display
Use the [kickgogo-status] short code to create a simple text display of the current status of the campaign.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the status. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the status.
The shortcode accepts content to format the status text. The format string must comply with PHP’s [sprintf](http://php.net/sprintf) format argument and must support 3 arguments, in the following order: current amount, goal, and percentage completed. If the short code is used without content, the default format is used instead, which is: %d of %d (%d%%).
Example:
`
[kickgogo-status]So far collected ₪%d out of ₪%d needed[/kickgogo-status]
`
Current Campaign Goal
Use the [kickgogo-goal] short code to show the current goal of the campaign.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the goal. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the goal.
Current Campaign Funds
Use the [kickgogo-amount] short code to show the current amount of funds collected for the campaign.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the current amount. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the current amount.
Current Campaign Funding Percentage
Use the [kickgogo-percentage] short code to show the current percentage of funds collected of the goal total for the campaign.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the current percentage. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the current percentag.
Note that if the campaign funding passes the goal, the value shown will be higher than 100%.
Current Campaign Funding Progress Bar
Use the [kickgogo-progress] short code to show the current progress of the campaign as a progress bar.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the progress. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the progress bar.
Note that the progress bar only goes as far as %100 – if the campaign is over funded, the bar will still show 100%.
Current Campaign Donation Count
Use the [kickgogo-payments] short code to show the number of donations received so far.
The short code takes the following parameters:
name (Required) – Specify the name of the campaign for which to display the current donation count. Can also be the numeric ID of the campaign as shown in the campaign list. If this is not specified or an invalid value is specified, the short code will show an error message instead of the donation count.
Club Login Page
Use the [kickgogo-club-login] short code to create a club login form. This is needed to support the club attribute of the main [kickgogo] shortcode.
This shortcode must be used on a different page than the compaign pages as the login only works when moving between pages. To set it up:
Create a new page for the club login.
Add into it the [kickgogo-club-login] shortcode.
Add any additional text and styling you want, or customize the permalink.
Copy the permalink path (the URL shown under the page title, without the host name – everything after and including the first slash) and set it in the Kickgogo option Club Login Page.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「KickGoGo」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.4 | 1.0.5 | 1.3.1 | 1.4.0 | 1.4.1 | 1.5.0 | 1.5.1 | 1.6.0 | 1.6.1 | 1.6.2 | 1.6.3 | 1.6.4 | 1.6.5 | trunk |
延伸相關外掛(你可能也想知道)
Basic Funding Tracker 》基本募款追蹤器是一個簡單的小工具,讓您在網站上顯示募款目標的進度。它提供了一個基本的設計和佈局,如果您正在尋找特定的外觀或希望將其與您的主題整合,...。
SocialVibe 》SocialVibe 是一個社交媒體工具,幫助人們在網上宣揚慈善事業。SocialVibe 與許多慈善組織保持聯繫,例如世界自然基金會和世界糧食計劃。SocialVibe 提供工具...。
OMIGO 》易於使用的WordPress外掛程式, 處理可扣稅捐款並自動發送稅收收據!, OMIGO的主要功能包括:, , 募款目標條小工具。使用我們易於使用的拖放小工具,讓您的支...。