這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Ecall

外掛說明

The plugin make it easy to invoke articles of your blog . Just insert an simple javascript code in the web page if other sites want to invoke your blog posts . Meanwhile help you let more webizen surf your blog.

Ecall features

1.make templates for invocation at will
2.use cache
3.hide categories you do not want them to be invoked
4.Authorization mechanism to prevent malicious calls
5.use javascript for invocation

安裝方式

  1. Upload ecall to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

how we can invoke article externally?

you will have a security key which can be found in the plugin panel,external site can insert below javascript into a html file

localhost: your blog domain
key:the authenrition key the plugin generate(check in plugin management panel)
cid: the catagory id
rows:how many row to show optional

i use your plugin in pickbeauty.com but i am not understand your plugen function. how i can use this plugin please tell me clearly

you should creat a html file and write these code in it:

then you can open up the file using ie explorer or firefox,chrome you will find what the plugin do for you .

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Ecall〉的開發相關工作。

參與者

將〈Ecall〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.0.1

release
=1.12.15=
*make it to control the length of title by the parameter len added in the invoking script.
*change to use wordpress hook for invocation instead of using api.php file