Xing sharing not working on localhost

孤街浪徒 提交于 2019-12-11 06:12:24

问题


I am using angularjs and laravel when I am sending a message from link or by code then I am getting invalid URL error

<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>

回答1:


According to the xing share documentation you can not share local links. Xing will crawl you shared link but this will not work while the xing crawler is unable to access your local environment.

A share link must be a public URL which is able to access by the xing crawler.

Image by xing share button documentation:



来源:https://stackoverflow.com/questions/42228739/xing-sharing-not-working-on-localhost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!