43V in JS

· 97 words · 1 minute read

Now you can get your 43 Verses in a format you can stick on your blog or other personal website. Just go to your 43V "My Verses" page and add this to the URL: "?format=js". If you don't want all your verses listed, you can add another argument called "count" like this: "&count=10". So the full URL might look like this: http://43verses.com/users/show/1?format=js&count=10You can see an example of this in use at our family weblog. Scroll down a bit and look on the left where it says "Our Verses."The code for this follows:

<h2>Our Verses</h2><p>from 43verses.com</p><script type="text/javascript" src="http://www.43verses.com/users/show/1?format=js&count=10"></script>