內容簡介
這個外掛讓使用者可以輕鬆記錄轉載文本的來源。它新增一個自訂文章類型「Sources」以及一個在文章編輯視窗中選擇各種來源的 metabox。
注意:這仍然是早期開發版本(亦即 ALPHA),因此請自己承擔風險。它具備基本功能,但是設定選項不多,可能出現一些錯誤。
基本功能:
使用「自訂文章類型」功能建立可能的來源清單;
在文章編輯視窗中顯示 metabox,供使用者從可用來源清單中選擇;
可自訂的樣板 - 你可以使用自己的 HTML 以及短代碼 %title%,%title_attr%,%text%,%img%,%img_h%,%img_w% 和 %link%;
你可以使用樣板代碼 <?php tinysource_show(); ?> 插入外掛輸出;
待辦事項:
更多自訂選項
文章內文後自動插入
本地化
外掛標籤
開發者團隊
原文外掛簡介
This plugin enables users to easily note the source of republished text. It adds a custom post type ‘Sources’ and a metabox to choose from various sources in post editing window.
ATTENTION: This is still an early development version (aka ALPHA), thus use with your own risk. It has the basic functionality, but not many configuration options and some bugs are probably present.
Basic functions:
Allows to create list of possible sources using Custom Post Types functionality;
Creates a meta-box in post editor screen to choose from list of available sources;
Customizable template – you can use your own html and shorttags %title%, %title_attr%, %text%, %img%, %img_h%, %img_w% and %link%;
You can use template tag to insert plugin output;
TO DO:
More customization options
Automatic insertion after post text
Localization
