你好,
我想将以下服务用作动态 Open Graph 图片生成器。
因此,我需要在 head 中添加一段代码,该代码会自动创建一个以主题 URL 结尾的 URL。
示例 URL;
<meta property="og:image" content="https://ogimage.brixyazilim.com/api/og?url=https://fstdesk.com/t/how-to-produce-invert-sugar-syrup-from-beet-sugar/12825" />
我可以用这样的代码做到这一点吗?
<meta property="og:image" content="https://ogimage.brixyazilim.com/api/og?url=**something**" />
有办法做到这一点吗?
提前感谢。