﻿=== Plugin Name ===
Contributors: tomheng
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10052124
Tags: posts,links,page
Requires at least: 2.8.6
Tested up to: 2.9.1
Stable tag: 2.5.01

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.

== Description ==

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.


== Installation ==
1. Upload `ecall` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= 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

<script type='text/javascript' src='http://blog.webfuns.cn/api.php?key=7d8d7ebdc2f95b59dcc5d9a81c50c9f4&cid=7&row=6'></script>
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:
<html>
<body>
 <div ><script type='text/javascript' src='http://blog.webfuns.cn/api.php?key=7d8d7ebdc2f95b59dcc5d9a81c50c9f4&cid=7&row=6'></script></div>
</body>
</html>
then you can open up the file using ie explorer or firefox,chrome you will find what the plugin do for you .

== Changelog ==

= 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
== 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

