I'm wondering if I can use your plugin to accomplish something that I want to do, so I'll explain what it is I want to do, and I'm hoping you can reply back and let me know if this is possible. Here goes:
I've added a text widget in my sidebar that will advise my visitors as to my current Radio Status (I'm a radio deejay). I've created several GIF images that I want to display one-at-a-time depending on what my current status is. For example: one image says "I'm deejaying right now", while another says "I will be deejaying this Friday at 4pm".
I'm trying to figure out an easier way to change what image appears without simply going into my WP control panel and editing the img src in my text sidebar widget. Would it be possible to use your PHP call function in this manner?
<img src="http:/my-website/directory-where-images-are-stored/<?php get_twitter_msg(); ?>.gif">
I hope I haven't confused you too much. What I'm wanting to do here is really quite simple. Each time I wanted to change the image displayed, I would just go to the Twitter website and post a tweet that is equivalent to the file name of the image.