friendfeedCommentImg

By Micah Wittman Last update Feb 11, 2009 — Installed 90 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Script Summary:
Adds images into FriendFeed comments by replacing link text with the linked-to image itself (if the URI has an image file extension).
Version: 0.1.1

Script homepage

This script has no discussions.

start the discussion

This script has no reviews.

Adds images into FriendFeed comments (inserts an img element in DOM) by replacing link text with the linked-to image itself (if the URI has an image file extension).

Example by code:

Cygnus Loop Super <a href="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg">http://grin.hq.nasa.gov/IMAGE...<a>

becomes

Cygnus Loop Super <a href="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg">... <img src="http://grin.hq.nasa.gov/IMAGES/SMALL/GPN-2000-000992.jpg" height="100px" style="vertical-align:middle" /><a>

Example by rendering:

Cygnus Loop Super http://grin.hq.nasa.gov/IMAGE...

becomes

Cygnus Loop Super ...