重定向链接到公共网站
如何将帖子中的“发布者”链接更改为我的粉丝专页?当用户单击此链接时,他/她将被重定向到发送该链接的 FB 应用程序。有没有办法删除它或更改它以便重定向到我的公共网站?我正在使用 Joomla 组件将页面发布到 FB 真正的 FB 应用程序。
How do I change the link 'posted by' in a post to my fanpage? When a user clicks on this link he/she is redirected to the FB app that sent it. Is there a way to remove this or change it so the redirect will go to my public site? I'm using a Joomla component to post a page to FB true a FB application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 JavaScript 拦截对该链接的点击,禁用默认操作并重定向到新页面。
Use a javascript to intercept clicks on that link, disable the default action and redirect to the new page.