ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Block Ads to Bitcoin

აღწერა

Block Ads to Bitcoin is a wordpress plugin that allows publishers to monetize unused adspace when adblockers are on. It turns ads into bitcoin donation solicitations when adblockers are enabled.

  • Supports 4 ad sizes natively
  • Allows customized suggested donation amounts.
  • Allows customized ad copy.
  • Supports multiple adblockers.

ეკრანული სურათები

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png

დაყენება

  1. Install/Activate the plugin.
  2. In your WP Admin, navigate to _Settings > Block Ads to Bitcoin _.
  3. Update your bitcoin address, and any other settings you may care to modify (copy, suggested donation amount, etc).
    1. Don’t have a bitcoin address? Create an account with coinbase and get one here: https://support.coinbase.com/customer/portal/articles/1027432-where-is-my-wallet-address-.
  4. Add code to your templates whereever you’d like the plugin to display a bitcoin solicitation. Here are some examples:

Leaderboard (728 x 90px)

<?php if(function_exists('a2b_leaderboard')) { echo a2b_leaderboard(); } ?>

Large Rectangle (336px x 280px)

<?php if(function_exists('a2b_large_rectangle')) { echo a2b_large_rectangle(); } ?>

Leaderboard (320 x 100px)

<?php if(function_exists('a2b_mobile_banner')) { echo a2b_mobile_banner(); } ?>

Large SkyScraper (300 x 600px)

<?php if(function_exists('a2b_large_skyscraper')) { echo a2b_large_skyscraper(); } ?>

ხდკ

What is bitcoin?

Bitcoin is a form of digital currency, created and held electronically. No one controls it. Bitcoins aren’t printed, like dollars or euros – they’re produced by people, and increasingly businesses, running computers all around the world, using software that solves mathematical problems.

Why bitcoin?

It’s cheap

With credit card transactions, your merchant account bills you on a per-transaction basis. Some merchant accounts will charge a fee for debit card transactions, as you have to pay a ‘swipe fee’. Bitcoin transaction fees are minimal, or in some cases free.

It’s as private as you want it to be

Sometimes, we don’t want people knowing what we have purchased. Bitcoin is a relatively private currency. On the one hand, it is transparent – thanks to the blockchain, everyone knows how much a particular bitcoin address holds in transactions. They know where those transactions came from, and where they’re sent. On the other hand, unlike conventional bank accounts, no one knows who holds a particular bitcoin address.

You don’t need to trust anyone else

In a conventional banking system, you have to trust people to handle your money properly along the way. You have to trust the bank, for example. You might have to trust a third-party payment processor. You’ll often have to trust the merchant too.

More on why bitcion is an important payment layer here

Why adblockers?

We are in a macro environment in which publishers are openly wondering where their revenues are going to come from in 20 years. On a micro scale, there has been a lot of ink (and bits) spilled about the resounding need for change in the ad and publishing space today. Some analysis’ have shown that 9.26% of impressions were found to be ad-blocked, with some sites reaching as high as 50% While there is innovation happening in online payments, no one has yet connected the dots in a meaningful way.

Why Block Ads to Bitcoin

Block Ads to Bitcoin is a free and easy way to monetize ad space that is unused due to adblockers.

How much can I expect to monetize with Block Ads to Bitcoin?

I’ve seen CPMs of over $2.00. More details here => http://owocki.com/adblock-to-bitcoin-2-dollar-cpms-via-micropayments/

მიმოხილვები

03.09.2016
Welp, I wrote the thing, so I admit that I'm biased. The opportunity to help content providers monetize on the ad blocked web is huge right now. If you're reading this, I'd love to help out. Check out the github project here and I can get back to you there.
1 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Block Ads to Bitcoin” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Block Ads to Bitcoin თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

0.2

  • WordPress submission guideilnes https://github.com/owocki/adblock-to-bitcoin/pull/4/files

0.1

  • Plugin MVP