3 Great Ways to Monetize Content

By  on  

Monetizing content on the web usually boils down to one thing: advertisements. The problem with adding advertisements to your website, especially from the popular ad services, is that they can be slow and they certainly don't protect user privacy. That's where alternative monetizing opportunities come into play.

Let's take a quick look at a few alternative ways that bloggers, streamers, and writers can get paid for their work!

Coil

Coil is a new subscription service which promotes the web's best content to its readers and rewards content creators via the Web Monetization standard which has been proposed with the W3C. Coil believes in rewarding content creators without the need for ads that invade your users' privacy!

After creating an account at Coil, you next create a "payment pointer" which is essentially a digital wallet address. The payment pointer will then go into your webpage as a META tag; it will look something like:

<meta name="monetization" content="$ilp.uphold.com/gaE8U7Wm7Uhh">

Coil pays $0.36 for every hour a Coil Member spends on your content. Coil sends micropayments roughly every second for each visiting member. Every day I can go into my account and see how much I earned that day. It's been very fruitful for this blog! You can also hook Coil up to your YouTube, Twitch, and Imgur accounts!

Note: I've made thousands of dollars over the past year with Coil, at no cost to my users!

Brave Publishers

The Brave web browser blocks advertisements from the webs's largest to smallest ad scripts, which protects user privacy but can hurt content creators who rely on ad revenue. Brave Publishers is a program from the Brave browser that allows creators to automatically get paid by Brave browser users each time they visit your property.

Payments come in the form of $BAT cryptocurrency, which you can transfer to a crypto marketplace like Coinbase. Brave allows you to monetize a host of different content properties like YouTube, GitHub, Twitter, and more. It's easy to earn with Brave!

Note: I've made hundreds of dollars over the past year with Brave Publishers, at no cost to my users!

Donations

More than ever users understand that awesome content comes at the cost of the creator's time. Rather than being bombarded with loads of intrusive ads, let users donate to your website in any variety of ways:

"Donation" is no longer a bad word, and many services provide a "donate" widget that you can place on your website. Use it!

Advertisements have always been the model of payment on the web, and surely they will be for long to come, but it's always to get ahead of the curve. Coil, Brave, and other services are on the user's side, finding unique ways to get content creators paid without gross ads!

If you'd like to learn how to earn cryptocurrency as a developer and consumer, check out this awesome post: 5 Ways to Earn Free Cryptocurrency!

Recent Features

  • By
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    Add Styles to Console Statements

    I was recently checking out Google Plus because they implement some awesome effects.  I opened the console and same the following message: WARNING! Using this console may allow attackers to impersonate you and steal your information using an attack called Self-XSS. Do not enter or paste code that you...

  • By
    MooTools History Plugin

    One of the reasons I love AJAX technology so much is because it allows us to avoid unnecessary page loads.  Why download the header, footer, and other static data multiple times if that specific data never changes?  It's a waste of time, processing, and bandwidth.  Unfortunately...

Discussion

  1. Really cool ideas for monetizing, especially Coil. I will check this one out on my website.

  2. You can also try Flattr (https://flattr.com) – seem to have a similar model to Coil.

  3. Texo

    hi, which payment pointer is most suitable for connecting with paypal and withdraw funds from it to paypal… Thanks, great article.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!