Facebook 点赞按钮、开放图谱、元标签和 Wordpress 中的多个帖子
我有一个 WordPress 网站,其中包含为每个帖子生成的类似按钮,并指定 the_permalink
作为 url。我已经在模板的标题中设置了标准的 opengraph 标签,但是当然问题是每个类似的按钮都会发布相同的标题、描述和图像等。
问题在于我无法在其中设置标签因为元标记必须位于标头中而循环?
这个问题有什么解决办法吗?我已经尝试了许多插件,但它们似乎都过于复杂并且难以在模板中正确定位。
I have a wordpress site with like buttons that are generated for each post and given the_permalink
as the url. I have set the standard opengraph tags in the header of the template, but then of course the problem is that every single like button will post the same title, description and image etc.
The problem lies in that I can't set the tags within the loop because the meta tags have to be in the header?
Is there any solution to this problem? I've tried a number of plugins but they all seem overly complicated and hard to position properly within the template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想您可以执行以下操作之一:
1-手动将元标记放置到标题中:
或者如果您想使用钩子(functions.php):
I suppose you could do one of the following:
1- Placing the meta tags to the header manually:
Or if you want to use hooks (functions.php):