This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="wpcom.js"> </script> | |
| <script> | |
| // create a client WPCOM instance | |
| var wpcom = WPCOM(); | |
| // retrieve a listing of the most recent | |
| // 5 posts on "en.blog.wordpress.com" | |
| wpcom | |
| .site('en.blog.wordpress.com') | |
| .postsList({ number: 5 }, function(err, data) { |