Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Allow Twitter Feed Embeds

A topic by Autus created Jan 02, 2021 Views: 423 Replies: 3
Viewing posts 1 to 2
(+1)

I'd love to be able to embed a Twitter feed into the game's description and/or developer profile pages. I use the devlog feature for major, lengthy posts about my games and for publishing detailed notes about version updates, but I use Twitter for play-by-play update notes as I work on things. Being able to embed the feed would save viewers from having to leave the game page to see if there's been any progress posts made.

My first idea would be :
-Changing the HTML in Description for a game.
-And for your profile, you can do the same by going in Account> Setting>Basics>Profile and then all the way down you can modify it

We can already change the HTML code for the game page, this is just an example of my game page. https://guruhebat.itch.io/muttergeschichte. But not in a very deep HTML and CSS code, cause when I try to write my own style, it seems that the system deletes my style code. Haven't try the javascript though.

(+2)

Itch doesn't allow for injecting JS scripts into the Description block. It also doesn't play well with some specific HTML blocks, like <div> and <span>. I'd assume it's because they don't want you breaking the uniformity of the game pages, which is completely understandable; It's something that could easily be abused.