facebook twitter hatena line email

Html/アプリストアボタン

提供: 初心者エンジニアの簡易メモ
2021年4月18日 (日) 01:27時点におけるAdmin (トーク | 投稿記録)による版 (iPhoneとAndroidのストアボタン)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

iPhoneとAndroidのストアボタン

imgのリンク形式

<center><a href="https://play.google.com/store/apps/details?id=com.example.hoge1">
<img src="https://play.google.com/intl/en_us/badges/images/generic/ja_badge_web_generic.png" alt="Google Play で手に入れよう" width="153" />
</a><a href="https://itunes.apple.com/jp/app/id1454789123?mt=8">
<img src="https://linkmaker.itunes.apple.com/assets/shared/badges/ja-jp/appstore-lrg.svg" alt="AppStoreで入手" height="40" style="margin:10px 10px;"/>
</a></center>

imgのローカル参照形式

<center><a href="https://play.google.com/store/apps/details?id=com.example.hoge1">
<img src="/img/googleplay.png" alt="Google Play で手に入れよう" height="40" style="margin:10px 10px;" />
</a><a href="https://itunes.apple.com/jp/app/id1454789123?mt=8">
<img src="/img/app-store.png" alt="AppStoreで入手" height="40" style="margin:10px 10px;" />
</a></center>

画像はここらへんとか?https://www.iflytek.co.jp/a1j-app/