Git Product home page Git Product logo

mywechatapplet's Introduction

WordPress 博客微信小程序

说明

  1. 可在任何 WordPress 主题上直接使用,无需安装额外插件
  2. 修改 app.jscopyright 即可完成适配
  3. 开启评论功能需要进行额外设置(注意这可能会导致垃圾评论的增加)
  4. 暂不支持评论嵌套,只能显示评论主楼
  5. 可以在 EasyWordPressBook 了解 Wordpress REST API
  6. 微信公众平台发布你的微信小程序

开启评论

在 WordPress 主题的 functions.php 中加入

add_filter('rest_allow_anonymous_comments', '__return_true');

微信用户头像直接存储在 author_url 字段,如果希望存在 meta 字段,参考 register_meta

第三方库

mywechatapplet's People

Contributors

fungaren avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ddayzzz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.