[wordpress插件] Block Ads to Bitcoin将广告屏蔽到比特币

wordpress 插件 文章 2020-03-06 11:40 673 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Block Ads to Bitcoin is a wordpress plugin that allows publishers to monetize unused adspace when adblockers are on.

将广告阻止到比特币是一个wordpress插件,通过它,发布者可以在启用广告拦截器后通过未使用的广告空间获利。

It turns ads into bitcoin donation solicitations when adblockers are enabled.

启用adblocker后,它将广告转换为比特币捐赠请求。

    • Supports 4 ad sizes natively
    • 原生支持4种广告尺寸

    • Allows customized suggested donation amounts.
    • 允许自定义建议的捐赠金额。

    • Allows customized ad copy.
    • 允许自定义广告文案。

    • Supports multiple adblockers.
    • 支持多个adblocker。

安装步骤

    1. Install/Activate the plugin.
    2. 安装/激活插件。

    3. In your WP Admin, navigate to _Settings > Block Ads to Bitcoin _.
    4. 在您的WP管理员中,导航到_设置>将广告屏蔽到比特币_。

    5. Update your bitcoin address, and any other settings you may care to modify (copy, suggested donation amount, etc).

    6. 更新您的比特币地址以及您可能希望修改的其他任何设置(副本,建议的捐赠金额等)。

        1. Don’t have a bitcoin address?

        2. 没有比特币地址?

          Create an account with coinbase and get one here: https://support.coinbase.com/customer/portal/articles/1027432-where-is-my-wallet-address-.

        3. 创建一个具有coinbase的帐户,并在此处获得一个帐户:https://support.coinbase.com/customer/portal/articles/1027432-where-is-my-wallet-address-。

      1. Add code to your templates whereever you’d like the plugin to display a bitcoin solicitation.

      2. 在您希望插件显示比特币请求的任何地方,向模板添加代码。

        Here are some examples:

      3. 以下是一些示例:

      Leaderboard (728 x 90px)

      排行榜(728 x 90px)

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

      } ?>

      }?>

      Large Rectangle (336px x 280px)

      大矩形(336px x 280px)

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

      } ?>

      }?>

      Leaderboard (320 x 100px)

      排行榜(320 x 100px)

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

      } ?>

      }?>

      Large SkyScraper (300 x 600px)

      大型SkyScraper(300 x 600像素)

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

      } ?>

      }?>

下载地址
https://downloads.wordpress.org/plugin/block-ads-to-bitcoin.zip
-EOF-

AI助手支持GPT4.0