780

Product support

Get help in the plugin support forum.

Categories

WARNING: UNOFFICIAL PLUGIN Chinese Version Below

Liker Land Civic is a movement advocating pay for creation. With nano-payment, reduce dependence of media on ads. Any website can install LikeCoin plugin, and it will add Like Button. Everytime readers click the button, creator will get pay from it.

Reward for creator comes from following two way:

  1. Civic monthly fee: all dominated by individual, prorated by amount of Likes.
  2. Fee found: from fees received by foundation, distributed by amount of Likes and Liker's type (Free Liker of Civic)

LikeCoin can exchange to other cryptocurrency in some exchange like BitAsset and Liquid. More information of LikeCoin token can be found in CoinMarketCap and Etherscan.


這個插件並非官方建立,請留意。

讚賞公民是一場旨在讓創作可以當飯吃的運動,透過微支付(nano-payment),減少媒體對廣告的依賴。任何網站只需安裝 LikeCoin 外掛,就能自動加上 讚賞鍵,化讚為賞 — — 讀者每一按讚,作者獲得收入。

創作者每天所得的回饋來自兩部份: 一、讚賞公民月費:全數由個人支配,按 Like 數攤分。 二、月費配對基金:基金會承擔,數額參考月費總和,按免費 Liker 與 讚賞公民 的總 Like 數分配。

獲得的 LikeCoin 可以在不同的交易所兌換為台幣, 例如 BitAssetLiquid。 LikeCoin 代幣(LIKE) 的資訊可以參考 CoinMarketCapEtherscan

LikeCoin Button 插件

English Version

一個簡易的 LikeCoin Button 插件,可輕易設定創作者的 LikeCoin ID 與參照網址。

使用方式

在需要加入 LikeCoin 頁面,從左方的 Components / 組件中,找到 LIKECOIN PLUGIN,點擊 LikeCoin Button,將組件加入到頁面中。並將下面程式碼插入到目標位置。
{% component "likeCoinButton" %}

點擊上方的 LikeCoin Button,設定 Creator 為創作者的 ID。(登入 LikeCoin 後,右上角顯示的字串。)

預設的參考連結是當前頁面的 URL,若是頁面需要使用指定網址,可以指定 URL。
{% component "likeCoinButton" url="http://example.com/somewhere" %}

自訂樣式

若是有自訂 LikeCoin Button 樣式的需求,可以在 Partials / 部件中心新增文件,命名為 likeCoinButton/default.htm,以下是預設內容。

<iframe scrolling="no" frameborder="0" style="height: 212px; width: 100%; overflow: hidden;"
  src="https://button.like.co/in/embed/{{ __SELF__.creator }}/button?referrer={{ __SELF__.url }}"></iframe>

請留意,LikeCoin Button 是透過嵌入式頁面載入的,因此並無法改變內部內容。

1.0.1

First version of LikeCoin

Feb 14, 2020