我使用angularjs和laravel,当我从链接或通过代码发送消息时,我收到无效的URL错误
<a href="https://www.xing-share.com/app/user?op=share;sc_p=xing-share;url=http://localhost:3000">Share on Xing</a>-->
<a class="xing customer share" href="https://www.xing.com/social_plugins/share?url=http://localhost:3000" title="Xing Share" target="_blank">Xing</a>发布于 2017-02-14 22:37:03
根据xing share documentation,你的不能共享本地链接。Xing将爬行您共享的链接,但当xing crawler无法访问您的本地环境时,此操作将不起作用。
共享链接必须是xing crawler能够访问的公共URL。
图片由xing share按钮文档提供:

https://stackoverflow.com/questions/42228739
复制相似问题