Wishlist Button + Reveal Trailer
Hello,
I have just uploaded the reveal trailer and I published the page so I can gather wishlists.
Somebody might wonder how I made the wishlist button, beause itch.io does not suport wishlistning, so I made my wishlist button by my self. Because the itch.io html editor has no custom scripts I must make it work just with pure html. So I was googling and googling and I found that I could make a pre made email aperar from a link. I made a link that used mailto, but then I realized that not everybody has a email management software on their computer so I made it use gmail. Now when you press the wishlist button a gmail email will apear and you must click send then I get a wishlist email and when the game launches they will get a email back that the game is out.
This was realy hard so please wishlist my game here https://t-studio-games.itch.io/playtester. On launch day the DLC will have 33% OFF so wishlist to be notified.
Thank you!
BYE ! :)
Get Playtester
Playtester
Find Bugs, Destroy bugs - SIMPLE
Status | Released |
Author | T Studio Games |
Genre | Puzzle, Action, Platformer |
Tags | 2D, 8-Bit, Destruction, Singleplayer, story |
Comments
Log in with itch.io to leave a comment.
Could you send me the code for this I am trying to make the same for a few months
I'm sorry, but why would i just give you the source code of my game? And why are you making the same thing, when it already exists?
No sorry I didn’t mean the game, I mean the wishlist button. I’m making a game too but it’s completely different (a 2D story puzzle metroid vania with a bit of action aspects)
Oh, sorry my bad. Here you are.
<a
style="padding:15px;
border-radius:10px;
background-color:#ff6666;
color:white;
font-size:20px"
href=""
class="text-right"
target="_blank">
Wishlist
</a>
Just put your link in the href tag.
thanks a lot :D