GamPress GamPressMembers模块 多功能 WordPress 插件

程序名称:GamPress GamPressMembers模块

授权协议: GPL

操作系统: 跨平台

开发语言: PHP

GamPress GamPressMembers模块 介绍

GamPress

一个WordPress插件

集成SNS登录组件(微信,微薄,QQ,短信),

Pay组件(支付宝,微信支付),

Activity留言模块,

Notification通知模块,

Votes投票模块

Members模块

1)将GamPress目录放置到WordPress的Plugins目录 2)在WordPress后台激活
3)在GamPress设置里里面填入社交模块的appId和secret.

在您的模板中使用 1)SNS登录

<a href="/sns/oauth/qq?callback=<?php echo $redirect;?>" class="qq">QQ</a>
<a href="/sns/oauth/wechat?callback=<?php echo $redirect;?>" class="wx">微信</a>
<a href="/sns/oauth/weibo?callback=<?php echo $redirect;?>" class="wb">微博</a>

2)支付

<form method="post" action="/orders/create?redirect=<?php echo $redirect;?>" class="form-box">
    <input type="hidden" name="product_id" id="product_id" value="0" />
    <input type="hidden" name="item_id" id="item_id" value="0" />
    <input type="hidden" name="price" id="price" value="0.01" />
    <input type="hidden" name="quantity" id="quantity" value="1" />
    <input type="hidden" name="total_fee" id="total_fee" value="0.01" />
    <input type="hidden" name="pay_module" id="pay_module" value="wechat" />
    <input type="hidden" name="product_name" id="product_name" value="订单名称" />
    <input type="hidden" name="product_description" id="product_description" value="订单描述" />
</form>

GamPress GamPressMembers模块 官网

https://github.com/kuibobo/GamPress

相关编程语言

Pangu 是 Atom 编辑器插件,可以在中文和英文字符之...
Netconf for ATOM 是诺基亚开发的一个用来学习和测试...
vim-mode 是一项正在进行的 Atom 包的工作,通过连接...
APICloud 为 Atom 编辑器推出的开发工具包。包含新建...
ATOM-Gitee (前身是 ATOM-GitOSC),ATOM 的 码云扩...