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
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • 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...

Incredible Demos

  • By
    Create a Context Menu with Dojo and Dijit

    Context menus, used in the right type of web application, can be invaluable.  They provide shortcut methods to different functionality within the application and, with just a right click, they are readily available.  Dojo's Dijit frameworks provides an easy way to create stylish, flexible context...

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

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!