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

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐