這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Sell from Blog

外掛說明

This plugin lets you sell your ebook, software package or anything else small enough to fit into a standard email message (less than 10MiB is safe).

The buyer obtains a code through premium sms service and enters it along with his or her email addres in the form. If the code is correct, Sell from Blog creates a message, attaches your package to it and sends it to the buyer’s email address.

The package you want to sell is placed on your own server, in a secured directory which is not accessible from outside.

There is also a dashboard widget which shows you how many codes you have left and gives detailed info on last 25 transactions.

Additionally, you can ask buyers to let you send additional information to their email address (can be turned on of off in the admin section).

螢幕擷圖

  • The form
  • Configuration menu

安裝方式

  1. Download the package with the newest version of Sell from Blog from the official WordPress.org repository
  2. Go to Plugins->Add new menu
  3. Upload tha plugin to your server and activate it

Configuration

Configuration menu is at Settings->Sell from Blog

  1. Sign up with a premium SMS service provider which will give you a package of codes for you to validate against.
  2. Enter the codes in the configuration panel, comma separated.
  3. Create a secret directory inside your WordPress installation, for exmaple `/secret32Dfk8lcDR/` and set it to be readable only by you and the web server (750, rwxr-x—)
  4. Put an empty index.html file inside the folder.
  5. Put your file inside the directory and make it readable only by you and the web server (640, rw-r—–)
  6. Put a `.htaccess` file into this directory, containing only this line: `deny from all` (if you are on a web server which does not support .htaccess, find othe way to block access to this directory from outside)
  7. Put the path to the file in the configuration panel, for example: `/secret32Dfk8lcDR/my-ebook.zip`
  8. It’s a good idea to compress your file beforehand
  9. Configure the confirmation message and the email message
  10. Write a sales page and put `[sell-from-blog]` shortcode wherever you want the form to appear.
  11. Remember to inform your buyers how to obtain the premium code, and to put a TOC of the premium sms service

常見問題集

With which premium sms services does the plugin currently work with?

It works with every service which provides you with a set of codes and lets you check user input against them by yourself.

I tested it with:

  • https://www.mobilepay.pl/ (pack)
How many files can I sell at the same time through this plugin?

Currently, the plugin supports selling only one file at any given time. Therefore, it’s only good for people who have one ebook or program to sell on one blog.

Does my package file have to be of a certain type?

No, it can be of any type (pdf, exe, zip, doc, etc.). But it is a good idea to compress it, because there are limits to the size of email messages (often a message must be less than 10MiB).

Can I add my own codes to give away to my readers?

Yes, you can add your own custom (promotional) codes.

Can you add support for remote validation of codes?

I will add support for remote validation in future versions. You can help by sending me links to technical data of your service provider.

Which languages are supported?

Currently:

  • English
  • Polish (pl_PL)

This plugin is gettext-ready. You can easily translate it into your language.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Sell from Blog〉的開發相關工作。

參與者

將〈Sell from Blog〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.99

  • Last update – to bump it in the WP repos
  • New version comming soon (as a separate plugin due to lack of compatibility

0.90

  • Replaced mime_content_type for PHP 5.3+

0.89

  • You can now ask people to let you use their email address for marketing purposes
  • If you run out of codes the form will temporarily shut down until you replenish them

0.88

  • Maintenance release
  • Previous version did not upgrade the database automatically

0.87

  • Sends notification to admin after each transaction (can be turned off)
  • Additional data is saved to the database after each transaction (code, email, date, IP)
  • A Dashboard widget shows you how many codes you have left and info on last 25 transactions

0.86

  • Polish (pl_PL) translation added.

0.85

  • Polish (pl_PL) translation added (error again).

0.84

  • Polish (pl_PL) translation added (error).

0.83

  • Localization ready.

0.82

  • Localization tweaks.

0.81

  • Something went wrong with 0.80 😉

0.80

  • First public release.