Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Wordpress 中的一家餐厅开发一个页面。在菜单页面上,我需要菜单中每个项目的 Like 按钮(这些项目是帖子,但它们没有单个页面)。如何添加 Like 按钮(在循环中)以便能够为每个菜单项向 og 添加不同的图像和标题?
以防万一有人遇到这个问题:如果您没有 single.php,则 wordpress 使用 index.php。在标题中检查 is_single() 是否可以创建 og 元标记。
你不能!对于要使用 Like 按钮的每个项目(将表示为 Open Graph 对象),您应该有单独的页面(具有唯一的 URL)。