如何动态生成要用作元og的图像:图像网址?

时间:2018-03-20 00:14:46

标签: node.js reactjs image-processing heroku koa

我对学习如何动态生成og:image感兴趣。以网站Molly和Michael Seibel的个人资料页面为例。

他的个人资料页面:https://molly.com/michael

他的页面有一个独特的元og:image,这使得在iMessage,FB,Twitter,LinkedIn等链接预览中更友好地分享这个页面......

<meta content="https://s3-us-west-2.amazonaws.com/molly-assets-prod/michael-card.png" property="og:image">

Custom OG IMAGE for url

我的应用程序使用Node.js,KOA,React构建并托管在heroku上,如何为每个用户的个人资料页面动态生成一个唯一的og:image,其中我有他们的名字和照片?

1 个答案:

答案 0 :(得分:0)

您可以使用react-helmet:https://github.com/nfl/react-helmet