You may embed Gradual Community content list in your own website.

The code to embed:

        <iframe
          loading='eager'
          title='CONTENTS OF YOUR COMMUNITY'
          id='ANY UNIQUE HTML ID'
          src='https://YOUR_DOMAIN/widgets/contents[?type=value&limit=value]'
          scrolling='yes'
          width='100%'
          height='100%'
          frameBorder='0'
        />

The most important attribute is src, 'https://YOUR_DOMAIN/widgets/contents'

Replace YOUR_DOMAIN with your Gradual community domain.

For example, src = https://community.gradual.com/widgets/contents

You may add more parameters in the src URL to customize the embedded page:

For example, src = https://community.gradual.com/widgets/contents**?type=video&type=blog&limit=8**