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
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

Incredible Demos

  • By
    Create a Dynamic Flickr Image Search with the Dojo Toolkit

    The Dojo Toolkit is a treasure chest of great JavaScript classes.  You can find basic JavaScript functionality classes for AJAX, node manipulation, animations, and the like within Dojo.  You can find elegant, functional UI widgets like DropDown Menus, tabbed interfaces, and form element replacements within...

  • By
    MooTools HTML Police: dwMarkupMarine

    We've all inherited rubbish websites from webmasters that couldn't master valid HTML. You know the horrid markup: paragraph tags with align attributes and body tags with background attributes. It's almost a sin what they do. That's where dwMarkupMarine comes in.

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!