Contributors: Takahashi_Fumiki, hametuha
Tags: amazon, affiliate, dmm, phg
Requires at least: 5.6
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 5.1.3
You can add affiliate link in post content via Amazon, iTunes, DMM.
You can add affiliate link in visual editor button. Search on editor and add it immediately.
- Amazon Advertising API(v5)
- PHG iTunes affiliate
- DMM affiliate
These services below are deprecated.
- Rakuten
- Linkshare
- Upload
wp-hamazon
folder in/wp-content/plugins/
directory. - Activate plugin.
- Go to
Setting > Affiliate Setting
and enter credentials.
- You can search affiliate like this screen.
- Fix fatal error on deploy script.
- Fix bug with serverside render.
- Fix Warning error since 5.4.2
Breaking Changes!
- Sorry to be late. Followed Amazon Advertising API 5.0. If you use old credentials, go to Amazon Associate Central and get new credentials.
- Markups and API data structures are completely changed, so if you customize with hooks, please check they work as you wanted.
- Add WP CLI command:
wp hamazon search 'science fiction'
- Fix js dependency errors.
- Change translation.
- Fix JS Error.
- Sorry! Fix non gutenberg environment.
- Fix PHG bug.
- Add Gutenberg support!
- Got bug report and remove typehint to avoid fatal error.
BREAKING CHANGE!!
- All codes are rewriten.
- Drop Rakuten and Linkshare. Shortcodes are now empty.
- Ready for Shortcake. Now you can preview shortcode resutl.
- If you feel this version breaks your site, stay old verison or contact me via support forum.
- 関数
tmkm_amazon_view
が動かなくなっていたので、直しました。 - HTMLリンクを出力する
hamazon_asin_link
を追加しました。
- ショートコード挿入ボタンをつけました。
- ショートコード内の情報を出力できるようにしました。一言コピーのようなものが入れられます。後方互換は取っているので、いままでのコンテンツはそのまま表示されます。
- サービスにPHG(iTuensアフィリエイト)とDMMを追加しました。
// これまで
[tmkm-amazon]00000000[/tmkm-amazon]
// これから
[tmkm-amazon asin='00000000']この本は最高ですよ![/tmkm-amazon]
- 楽天をサービスとして追加
- マークアップをドラスティックに変更しました。これまで利用していた方は注意してください。
- リンクシェアのAPIがリクエストを返さないことがあるので、キャッシュ方法を変更
- リンクシェアを追加
- はじめてのリリース