# Será que o Discourse deveria fazer um esforço para se tornar uma plataforma de comentários viável?

**URL:** <https://meta.discourse.org/t/should-discourse-make-an-effort-to-become-a-viable-comment-platform/274455>\
**Category:** Community Building\
**Created:** [9 Agosto , 2023 04:53 UTC](https://meta.discourse.org/t/should-discourse-make-an-effort-to-become-a-viable-comment-platform/274455 "2023-08-09T04:53:00Z")\
**Posts on this page:** 1\
**Showing post:** 69

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [17 Março , 2026 20:40 UTC](https://meta.discourse.org/t/should-discourse-make-an-effort-to-become-a-viable-comment-platform/274455/69 "2026-03-17T20:40:51Z")

</div>

> [@Slaune](#):
>
> → Em vez de carregar o fórum completo, ele rastreia a `embedUrl`, é redirecionado (minha plataforma exige login) e cria um tópico lixo com a URL de redirecionamento como título.

Muitíssimo obrigado pelo relatório @Slaune, consegui reproduzir e corrigir agora

> <https://github.com/discourse/discourse/pull/38668>
>
> \## Summary
> 
> Follow-up to #36613 (full Ember app embed mode).
> 
> When an embedd…ed page's title can't be parsed by \`ruby-readability\`, \`TopicEmbed.import\` creates a topic with a blank title and slug. This causes:
> 
> \- \*\*Redirect loop\*\*: \`Topic.url\` generates \`/t//123\` (double slash), and \`TopicsController#show\` endlessly redirects trying to add the missing slug
> \- \*\*Broken topic\*\*: The topic has no title or meaningful content
> 
> \### Changes
> 
> \- \*\*\`topic\_embed.rb\`\*\*: Fall back to the embed URL as the topic title when the parsed title is blank
> \- \*\*\`topic.rb\`\*\*: \`Topic.url\` omits the slug segment when slug is blank (\`/t/123\` instead of \`/t//123\`)
> \- \*\*\`topics\_controller.rb\`\*\*: Skip canonical slug redirect when the topic has no slug (nothing to redirect to)

---

_[View the full topic](https://meta.discourse.org/t/should-discourse-make-an-effort-to-become-a-viable-comment-platform/274455)._
