Descrizione
Lets the user embed posts on other pages using a simple script-tag on the target page, even cross domains.
Installazione
- Install possan-lastpost.php in the /wp-content/plugins/possan-lastpost folder
- Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Embed post as JavaScript” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Embed post as JavaScript” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0
- Initial version