我现在计划分享一些文本,并链接到手机上的SNS应用。我使用的代码如下:
Intent shareIntent = new Intent();
shareIntent.setAction(Intent.ACTION_SEND);
shareIntent.putExtra(Intent.EXTRA_TEXT, "the word i like to say");
shareIntent.setType("text/plain");
this.startActivity(Intent.createChooser(shareInt
大家好,我想在我们的网站上添加微信的分享链接按钮,就像其他的一样:
<a class="skype social-icon" href="https://web.skype.com/share?url=http://example.com&text=I wanted you to see this site" target="_blank" title="Skype"><i class="fa fa-skype fa-lg"></i></a>
&