Apple在IOS9上介绍了" Universal Links"。
例如,如果某个用户安装了Pinterest,并且我有一个Pinterest"将它固定在"我的页面上的按钮,一旦用户点击它,Pinterest应用程序应该触发,用户继续该应用程序。
问题在于Pinterest应用程序不接受image_url
参数。
有没有办法阻止浏览器进行深层链接?
以下是按钮的示例:
<a class="pinterest" href="http://pinterest.com/pin/create/%20button/?no_auto_redirect_or_interstitial=1&amp;url=http%3A%2F%2F127.0.0.1%3A3000%2Fproduct%2Flil-foxy-roxy-women%2Fknit-your-own&amp;media=http:///d3fzrgzt53nwlw.cloudfront.net/app/public/spree/suite_images/19314/large/INDEX.jpg?1447070973&amp;description=Lil%27%20Foxy%20Roxy%20by%20Wool%20and%20the%20Gang" target="_blank">
<i class="fa fa-pinterest"></i>
</a>