Title: SomeNano for WordPress
Author: pwlk
Published: <strong>2019년 4월 23일</strong>
Last modified: 2019년 5월 5일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/somenano/assets/icon-256x256.png?rev=2076457)

# SomeNano for WordPress

 작성자: [pwlk](https://profiles.wordpress.org/pwlk/)

[다운로드](https://downloads.wordpress.org/plugin/somenano.zip)

 * [세부사항](https://ko.wordpress.org/plugins/somenano/#description)
 * [평가](https://ko.wordpress.org/plugins/somenano/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/somenano/#installation)
 * [개발](https://ko.wordpress.org/plugins/somenano/#developers)

 [지원](https://wordpress.org/support/plugin/somenano/)

## 설명

SomeNano for WordPress is a Plugin that will allow you to accept Nano cryptocurrency
as payment on your WordPress site.

Some different ways that you can accept payment is…

 * Paywall on a blog post – require a user to make a payment to view the full content
   of a blog post.
 * Paywall on a page – require a user to make a payment to view some or all of the
   content on a page.
 * Paywall for an image – require a user to make a payment to view a premium image,
   perhaps an image without a watermark.

Demo site with example usage can be found here: [wordpress.somenano.com](https://wordpress.somenano.com).

Shortcodes:

 * `[somenano_paywall]`: Insert a paywall in your post/page. All content below paywall
   will not be visible until payment is made.
 * `[somenano_paywall_numpaid]`: Insert number of payments made on that post/page.

## 스크린샷

[⌊Demonstration of how a user makes a payment.  This demo uses the VANO wallet browser
extension.⌉⌊Demonstration of how a user makes a payment.  This demo uses the VANO
wallet browser extension.⌉[

Demonstration of how a user makes a payment. This demo uses the VANO wallet browser
extension.

[⌊A paywall will appear on a post or page.  All content below the paywall will not
be visible until the payment has been made.⌉⌊A paywall will appear on a post or 
page.  All content below the paywall will not be visible until the payment has been
made.⌉[

A paywall will appear on a post or page. All content below the paywall will not 
be visible until the payment has been made.

[⌊Once paid, the paywall goes away.  You can show a message thanking the user in
place of the paywall, or just leave it blank.⌉⌊Once paid, the paywall goes away.
You can show a message thanking the user in place of the paywall, or just leave 
it blank.⌉[

Once paid, the paywall goes away. You can show a message thanking the user in place
of the paywall, or just leave it blank.

[⌊A simple shortcode is added to a post or page.  Attributes can be customized in
the shortcode to override the defaults.⌉⌊A simple shortcode is added to a post or
page.  Attributes can be customized in the shortcode to override the defaults.⌉[

A simple shortcode is added to a post or page. Attributes can be customized in the
shortcode to override the defaults.

[⌊Settings page allows default values to be set.⌉⌊Settings page allows default values
to be set.⌉[

Settings page allows default values to be set.

[⌊View all payments made to the posts and pages on your site.⌉⌊View all payments
made to the posts and pages on your site.⌉[

View all payments made to the posts and pages on your site.

## 설치

 1. Upload the plugin files to the `/wp-content/plugins/somenano-wordpress` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Use the Settings->SomeNano screen to configure the plugin

You must set a default Nano account for this plugin to work. It will display an 
error until you enter a Nano account.

## FAQ

  How do I use the Paywall?

Type the shortcode [somenano_paywall] anywhere in a post or page. All content after
the shortcode will not be shown to the user until the user sends payment. After 
the payment is sent, the paywall will be gone forever for a user that was logged
into the site, and for users not logged in, will be gone as long as the saved cookie
remains in their browser.

Shortcode Attributes – the following attributes can be given in the shortcode and
override the default values in Settings->SomeNano.

 * `account`: Nano account to receive payment
 * `currency`: Type of currency to convert to Nano for payment
 * `amount`: The amount in set currency to charge for the paywall. Will be converted
   to Nano for payment
 * `preface`: Text to show on paywall to inform the user what to do
 * `paid_note`: Text that will be shown instead of the paywall after a payment is
   made

Example:

 * Override default values: `[somenano_paywall currency="usd" amount="0.10"]`
 * Use default values: `[somenano_paywall]`

  My payment goes through but the paywall stays

This is likely due to a plugin conflict, probably a caching plugin. Disable caching
plugins (and possibly others) to verify that is the problem. Many caching plugins
let you set exceptions, you should do this for pages or posts that have a paywall.
Read more about about caching plugin conflicts here: [Caching Plugins and SomeNano for WordPress](https://somenano.com/index.php/2019/04/24/caching-plugins-and-somenano-for-wordpress/)

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“SomeNano for WordPress”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ pwlk ](https://profiles.wordpress.org/pwlk/)

[자국어로 “SomeNano for WordPress”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/somenano)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/somenano/)는, [SVN 저장소](https://plugins.svn.wordpress.org/somenano/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/somenano/)을
[RSS](https://plugins.trac.wordpress.org/log/somenano/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

0.1.4
 * Regex error fix

0.1.3
 * New shortcode somenano_paywall_numpaid inserts number of payments for particular
post/page

0.1.2
 * New admin screen for viewing history and metrics of payments * Minor style
fixes * Demo gif added

0.1.1
 * Added database table in the settings to view paid transactions. Will be
prettied up in later releases.

0.1.0
 * Initial beta release

## 기초

 *  버전 **0.1.4**
 *  최근 업데이트: **7년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.6 또는 그 이상 **
 *  다음까지 시험됨: **5.1.24**
 *  PHP 버전 ** 5.2.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/somenano/)
 * 태그:
 * [cryptocurrency](https://ko.wordpress.org/plugins/tags/cryptocurrency/)[nano](https://ko.wordpress.org/plugins/tags/nano/)
   [pay](https://ko.wordpress.org/plugins/tags/pay/)[paywall](https://ko.wordpress.org/plugins/tags/paywall/)
   [Wall](https://ko.wordpress.org/plugins/tags/wall/)
 *  [고급 보기](https://ko.wordpress.org/plugins/somenano/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/somenano/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/somenano/reviews/)

## 기여자

 *   [ pwlk ](https://profiles.wordpress.org/pwlk/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/somenano/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://somenano.com)