Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add weibo webpageUrl #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,16 @@ config : {
imageUrl: 图片地址
}
```

分享网页的方式:提供了ios的webpageUrl,android没有对于不懂原生的伙伴,可以以另一种方式发送网页

```
//分享网页
{
type: 'image',
text: 文字内容,
imageUrl: 图片地址+"\n"+webpageUrl
}

效果:[这里](https://github.com/TrustTheBoy/Old-driver-collection/blob/master/Images/weibo.jpg)
或者[ltjin](https://github.com/ltjin/react-native-weibo)