I wanted to use this module in conjunction with the salesforce_feeds module, to allow images to be pulled directly out of a field content from a salesforce object. I have patched the module to allow this, but currently it's a little hardcoded to my specific usage as I just needed to get it one quickly.

Basically, the idea is to add an additional setting on the feed field specifying of the content of that feed refers to a webpage (which is what the module assumes currently) or if it actually contains HTML content (as in the case of these salesforce fields). If the field contains a URL, then the module acts as it does now (fetching the content of that url and scanning it for images). Alternatively, if the field contains raw html content then that content is scanned for images.

I'll upload a patch once I have cleaned it up a little.

Comments

windmaomao’s picture

this is very useful, i wish this can be added.

lauri’s picture

Waiting for this feature also!

Mile23’s picture

@mrfelton: Patch would be great. :-) Then it could be converted to D7.

rooby’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing due to inactivity and the D6 version being outdated.

If you have a D7 patch (or even the D6 patch that could be ported) and want this for D7 please reopen.