前言介紹
- 這款 WordPress 外掛「Sell My Plugin」是 2012-09-22 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2012-09-23,距離現在已有 4605 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.3 以上版本才可以安裝。
- 有 2 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
plugins | repository | self hosted |
內容簡介
我正在開發一個外掛,有一個專業版(付費版)。這個外掛有兩個代碼庫,並且被托管在外部網站。這個網站收取的費用高達我所收費用的50%。
因此,我有興趣找到一種方式,以提供更新並僅使用一個代碼庫。我還希望將出售外掛的成本最小化,以便將資金不流入他人口袋。使用「Sell My Plugin」,您可以托管自己的外掛。您可以使用 PayPal 收取購買費用。有一個交易列表,以便您跟踪銷售情況。如果您在一個月內以每個外掛10美元的價格售出了10份,那麼相較於 PlugPress 上可以節省360美元,相較於 CodeCanyon 可以節省600美元。
此外掛還使用熟悉的 domain.com/extend/plugins/ 布局,就像 WordPress 一樣。
免費功能
您的.YourDomain.com/extend/plugins/ 可列出所有您的外掛,就像 WordPress。
您的.YourDomain.com/extend/plugins/plugin-slug 可顯示外掛資訊。
插件頁面上提供自定義搜索功能,以搜索可用的外掛。
追蹤下載次數以查看最熱門的外掛。
新聞更新,提供有關「Sell My Plugin」的最新信息。
提供簡碼,可以在任何位置顯示外掛。
論壇和 缺陷追踪器 可提供幫助。
專業版功能
如果外掛是付費的,則會在以下網址添加 ?transaction=:
您的.YourDomain.com/extend/plugins/plugin-slug/version/ 以允許下載。
您的.YourDomain.com/extend/plugins/plugin-slug/update/ 以顯示更新 JSON 以允許進行外掛更新。
提供外掛列表:[sell-my-plugin]。
顯示有關該外掛的小型資訊框:[sell-my-plugin slug=the-slug]。
顯示完整外掛資訊:[sell-my-plugin slug=the-slug format=full]。
顯示特定版本的完整外掛信息:[sell-my-plugin slug=the-slug version=1.0 format=full]。
提供交易列表以進行簿記和追踪。
PayPal 快速結帳用於購買!
購買完成後立即啟用下載。
更新!外掛上傳新版本 ZIP 後即提供!
PayPal沙盒,可測試插件購買,不與實際購買混為一談。
後台自定義插件價格。
可以免費提供付費的外掛,提供免費密鑰!
提供售後客服的自定義電子郵件,包括簡碼,以允許注入 PayPal 數據!
以及更多!
需求
您需要做幾件事以確保您可以使用此外掛。
PHP 5 >= 5.2.0,PECL zip >= 1.5.0
此外掛使用 ZipArchive 類,該類在 PHP 5.2.0 中引入。 您必須運行至少此版本才能使用外掛。
有效的 readme.txt 和外掛標頭
像在 WordPress.org 上托管的外掛一樣,您必須在主要外掛文件中包含有效的 readme.txt 文件和正確的外掛標頭。查看範例 readme.txt 文件,並使用readme 驗證器。 「Sell My Plugin」外掛使用 readme.txt 文件和外掛標頭來渲染有關該外掛的信息。
原文外掛簡介
I was working on a plugin that had a pro (paid) version. This plugin had 2 code bases and was hosted on an external site. This site charged upwards of 50% of what I was charging.
So I became interested in finding a way to provide updates and use only one code base. I also wanted to minimize the cost to sell the plugin so that the money was not going into someone elses pocket. With Sell My Plugin, you host your own plugins. You use PayPal to charge for the purchases. There is a transactions list so that you can keep track of your sales. If you sell 10 copies of your plugin in a month at $10/ea, this plugin will save you $360 per year vs PlugPress and $600 vs CodeCanyon.
This plugin also uses the familiar domain.com/extend/plugins/ layout just like wordpress.
Free Features
Your.Domain.com/extend/plugins/ to list all of your plugins just like wordpress.
Your.Domain.com/extend/plugins/plugin-slug to display the plugin info.
A custom search on the plugins page to search for available plugins.
Number of downloads tracked to see which plugins are HOT!!
News updates to provide you with up-to-date info on Sell My Plugin.
Shortcodes are provided to display the plugin where ever you want.
A Forum and Bug Tracker to get help.
Pro Features
If the plugin is a paid plugin, ?transaction= is added to:
Your.Domain.com/extend/plugins/plugin-slug/version/ to allow downloads.
Your.Domain.com/extend/plugins/plugin-slug/update/ to display the update json to allow for plugin updates.
Your.Domain.com/extend/plugins/plugin-slug/update/ to display the update json to allow for plugin updates.
[sell-my-plugin] Displays the plugins list.
[sell-my-plugin slug=the-slug] Displays a small info box about the plugin.
[sell-my-plugin slug=the-slug format=full] Displays the full plugin info.
[sell-my-plugin slug=the-slug version=1.0 format=full] Displays the full plugin info for a particular version.
Transactions list for book keeping and tracking.
PayPal express checkout for purchase!
Downloads instantly activated upon completion of purchase.
UPDATES!! provided to plugins once a new version zip is uploaded!
PayPal Sandbox to test plugin purchases without mixing with REAL purchases.
Custom pricing of plugins in backend.
Ability to give paid plugins for free providing a FREE KEY!
Custom email following purchase including shortcodes to allow for injection of PayPal data!
And many more!…
Requirements
There are a few things that you need to do to make sure that you can use this plugin.
PHP 5 >= 5.2.0, PECL zip >= 1.5.0
This plugin makes use of the ZipArchive class, introduced in PHP 5.2.0. You must be running at least this version to use the plugin.
Valid readme.txt and plugin headers
Like plugins hosted on wordpress.org, you must include a valid readme.txt file and the proper plugin headers in your main plugin file. Check out a sample readme.txt file and use the readme validator. The Sell My Plugin plugin uses the readme.txt file and the plugin headers to render information about the plugin.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Sell My Plugin」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
BuddyPress 》您正在尋找現代化,強大且複雜的社交網路軟體嗎?BuddyPress 是一套常見社交網路的組件,透過 WordPress 的豐富外掛系統,可以提供多種優秀的附加功能。, Bud...。
Video Popup Block by WPZOOM 》點擊後在彈出視窗中顯示 YouTube/Vimeo 影片, 檢視示範, 功能, , 適用於 Vimeo 和 YouTube 影片, 可自訂播放按鈕, 可選擇播放圖示, 簡單且輕量的區塊, , 推薦...。
Push Notifications by LaraPush 》以下是LaraPush這篇文章的摘要:, , LaraPush是一個自主託管的推送通知平台,只需一次性付費即可添加無限的域名、收集無限的訂閱者、無限制地發送通知。此外...。
LH QR Codes 》使用模板功能和短代碼在網站上嵌入 QR 碼。所有 QR 碼可設置並在本地生成並託管(不像其他外掛),並使用 SVG 格式(以減少帶寬)。。