=== Embed post as JavaScript ===
Contributors: possan
Donate link: http://possan.se/
Tags: post,admin,embed,javascript,xss,portal
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 1.0

Lets the user embed posts on other pages using a simple script-tag on the target page

== Description ==

Lets the user embed posts on other pages using a simple script-tag on the target page, even cross domains.

== Installation ==

1. Install possan-lastpost.php in the /wp-content/plugins/possan-lastpost folder
2. Activate the plugin through the 'Plugins' menu in WordPress
3. use `<script src="http://yourblog/lastpost.js"></script>` to embed the latest post on another site, or use `<script src="http://yourblog/url/to/your/blogpost/post.js"></script>` to embed a specific blogpost.

== Changelog ==

= 1.0 =
* Initial version

