76 / 179
May 2017

Honestly I think the best course of action would be to make the fresh section visible as thumbnails on the front page. It's a great thing but people forget that it's there.

I know I suggested they pick either fresh or new and noteworthy back when the site made the name change and all, but that was because the "fresh" section they did have on the site served the same purpose as new and noteworthy rather than the actual fresh section.

A very small recommendation feed that shows up when you are done reading a series could work too. Replace the "read next" thing that shows other comics you are subbes to with recommendations. But no big recommendations thing on the site, no weird profile changes, we don't want the site to be too cluttered. If it's unorganized, small creators don't benefit because noone benefits.

Aside from this, I don't think much could be done. Tapas isn't at a place where they can hire someone to make a special recommendations feed of smaller comics yet. The Daily Snack probably already takes up enough time.

I'd personally love to see some sort of activity-based algorithm here, much like with Youtube (though hopefully not as shitty, but is that asking too much lol? I mean come on Youtube, I watched ONE snake bite video, that doesn't mean that's the only thing I want to watch for the rest of my life lol)

I feel like that sort of algorithm would also help a lot for those who still believe that the front page is oversaturated with the same genre(s) (as that's been an ongoing issue for quite some time now. I don't think I need to mention it, you guys know what I'm talking about lol). It could also help solve that reader decay issue that a lot of longform story comics face, and was highlighted in the Science Club (an issue that I'm just starting to gradually push through myself, and I know a lot of longform creators are STILL trying to overcome). Enjoy this comic? You might enjoy [comic], [comic], [comic].

I mean, having the reading list suggestions at the bottom makes sense but... it still doesn't really make sense when you can still access it from your profile AND your dropdown dashboard.

Great discussion! I'd be totally down for seeing a new way of getting lesser known comics discovered more easily on the site. I've also noticed that there is a wall of visibility where comics can really only be noticed if they've just been updated. I feel like the only way for small time comics on Tapastic to get noticed right now is through frequent updates and social media. The fresh section is great, but I think it would be great if it were more visible on the front page. And as someone else mentioned above, maybe a section for each genre's latest comic pages.

oh boy,

first of i wish to debunk the hard=sucess myth. because thats toxic. its more hard work + luck = maybe? telling someone who's worked hard for years/decades that there lack of success is because they didnt want it enough is cruel.

Hard work is an asset to success but not the key, hard work, skills, intelligence and LUCK, with all of those combined your of a higher chance to succeed but still not guaranteed. I know people don't like hearing that but unfortunately, from life experiences, it's very true. A great example is simply looking at the politics in the western world right now. But for an artistic example look at Van Gogh.

Sorry for the rant but I hate to see people justifying inequality anywhere and this hits close to home since it's regarding the design world.

Anyway, back on topic. Yes I do think more can be done for fairer exposure and personal LOVE the idea of a section that has TOP INSERT GENRE HERE on the first page similar to line Webtoons

What hits hard for me is when people sum all your hard work up to "they're just lucky" or "it's because they sold themselves and made insert popular genre here".

That's an unfortunate hang up, but the landscape isn't that black and white. You can't have only hard work or only luck to suceed, or only skill. You need a combination of them to succeed and to continue your success.
Reducing someone sucess to ONE thing (luck/hard work) is toxic in general and completely untrue.

People too often assume success = luck or hard work, no success = no hard work. Never assume, it's makes an ass out of u and me.

Filter bubble in our life's make it far too easy to overlook the full picture when all it shows is the highlight reel

What would be great is if Tapas could code something where it automatically makes suggested series based on a reader's preferences. Say for example you like robot based series. If you have 4 or 5 robot series in your library, Tapas then suggests robot series that you haven't read. A push could go out once a week similar to a Daily Snack but instead it lists the last five updates for series based on your preferences that you haven't yet read.

Bloop-bleep-bloop! Hey reader, here are five robot series that updated this week that we know you would just LOVE to read. -Staff

The nice thing about this is because its completely automated staff doesn't have to put in any resources into it other than the initial coding. It also helps solve the situation of discover ability because now readers who will naturally enjoy your series will eventually find it because of their preferences.

Another way to do preferences, rather than library based, is to have some some sort of section where readers can go in and click boxes for what they prefer. I like this this this and this. Then Tapas automatically starts making recommendations based on those preferences. Once a reader reads that series, it won't be recommended again for a while, that way even small series at the "bottom of the pile" will eventually rise to the top because everyone else in front of them has been recommended.

Probably genres. Every series selects their main genre (which is how it is now) and then sub-genres up to say 5.

Readers select sub-genres up to 5.

The hamsters in the servers then do the matchmaking, turn the wheel, and push out a weekly notification.

Algorithms based on more detailed sub-genres is a great idea. I'm sure I'm missing out on a ton of great stories because I neglect the main genre the creator felt was the closest fit.

How about a "random series" button? It's a simple idea that would be fairly easy to implement (probably). I think Crunchyroll has this, along with many other sites. Could be limited to sites that updated within 24 hours. Would be very nice for those long boring lunch breaks!

Or you know, allow paid promotion...? Tapas would make a lot of money from allowing people to buy those single comic-specific panels on the homepage. Or perhaps I'm just crazy.

I'm not sure I like the idea of paid promotion since it can contribute to creating a divide between the rich and the poor on the site...

I suppose that's true, I know I wouldn't be able to afford it. I know people that work on their comics as their only profession and it would be most beneficial for them, instead of just hoping to be noticed.

Or perhaps replace those low paying and repeated google ads shown below comics with paid comic ads? Or allow people to earn coins via the app by viewing comics? I miss earning coins since the video ads dried up.

No, you're not. We have pitched Tapas on at least three separate occasions with three different takes on how to monetize the first ad box in every desktop view. The last rendition is currently undergoing review but given its last mentioned position in the priority queue, it could be weeks to months before a decision is made. The last rendition is probably the best because it allows creators to pool resources and lease out the box with their series in rotation in the ad space pro-rated by how much they contributed to the pool.

In the short term we ended up having to give our money to Amazon and Project Wonderful. TopWebComics is next once all the art requirements are done.

If an artist has spent $XX,XXX on schooling, what's $YYY or $Z,ZZZ more in investing in their own work by promoting their series? Art school is a self investment and so is marketing.

Also if Tapas starts generating more ad revenue, it means more ad revenue for the popular series. Hiveworks is charging $2 CPM. Creators here are earning around $.18 CPM. If some Tapas creators are willing to pay for ads that produce more revenue for everyone we're all for that.

lol this nothing hard to do! because I assume that the database for the comic are pretty much a BIG array or a object with a "key"
then the only thing's is to make a generator that EACH time you click it it's take a random number

const LibraryDatabase = {
    "SomeKamic": {
        "author": "SomeAuthor"
    }
}

const LibraryName = [
    "SomeKamic"
];

let randomInt = Math.floor(Math.random() * LibraryName.length);
let selectedComic;

for(let i= 0; i< LibraryName.length; i++){
    if(LibraryName[i] === randomInt){
        selectedComic = LibraryName[i];
    }
}

LibraryDatabase[selectedComic];

After this just a quick example I highly doubt it's would work that way it's just kinda a idea of how you can create that xD.

These are great ideas! These spaces exist already, so there's no new additional adspace to clog up the UI and it's not pushing away "free" comics. That would make the ads much more relevant to the viewers too. The potential downside I see is that these spaces might be ridiculously expensive...

I understand the worry about creating a divide between "rich and poor" comics, but the divide is already there unfortunately. Not only are many popular comics on here already well monetized, the mere fact that everyone here lives in different countries with different prospects in life is a huge factor... I mean just look at the US and the crazy student debts there. If that isn't a financial divide I don't know what is... I don't think that placing comics in the existing ad spaces would make a huge difference in creating divides. If anything, if these spaces are made affordable, it could even out the playing field a bit.

The popular comics wouldn't probably even want these boxes because they are already well known on Tapas so it wouldn't really benefit them due to having achieved market saturation. For example, would there be any point in Sarah's Scribbles running ads? A reader pretty much has to be living under a digital rock to not know about the series.

The boxes would most benefit those series on the app that have no featured footprint and have very little to no chance of ever being featured (gray scale, long form, right-to-left, non-BL, one page updates, etc.).

If anything it levels the playing field for the start-ups who are at the bottom of the pile and want to invest in themselves to try to move on up. Since popular comics produce the most views, they would benefit the most from the increased ad revenue.

I guess, when you put it like that it does sound like an idea that could help smaller creators. Maybe it's just the socialist in me that shudders a little :slight_smile: What I imagined was already popular series using their ad rev income to pay for ads, creating a larger divide, but thinking about it they have no reason to do so.