Hello, I don't know if this would be done but it would be great. I have a website which displays jokes, among other things. I know that another user wants to display one my funny pictures on his/her website, they could some code like this in an image tag...
<img src="www.mywebsite.com/funnypictures/latestpic.php">
And I know how to do that. However, is there a similar method (where users can insert something onto a static page to display dynamic content from my site) for plain old text? I would prefer being able to send HTML (formatted text) but if need be I can send just plain text as well.
My initial thought for this was to use PHP's image creating properties to create an image with the joke on it, however this would be quite complex.
Thanks.