weapp-share-timeline
Installation
SKILL.md
微信小程序分享到朋友圈开发指南
基础库 2.11.3+ 支持,Android/iOS 微信 8.0.24+
快速配置
启用分享到朋友圈
页面必须同时满足两个条件才能分享到朋友圈:
- 先启用"发送给朋友":实现
onShareAppMessage - 再启用"分享到朋友圈":实现
onShareTimeline
原生小程序示例
Page({
// 1. 必须先启用"发送给朋友"
onShareAppMessage() {
Related skills
More from dafang/taro-weapp-plugin
react-to-taro
Transpile React Web applications (v18+) into Taro 4.x code optimized for WeChat Mini Program. Use this skill when converting React components, pages, or utilities to Taro-compatible code with proper JSX element mapping, event handler transformation, navigation/routing conversion, and API shim layer.
42wechat-chat-tool
微信小程序聊天工具开发指南。当开发聊天工具分包、配置 chatTools、发送消息到群聊、动态消息、获取群成员信息、wx.openChatTool、wx.getChatToolInfo 时使用。
10planning-with-files
Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.
6