O.P. RE: [Request] Update Tumblr blog from WLM
YAY!! dt, that's exactly what I was hoping for, and it works beautifully! Thank you! I especially love how you made the toast bring you to the post when clicked. That's very slick :0! A noob like myself also very much appreciates the commenting. :3
I'm seeing about doing some of the things on the to do list (although some of it I know for sure I can't do myself). First up was to allow sending text Tumblrs from the conversation window. Frustratingly enough, it didn't go well.
I thought I'd just save the desired text into a variable, tumblrText. I can tell this much is working, as when I send 'ChatWnd.SendMessage(tumblrText)' to the chatwnd, everything displays as intended.
But when I 'sendTumblr(tumblrText)' to the Tumblr, it prints "undefined" for the variable =/
So I guess this isn't the appropriate way to go about storing then sending text externally?
|