TAdvTwitter - sending pictures

The more I develop this the more users ask me questions. So using TweetWithMedia I can send text + image filename. But is there a way of sending text + link to a picture (http: bla bla bla)?

Hi,


You should be able to include links in your message text.
This is demonstrated in the TwitterDemo app.

Not quite what I mean. I know I can add a url to the message text and encode it if required. But I want to send a message plus a picture. With the AdvTwitter component you can only specify a filename for the picture. I was wondering if a link to a picture could be specified.



But I have now solved the problem by using the AdvCloudImage component. I can specify the link, display the picture, save it to a file and use that filename for the AdvTwitter component.



I now have a question on the AdvCloudImage which I shall start in a new post.