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.
我成功地将 OG 操作发布到我在 facebook 上的应用时间线。但是现在,当我单击对象标题时,它只会打开 facebook 获取打开图形操作数据的 url。我想在我的网站上添加一个自定义 url。这可能吗?
这是设计使然。如果您需要用户在点击 OG 操作后访问您的网站,则在代表该操作的页面上,添加 JavaScript 重定向location.href= 'URL to your site';
location.href= 'URL to your site';