我想使用tumblr标记设置一个OGP映像url,如
<meta property="og:image" content="{ANY TUMBLR TAG}"/>
我想得到我创建的帖子图片的顶部,并设置OGP图像。
有人知道我该用哪个tumblr标签吗?
发布于 2013-10-11 08:50:23
Tumblr应该自动生成打开图的元标记。然而,要回答以下问题:
<meta property="og:image" content="{block:Photo}{PhotoURL-250}{/block:Photo}"/>
您可能需要一些模板逻辑来确保只在PermalinkPage上打印。
https://stackoverflow.com/questions/19312992
复制相似问题