So that you can put something like this:

[screenshot URL]

in the content and this module go fetch the screenshot?

Comments

puravida’s picture

Title: Would this work better as a input filter? » Support PHP snippet to output screenshots within content of a node
Version: 6.x-3.x-dev » 7.x-1.x-dev
Issue summary: View changes

The 6.x-3.x-dev branch is no longer supported, so I'm updating this to be considered in the 7.x branch. Since this would be a big undertaking, I'm not considering it for the 6.x branch.

It would be a good feature to have. So a user could set the PHP input filter and using a bit of code could output a themed screenshot using drupal_render(). This is my initial idea anyway. I may be able to reuse some of the code from the Drupal "ShrinkTheWeb Screenshot Thumbnails" module to do this.