=== 自媒体平台快速发布插件 ===
Contributors: bestony
Donate link: https://wpstore.app
Tags: wechat，微信公众号，微信
Requires at least: 5.9
Tested up to: 5.9
Stable tag: 0.0.4
Requires PHP: 7.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀，生成微信公众号后台的样式和快速复制按钮，帮助用户快速完成从 WordPress 到微信公众号文章发布。

== Description ==

自媒体平台快速发布插件支持通过在文章页面添加 ?wx 后缀，生成微信公众号后台的样式和快速复制按钮，帮助用户快速完成从 WordPress 到微信公众号文章发布。

特色：

* 一键复制文章标题、文章作者、文章内容、文章摘要、文章原文链接
* 可自定义样式


== Frequently Asked Questions ==

= 如何自定义样式 =

访问 WordPress 后台 —— 设置 —— 阅读页面可以添加 CSS 样式。

案例样式代码：

`#copytowechat-content{margin:0;overflow-x:hidden;font-family:"Source Sans Pro","等距更纱黑体 SC","Helvetica Neue",Arial,sans-serif!important;line-height:1.8rem;letter-spacing:0;-webkit-font-smoothing:antialiased;color:#0a0a0d;font-size:16px}#copytowechat-content blockquote,#copytowechat-content dl,#copytowechat-content ol,#copytowechat-content p,#copytowechat-content table,#copytowechat-content ul{margin:.8em 0}#copytowechat-content p{word-spacing:0.05rem}#copytowechat-content h1,#copytowechat-content h2,#copytowechat-content h3,#copytowechat-content h4,#copytowechat-content h5,#copytowechat-content h6{color:#4ab3fe}#copytowechat-content a{padding:0 2px;font-weight:500;color:#0072d6;text-decoration:none}#copytowechat-content b,#copytowechat-content strong{color:#fe3334}#copytowechat-content hr{box-sizing:content-box;width:50%;height:1px;padding:0;margin:46px auto 64px;overflow:hidden;background-color:#fe3334}#copytowechat-content blockquote,#copytowechat-content pre{background-color:#dad7c7}#copytowechat-content blockquote::before{font-size:3em;font-weight:700;line-height:1em;content:"“";color:#0072d6}#copytowechat-content kbd{display:inline-block;border-radius:3px;padding:0 4px;box-shadow:1px 1px 1px #777;margin:2px;font-size:small;vertical-align:text-bottom;background:#4682b4;color:#eee}`

== Screenshots ==

1. 文章发布按钮

== Changelog ==
= 0.0.4 =
* 新增复制作者
= 0.0.3 =
* 修复代码提示
= 0.0.2 =
* 调通自动化流程并整理 readme

= 0.0.1 =
* 初始化项目