DEV Community

Discussion on: How to make money with your content?

 
dailydevtips1 profile image
Chris Bongers

Ah ok clear, the Add Funds is to receive money back actually haha, weird naming.

As an author you literally have to do nothing, just add the meta tag from uphold and you can start to earn.

Well Patreon is cool, but it's one-directional.
How about that one person who you've only read one article from, but that helped you immense.

Perhaps you wouldn't support his Patreon, but now you would support this article in specific.

So you can setup coil to only pay for specific content as well as I understand correctly., it will only fire on certain sites, like not facebook as is now.

Thread Thread
 
szabgab profile image
Gabor Szabo

Thanks for all the fast responses!

Oh, so the "Add Fund" is really confusing then.

I can clearly see the value of somehow paying an author for an individual article a few cents, (and as an author being paid for all the content I create) I am just worried the lack of control the paying person might feel.

Anyway, I looked at the HTML source of the homepage dev.to. It has the following entry:

<meta name="monetization" content="$ilp.uphold.com/24HhrUGG7ekn">
Enter fullscreen mode Exit fullscreen mode

I assume that means dev.to monetizes the homepage and probably all the pages via Uphold.

I also looked at the source of this page - your post - and it had the same entry with the same value.

Does that mean you have not configured the monetization on dev.to yet?

Thread Thread
 
szabgab profile image
Gabor Szabo

Oh and I clearly missed the last sentence from your previous comment about setting the sites. That explains it. I'll check it out.

Thread Thread
 
dailydevtips1 profile image
Chris Bongers

They use a base payment pointer, and an author one I see, so they are probably also getting some cash from this.

Thread Thread
 
szabgab profile image
Gabor Szabo

Where do you see the "author one"?

Thread Thread
 
dailydevtips1 profile image
Chris Bongers

Main one:

<meta name="monetization" content="$ilp.uphold.com/24HhrUGG7ekn">
Enter fullscreen mode Exit fullscreen mode

Pointers:

<div id="base-payment-pointer" data-payment-pointer="$ilp.uphold.com/24HhrUGG7ekn"></div>
// Author
<div id="author-payment-pointer" data-payment-pointer="$ilp.uphold.com/2gJj2MkgGJ64"></div>
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
szabgab profile image
Gabor Szabo

Thanks!