Reddit 嵌入 RedditEmbed
RedditEmbed 提供了一种简单的方式来展示 Reddit 上的社区讨论,非常适合用于展示用户评价或社区驱动的内容。
Reddit 热议
import { RedditEmbed } from '@goenhance/cms-ui';
const Example = () => ( <RedditEmbed title="社区讨论" list={[ { url: "..." } ]} />);属性说明 (Props)
Section titled “属性说明 (Props)”| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
title | string | - | 区域标题 |
list | RedditEmbedItem[] | [] | Reddit 帖子链接列表 |
- 智能转换:自动将 Reddit 链接转换为嵌入专用链接。
- 沙箱安全:使用
iframe沙箱模式,确保页面安全性。 - 自适应网格:在大屏幕下支持多列展示多个帖子。