別のサイトにDiscourseトピックのリストを埋め込む

CSS は Discourse の埋め込みではなく、あなたのサイトに追加する必要があります。そのため、以下のようなコードになります:

<html>
  <head>
    <script src="https://jonathan5-discourse.com/javascripts/embed-topics.js"> 
    </script>
    <style>
      d-topics-list iframe{
        width: 100%!important;
        }
    </style>
  </head>
  <body>
    <d-topics-list discourse-url="https://jonathan5-discourse.com" category="5" per-page="5"></d-topics-list>
  </body>
</html>
「いいね!」 6