I'm developing a Wordpress site for a client. He wants to recommend certain products on his site. I have the products listed and linked to amazon, but every time the link is clicked on iOS, the link opens the Amazon App (which is fine) but then directs right back to Safari, opening the link in a new window.

我正在为客户开发一个Wordpress网站。他想在他的网站上推荐某些产品。我列出了产品并链接到亚马逊,但每次在iOS上点击链接时,链接都会打开亚马逊应用程序(这很好),然后直接返回Safari,在新窗口中打开链接。

My goal is to have the link open in the Amazon app and stay there without redirecting back to Safari.

我的目标是在亚马逊应用程序中打开链接并保持在那里,而无需重定向回Safari。

NOTE: these are not Amazon Affiliate Links, they are standard amazon links.

注意:这些不是Amazon Affiliate Links,它们是标准的亚马逊链接。

The site is https://financialchamps.com/shop/

该网站是https://financialchamps.com/shop/

Thank you for your help!

感谢您的帮助!

1 个解决方案

#1


0

This is just a guess, but I noticed that the links had a target="_blank" attribute on them. Try unchecking Open Link In New Tab in the WordPress editor and see if it works as expected. Otherwise it is most likely a bug with iOS or Amazon.

这只是猜测,但我注意到链接上有一个target =“_ blank”属性。尝试在WordPress编辑器中取消选中“在新标签中打开链接”,看看它是否按预期工作。否则,它很可能是iOS或亚马逊的错误。

更多相关文章

  1. 组合两个下拉菜单以确定提交按钮链接
  2. 创建mailto超链接,该超链接将在Outlook中打开,并在主体中显示超链
  3. 如何将带有图形链接的列表转换为内联列表?
  4. 180225-第一百零七天【html链接,头部】
  5. 如何使用一个锚标记打开多个链接
  6. 在HTML / PHP联系表单上出现404/405错误(链接问题?)
  7. 在京东上6-24日购买6台笔记本7天无理由 退货 退不了 把订单编号
  8. QQ、MSN、淘包旺旺、Skype常设对话的html链接代码
  9. 帮助相对路径链接到本地​​文件

随机推荐

  1. Razor TagHelper实现Markdown转HTML的方
  2. C#开发之微信小程序发送模板消息功能
  3. 在.NET Core类库中使用EF Core迁移数据库
  4. C#对Word文档的创建、插入表格、设置样式
  5. Asp.NET控制文件上传的大小方法(超简单)_
  6. c++如何获取数值极值的办法
  7. ADO调用分页查询存储过程的实例讲解_实用
  8. 关于c++中的引用总结
  9. asp.net部署到IIS常见问题的解决方法_实
  10. 实例详解sort()函数的原理和使用方法