I was wondering if there is any module that will generate the thumbnail for every weblink node. Something like http://www.shrinktheweb.com .
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | links_thumbnails.zip | 5.71 KB | dman |
I was wondering if there is any module that will generate the thumbnail for every weblink node. Something like http://www.shrinktheweb.com .
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | links_thumbnails.zip | 5.71 KB | dman |
Comments
Comment #1
dman commentedA very simple search gives me discussions of both websnapr and snap_preview project in the first three results.
Comment #2
nancydruActually, I have been playing with Websnapr and it appears the I have unintentionally, but lucky for you, committed the minor changes to make it work. The reason I haven't announced it is that it is, at present, incompatible with click tracking. I will look more closely at the code STW gives in their FAQ to see if I can adapt that to make it work with click tracking.
Just install and enable Websnapr and it should start working.
Comment #3
nancydrutagging
Comment #4
dman commentedI actually did this a while ago in D5.
I background requested the websnappr image, cached it locally, then attached it to weblink node as an image_attach.
Problem was that the websnappr default image (for as-yet unprocessed pages) came back sometimes, and I had to have a 'refresh image' button (possible) or a cron job to retry etc.
And it got fiddly so I stopped. ... and carried on investigating generating my own web service to make screenshots (hard).
It was important for me to cache the image locally rather than point at websnappr all the time, but that may not be an issue for others.
Code is a mess, not really worth digging up.
Comment #5
nancydruDan, that is pretty much what I had in mind doing. I don't want to rely on Websnapr all the time, besides, on redirect, it's not available. I'd really like to see the code.
Comment #6
rmiddle commentedYea I could see this being useful.
Comment #7
dman commentedWow. Digging through my archives I found a lot of great ideas that died at the half-baked stages.
Golly, all got to proof-of-concept and no further.
Oh yeah. And this. Found it eventually. Drupal 5.
I think it works OK. I dropped it after I got bored of working around needing to wait for the placeholder image to be refreshed.
Comment #8
nancydruThanks, Dan, I'll have a look.
Meanwhile think about the raw list scanner for #452284: Multiple Web Link input. And I might be interested in your second one too.
Comment #9
nancydruAs an update, I had to disable Websnapr because it was causing more trouble than it was worth. It needs considerably more set up than I have time to mess with right now.
Comment #10
nancydruSee http://drupal.org/node/519558#comment-1908674
@dman: is this similar to "process that would scan a raw list of links into a whole bunch of weblink nodes - auto-retrieving their title and description as it went."