You may have noticed the addition of a new module to the right incorporating my MOBLOG into this moveable type blog.
A moblog simply put is a "moblie blog", audio/images/etc. you post on the go aka while mobile. In this situation I signed on with textamerica awhile back and used my cellphone to take pictures and upload those same photos to a site. I suggest signing up with textamerica if you wanna upload images from your cellphone with little fuss, the service is free and I think it's neat.
Ok so back to the tutorial. I wanted to have a module that had the latest uploaded image from my cellphone. The issue comes in creating the said module. Now I have gone over module creation in a previous tutorial, this is a tad different. The normal code for a module looks like so:
<h2 class="module-header">Podcasts</h2></a>
<div class="module-content">
<li><a href="http://www.thisweekintech.com" title="">TWIT</a></li>
<li><a href="http://www.aboutheroes.com" title="">About Heroes</a></li>
</div>
The code for a moblog looks something like this but a little different, it should look like the code below:
<h2 class="module-header">Moblog</h2>
<div class="module-content">
<script language='javascript' type='text/javascript'
<src='http://optik.textamerica.com/iPanel/panel.aspx?target=1&
view=440528&count=1'></script>
</div>
The added javascript code can usually be found on your textamerica page, under the link "My Recent Code Image", basically it gives you numerous ways to post your moblog. You can change a couple of things, if you want multiple images, change the count number from 1 to 5 and there are other more flashy things you can do, but this is how you do a simple version of it.