LikeCoin 測試 Markdown

這是測試LikeCoin插件的頁面。

Like Button

1
2
3
4
5
<iframe class="LikeCoin"
 src="https://button.like.co/in/embed/h47388304/button?referrer={{ .Permalink }}"
 width="100%"
 frameborder=0>
</iframe>
1
2
3
4
5
<iframe class="LikeCoin"
 src="https://button.like.co/in/embed/{{ .Site.Params.LikerID }}/button?referrer={{ .Permalink }}"
 width="100%"
 frameborder=0>
</iframe>

Likepay

1
2
3
4
5
<iframe class="Like Pay"
 src="https://like.co/h47388304"
 width="100%"
 frameborder=0>
</iframe>
1
2
3
4
5
<iframe class="Like Pay 10"
 src="https://like.co/in/widget/pay?to=h47388304&amount=10"
 width="100%"
 frameborder="0">
</iframe>
使用 Hugo 建立
主題 StackJimmy 設計