I have crawled some posts from Twitter using a web scraper. We consider these as posts, but Discourse’s mechanism requires a title for each post. I would like to ask if there is a way to create posts without a title or if there is a method to hide the title display entirely, as I may want to post something without a title.
Are there any existing Twitter-like theme components available? Or any other methods to fulfill my requirements?
I would like to separate my posting methods into two types:
Titled topics: These are longer posts, including my opinions, a clear title, and all necessary elements.
Untitled topics: Similar to Twitter, I want to be able to post content without a title, such as simple statements like “The weather is great today,” which may not have much specific meaning. For these posts, I want to allow them to be published without a title.
Additionally, the data I’ve scraped from Twitter consists entirely of content without titles. When I import these posts into my forum via the API, they are automatically assigned strange and irrelevant titles, which feels very unnatural.
I’m wondering if there’s a way to hide the titles of these posts directly, allowing me to display Twitter-style posts without requiring a title.