Closed Thunderlab closed 11 years ago
this is a very interesting idea, let's decide on a shortcode name
[wpthumb httpgoogle.com.xom width=40]
Perhaps?
I think we coud not have an arg for the URL, easier to use maybe
cc @willmot @mattheu
Thats a great idea.
[wpthumb httpgoogle.com.xom width=40]
Could we scrap the http?
Could we scrap the http?
Yes I think so
Really good idea.
Should be able to specify attachment ID instead of URL.
Would almost like to see all images inserted like this - Makes it much easier to filter the output - currently impossible to do this on old posts- eg replace with
Yes, only downside if one is locking themselves into wpthumb for images in their posts, maybe we could have an uninstall optino or something to go through posts and put in the image
Is there a standard WordPress image shortcode that we could just overload? That way we could be backwards compatible.
pretty sure there is not
Yeah don't think there is.
Could have a compatibility plugin that uses the same shortcode to output the image without wpthumbing it
Closed for p/r in #56
I create a simple shortcode to insert external images. Here is the code:
Usage [img url="http://...theimage.jpg" width="100" height="100" crop="1"]