Twitter / Dreamwidth Interaction
So, like many people, I have both a Twitter and DW account, and I've been trying to figure out how to integrate them intelligently, since I find the automated Twitter daily posts incredibly annoying in other people's journal.
So, one thing that I was playing with was seeing if DW's styling code would allow me to embed the Twitter embedded feeds And the answer seems to be clearly that no, you can't embed it - I tried both putting it in Transmogrified as custom text, and putting it in a custom S1 style as a hard-code print command right after the sidebar was drawn, and both had the scripts stripped. That seems to be the case whether you use the Flash object or the JavaScript HTML embed version. (As an aside, since people load other people's pages in their own styles sometimes, I think it's the right call for the JS - I'm a little more surprised about the Flash, but I assume that it's to prevent embedded advertising by adver-bots.)
But I'm wondering if the S2 modules could give an option of actually creating a Twitter module, that would simply take as a username as an option (presumably in Text / Options in the "Customize Styles"), and then display the badge controlling the code that's used, so there's no risk of problems with XSS or adver-bots? Would there be interest from the development team in this? If so, is there anyone who is interested in doing this, since I've got way more experience in PHP and Java development than Perl? If there's interest in the feature but no one wants to jump on it, would someone who has been working on the DW codebase be willing to give me some pointers and do a code review for me?
So, one thing that I was playing with was seeing if DW's styling code would allow me to embed the Twitter embedded feeds And the answer seems to be clearly that no, you can't embed it - I tried both putting it in Transmogrified as custom text, and putting it in a custom S1 style as a hard-code print command right after the sidebar was drawn, and both had the scripts stripped. That seems to be the case whether you use the Flash object or the JavaScript HTML embed version. (As an aside, since people load other people's pages in their own styles sometimes, I think it's the right call for the JS - I'm a little more surprised about the Flash, but I assume that it's to prevent embedded advertising by adver-bots.)
But I'm wondering if the S2 modules could give an option of actually creating a Twitter module, that would simply take as a username as an option (presumably in Text / Options in the "Customize Styles"), and then display the badge controlling the code that's used, so there's no risk of problems with XSS or adver-bots? Would there be interest from the development team in this? If so, is there anyone who is interested in doing this, since I've got way more experience in PHP and Java development than Perl? If there's interest in the feature but no one wants to jump on it, would someone who has been working on the DW codebase be willing to give me some pointers and do a code review for me?

no subject
no subject
(no subject)
(no subject)
(no subject)
Help a fellow curmudgeon?
Re: Help a fellow curmudgeon?
Re: Help a fellow curmudgeon?
Re: Help a fellow curmudgeon?
no subject
Yes an S2 module sounds appropriate for this sort of thing, and I have nothing against the idea. Would have to see exactly what this module does. Shows you your friends tweets I assume?
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
no subject
If so, I'd agree that would be a great idea! Other blogs (wordpress, 4x) already have such widgets available.
Not sure I can help, I'm a web-app developer for a big corp, so we don't use hacky things like Perl *grin*, but I'm pretty good on the underlying tech, CSS, XML etc.
(no subject)
(no subject)
no subject
no subject
I'd like to have my most recent Tweets and my most recent posts on other blogs displaying (in seperate modules)—if we can figure out a way of having an S2 layer that parses feeds well that'd be really cool and would provide you with your solution as well as being more flexible.
But yeah, no chance of getting a flash or JS embed to work here, and I think that's a policy that should stay.
(no subject)
(no subject)
Including RSS feeds as sidebar modules
Re: Including RSS feeds as sidebar modules
(no subject)
no subject
Hello from the future.
My goal is pretty specific: Many of my friends use twitter. I'd like to, upon posting a new DW entry, update a twitter with a link to the post. The subject, and perhaps some key as to the length. If the post is so short as to fit into a tweet, then just print it as a tweet as well, but I want the DW blog to be the "primary source".
Effectively, twitter would be what RSS was back when people respected open standards.
Yes, this might only work for "public" posts. Maybe friends posts where I can post the subject only.
Now, as I'm also working on my own perl-based client (from the command line) I can just wrap that functionality there, and do it just-for-me. But I'd like to know what others have done for this.