My organization will be building a new web site. The powers that be have decreed that it has a "build your own letter to the editor" function, similar (if not exactly like) the one
here.
Now, personally, I question the value of such a tool, since it smacks of "astroturfing," but I have been overruled. In fact, it is so important to the muckety-mucks and pooh-bahs that without it, they may forgo the site.
I have investigated "
Political Outreach" (which powers the function in the example site, and is the one I'm leaning toward), and "
Capitol Advantage" (aka CapWiz, which has the function but doesn't sell it separate from its suite of packages).
Are there any other LTE widgets out there? My Google-fu is failing me -- when I try "Letter to the editor" and "javascript" I just get a lot of newspaper sites.
Thanks!
I've never heard of a script that does this specific thing, but there may be one out there if you look for "script archives" or something.
There is significant JavaScript in the part where users select text blocks to include, but you can look at how it's done on the example page to see how to do it yourself. If you just lift the script wholesale, though, that could be a copyright issue -- and it looks like a fairly complex script. You could also accomplish the same thing using just server-side scripting, more reliably -- i.e., it would have a better chance of working in more browsers -- but then the user would have an additional page load to get through, which may or may not be a problem. OTOH, the server-side scripting option allows you to easily record what points people are selecting, which might be interesting for the organization to analyze later.
You might want to hire a server script coder if you're not one yourself. But there may be a "widget" you can use that someone else will know about -- good luck.
posted by amtho at 3:20 PM on May 3, 2006