GamPress 多功能 WordPress 插件开源项目

我要开发同款
匿名用户2017年07月25日
249阅读

技术信息

开源地址
https://github.com/kuibobo/GamPress
授权协议
GPL

作品详情

GamPress

一个WordPress插件

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

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

Activity留言模块,

Notificatio通知模块,

Votes投票模块

Members模块安装并激活

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

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

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

2)支付

<form method="post" actio="/orders/create?redirect=<?php echo $redirect;?>" class="form-box">    <iput type="hidde" ame="product_id" id="product_id" value="0" />    <iput type="hidde" ame="item_id" id="item_id" value="0" />    <iput type="hidde" ame="price" id="price" value="0.01" />    <iput type="hidde" ame="quatity" id="quatity" value="1" />    <iput type="hidde" ame="total_fee" id="total_fee" value="0.01" />    <iput type="hidde" ame="pay_module" id="pay_module" value="wechat" />    <iput type="hidde" ame="product_ame" id="product_ame" value="订单名称" />    <iput type="hidde" ame="product_descriptio" id="product_descriptio" value="订单描述" /></form>

功能介绍

GamPress 一个WordPress插件 集成SNS登录组件(微信,微薄,QQ,短信), Pay组件(支付宝,微信支付), Activity留言模块, Notification通知模块, V...

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论