GithubHelp home page GithubHelp logo

Comments (26)

overtrue avatar overtrue commented on August 20, 2024

overtrue.me. 我的在手机分享就可以,为啥呢?

On 周三, 8月 17, 2016 at 9:46 上午, gewuxy [email protected] wrote:
弱弱的问下,在手机端分享时不能直接调起QQ和微信app分享吗?感觉很不人性化


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [https://github.com//issues/43] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YK-ccM1QIhZayzYODClM67OXs0ugks5qgmfYgaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

是吗,我试了下你的网站,微信分享是直接出现二维码框,QQ分享是跳到登录界面,都没有把app调起来,我的是android一加手机,你的呢

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

微博可以调起app

from share.js.

overtrue avatar overtrue commented on August 20, 2024

@gewuxy 本来就调不起 QQ 啊。。。

from share.js.

overtrue avatar overtrue commented on August 20, 2024

@gewuxy 那是 QQ 自己做的啊,微博与 QQ 都是一样,跳到一个 URL, 不过微博加了一个判断 app 的逻辑 。。。

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

@overtrue 那为什么今日头条可以调起app呢?

from share.js.

overtrue avatar overtrue commented on August 20, 2024

@gewuxy 来个网页

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

http://sc.qq.com/fx/u?r=ZEJCqeA

from share.js.

overtrue avatar overtrue commented on August 20, 2024

这个页面没发现分享按钮。。。

On 周三, 8月 17, 2016 at 10:15 上午, gewuxy [email protected] wrote:
http://sc.qq.com/fx/u?r=ZEJCqeA [http://sc.qq.com/fx/u?r=ZEJCqeA]


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [https://github.com//issues/43#issuecomment-240295224] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YEQBAh-ljfcGZSMKVdNfa9GDq0fHks5qgm6wgaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

在手机浏览器中打开,不要用微信

from share.js.

overtrue avatar overtrue commented on August 20, 2024

抱歉,用任何浏览器都没发现分享按钮。

On 周三, 8月 17, 2016 at 11:18 上午, gewuxy [email protected] wrote:
在手机浏览器中打开,不要用微信


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [https://github.com//issues/43#issuecomment-240303114] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YKw957GyZUDcIvpONcwgVt-M0YwPks5qgn2LgaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

先不管这个问题了,我想问下src目录下的social-share.js和那些压缩过的min.js是不是有差别,我为了修复QQ分享缺少summary字段的问题用了这个文件,
但是发现有不少兼容性问题,如data-disabled在Safari无效,另外在Safari中QQ分享summary和description字段也是空的,chrome正常

注:
昨天一开始遇到的QQ分享卡片文案错误的问题估计就是summary字段为空的问题(chrome是读到了,但是其他浏览器是空的),所以QQ才自己去首页抓取的文案。

测试例子:
http://www.gewuxy.com/course/1/grade/1/chapter/1/tutorial/1

from share.js.

overtrue avatar overtrue commented on August 20, 2024

其中有一个不依赖 jQ 的版本是别人写的。兼容性问题也许存在,建议使用 jQ 版本。

On 周三, 8月 17, 2016 at 5:09 下午, gewuxy [email protected] wrote:
先不管这个问题了,我想问下src目录下的social-share.js和那些压缩过的min.js是不是有差别,我为了修复QQ分享缺少summary字段的问题用了这个文件,
但是发现有不少兼容性问题,如data-disabled在Safari无效,另外在Safari中QQ分享summary和description字段也是空的,chrome正常

注:
昨天一开始遇到的QQ分享卡片文案错误的问题估计就是summary字段为空的问题(chrome是读到了,但是其他浏览器是空的),所以QQ才自己去首页抓取的文案。

测试例子:
http://www.gewuxy.com/course/1/grade/1/chapter/1/tutorial/1 [http://www.gewuxy.com/course/1/grade/1/chapter/1/tutorial/1]


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub [https://github.com//issues/43#issuecomment-240356612] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YG7XAlZhkzg2CXGle3FezIVbkneiks5qgs_OgaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

jquery.share.js:134 Uncaught TypeError: $wechat.find(...).qrcode is not a function,报qrcode方法找不到

from share.js.

overtrue avatar overtrue commented on August 20, 2024

@gewuxy 请使用 dist 下的文件。

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

dist下的是jquery.share.min.js,正如我一开始说的,QQ分享少了summary字段,用min版本没办法修改啊

from share.js.

overtrue avatar overtrue commented on August 20, 2024

先将就用吧,过几天我重构一下。

On 周三, 8月 17, 2016 at 8:37 下午, gewuxy [email protected] wrote:
dist下的是jquery.share.min.js,正如我一开始说的,QQ分享少了summary字段,用min版本没办法修改啊


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub [https://github.com//issues/43#issuecomment-240398079] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YCuBkTfV8wtw2BGFsbGELDPLPx2nks5qgwB_gaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

哎,我也不是很懂javascript,怎么才能学到那么高深的层次

from share.js.

overtrue avatar overtrue commented on August 20, 2024

各种折腾就好了,逼自己完成。哈哈

On 周三, 8月 17, 2016 at 8:40 下午, gewuxy [email protected] wrote:
哎,我也不是很懂javascript,怎么才能学到那么高深的层次


You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub [https://github.com//issues/43#issuecomment-240398775] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ABZ3YLX0JgvjLi4XmlwNW5vqzViDm0XBks5qgwE_gaJpZM4JmA-0] .

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

折腾了两天,还是得等你更新代码了。。。

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

或者你跟我说说该怎么修复这个错误,我也学习一下

from share.js.

overtrue avatar overtrue commented on August 20, 2024

@gewuxy 去 safari 里调试,看看为啥没去到,然后改掉。我也没有具体的解决方法,只有去具体看才知道,手里在忙其它项目,所以还得等一段时间了。

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

@overtrue 不是,我现在是想解决qrcode方法找不到的问题,导入qrcode.js没用

from share.js.

overtrue avatar overtrue commented on August 20, 2024

在引入我的文件之前先引入那个 qrcode js 就好了。

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024
<script src="/shareJS/js/qrcode.js"></script>
<script src="/shareJS/js/jquery.share.js"></script>

不行哦

from share.js.

gewuxy avatar gewuxy commented on August 20, 2024

其实我觉得qrcode.js应该是javascript版本,缺少一个jquery版本

from share.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.