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

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(); } ?>

FAQ

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/

후기

2016년 9월 3일
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