Incrustar comentarios de Discourse en un tema de Discourse

Hmm… maybe a target to remove the header and sidebar when in an iframe using CSS? Maybe something like (not sure if that’ll work)

iframe > html > body > ... {
  display: none;
}

I’ll see if I can get it to work, maybe with some JS :eyes:.


@Heliosurge how would you get it to embed it on topics, if there are multiple topics? If I understand correctly, each blog topic is linked to the respective comments topic, in a seperate category. Just curious :slightly_smiling_face:.


Why not perhaps uncheck the ‘Create’ permission for those who aren’t blog writers, but leave the ‘Reply’ permission checked, and for blog writers the ‘Create’ checked?