Description
通过WordPress淘宝客插件,你可以给任何文章类型加上淘宝客选项,在你的博客上进行淘宝客商品推广,并获取销售提成。
Installation
- 解压后把
taobaoke
目录上传到 /wp-content/plugins - 在后台激活
WordPress淘宝客插件
- 到
淘宝客插件设置
页面对本插件进行设置
FAQ
- 在文章模板中怎么调用淘宝客数据?
-
本插件生成的淘宝客数据使用 post meta 进行储存,在模板中可以通过
get_post_meta($post_id, $key, $single)
函数进行调用。例:
get_post_meta($post->ID,'TBK_item_url',true); //调用商品淘宝客链接 get_post_meta($post->ID,'TBK_item_img',true); //调用商品图片 get_post_meta($post->ID,'TBK_item_price',true); //调用商品价格 get_post_meta($post->ID,'TBK_shop',true); //调用掌柜名称 get_post_meta($post->ID,'TBK_shop_link',true); //调用店铺链接
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WordPress 淘宝客插件” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress 淘宝客插件” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.2
- 增加了服务器环境检测功能
1.1.1
- 修复了商品信息不能保存的bug
1.1
- 修复和 wp-taobaoke 插件得冲突(强烈建议安装了1.0版用户把插件完全删除安装新版!)
- 删除了没用的代码
1.0
- 支持自定义文章类型设置