From c1dc50fa74f0c683877f745be6b081233ff7d407 Mon Sep 17 00:00:00 2001 From: Trust <603049583@qq.com> Date: Sat, 1 Apr 2017 17:43:56 +0800 Subject: [PATCH 1/2] add weibo webpageUrl add weibo webpageUrl --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index fbec50e..c9bf7ee 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,15 @@ config : { imageUrl: 图片地址 } ``` + +分享网页的方式:提供了ios的webpageUrl,android没有对于不懂原生的伙伴,可以以另一种方式发送网页 + +``` +//分享网页 +{ + type: 'image', + text: 文字内容, + imageUrl: 图片地址+"\n"+webpageUrl +} + +效果:[这里](https://github.com/TrustTheBoy/Old-driver-collection/blob/master/Images/weibo.jpg) From 22f0736ec3b6ea9359d2fd5c4b0210524369494a Mon Sep 17 00:00:00 2001 From: Trust <603049583@qq.com> Date: Sat, 1 Apr 2017 17:53:01 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9bf7ee..1ae32a6 100644 --- a/README.md +++ b/README.md @@ -204,3 +204,4 @@ config : { } 效果:[这里](https://github.com/TrustTheBoy/Old-driver-collection/blob/master/Images/weibo.jpg) +或者[ltjin](https://github.com/ltjin/react-native-weibo)