Title: SomeNano for WordPress
Author: pwlk
Published: <strong>23 Nisan 2019</strong>
Last modified: 5 Mayıs 2019

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# SomeNano for WordPress

 [pwlk](https://profiles.wordpress.org/pwlk/) tarafından

[İndir](https://downloads.wordpress.org/plugin/somenano.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/somenano/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/somenano/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/somenano/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/somenano/#developers)

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

## Açıklama

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.

## Ekran Görüntüleri

[⌊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.

## Yükleme

 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.

## SSS

  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/)

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“SomeNano for WordPress” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye
katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“SomeNano for WordPress” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/somenano)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/somenano/), [SVN deposuna](https://plugins.svn.wordpress.org/somenano/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/somenano/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/somenano/) abone
olun.

## Değişiklik Kaydı

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

## Meta

 *  Sürüm **0.1.4**
 *  Son güncelleme **7 yıl önce**
 *  Etkin kurulumlar **10dan fazla**
 *  WordPress sürümü ** 4.6 veya üstü **
 *  Test edilen sürüm **5.1.24**
 *  PHP sürümü ** 5.2.4 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/somenano/)
 * Etiketler
 * [cryptocurrency](https://tr.wordpress.org/plugins/tags/cryptocurrency/)[nano](https://tr.wordpress.org/plugins/tags/nano/)
   [pay](https://tr.wordpress.org/plugins/tags/pay/)[paywall](https://tr.wordpress.org/plugins/tags/paywall/)
   [Wall](https://tr.wordpress.org/plugins/tags/wall/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/somenano/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/somenano/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/somenano/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/somenano/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://somenano.com)