I'm currently developing a TTRPG community site where players can gather together in one spot to look for groups either in real life or on some VTT site such as Roll20 here. I would like to integrate a couple of features that would mutually benefit everybody. I would like to incorporate the ability to share character sheet information, preferrably piece by piece. This way it's possible to post something like just a character name, level, and class from a current game being played, or all the pieces can be placed together to create a full character sheet. Users on my site would also be able to have all of their character sheets in a table on a single page and be able to go to them individually to see their current stats. I would also like for an easy way to link to a specific current game. Right now, that IS possible, of course, by just copy/pasting the URL, but it would be nice for something simpler so that games could dynamically be added and listed. What I mean by this is have an href with something like " <a href="https://app.roll20.net/campaigns/" rel="nofollow">https://app.roll20.net/campaigns/</a> " then one of my users just has to add a certain code or @name which would be saved into my database so it has the ability to be called anywhere else on my site. This would require a change in the visibility of open games, too. Right now, if you copy/paste the URL to the game, it takes you first to login/register, but I think open games should be visibile to anybody without logging in and then require a login when clicking "Launch Game". If the GM is allowing new players, then they can dive in normally. If not, they get a message saying so. Of course, I made this all about my specific site, but if this could get implemented, it could be used on ANY site and possibly even BBC code in forums. This could potentially increase traffic to Roll20 and the ability for Roll20 users to advertise their campaigns on other sites for players who don't normally roam the LFG section here.