crimesagainstlogic
Forum Replies Created
-
The syntax from the popup is:
Usage
[flickr [params]]set:set id[(size[,limit])][/flickr] or
[flickr [params]]tag:tag 1[(,|+)tag 2…][@username][(size[,limit])][/flickr] or
[flickr [params]]photo:photo id[(size[,limit])][/flickr] or
[flickr [params]]photostream:[username][(size[,limit])][/flickr] or
[flickr [params]]group:group name[(size[,limit])][/flickr]
NotesAny parameters ([params]) you add to the flickr tag (e.g. “style” or “alt”) are added to the inserted image tag(s).
Examples
To show “medium” photos tagged with “railcar” OR “train” from anyone, use:
[flickr]tag:railcar,train(medium)[/flickr]
To show a maximum of 20 “large” photos tagged with “railcar” AND “adm” from the user “anemergencystop”, padding images with 10 pixels on all sides, use:
[flickr style=”padding: 10px;”]tag:railcar+adm@anemergencystop(large, 20)[/flickr]
To show anemergencystop’s photostream, use:
[flickr]photostream:anemergencystop[/flickr]
To show 10 photos from the Clearview Signs group pool, use:
[flickr]group:clearview signs(,10)[/flickr]
Forum: Plugins
In reply to: [Plugin: Flickr Tag] conflict with mootools.jsThe conflict probably results from one not being able to use two JavaScript libraries at the same time. WordPress has changed things to supposedly be better in this regard; let me know if they helped.
Forum: Fixing WordPress
In reply to: [Plugin: Flickr Tag] Problem with sizesKraZyGoOse,
This problem is fixed in the latest release.
Forum: Fixing WordPress
In reply to: Non-Valid XHTML Issue in Image TagThanks for the heads up–I fixed that issue with 2.0.0-RC2.
Forum: Plugins
In reply to: Problem with “FlickR Tag” Plugin – InstallationHello,
Nearly 99% of the time, this issue is the absence of libcurl or the absence of URL fopen wrappers. You’ll need to contact your ISP for this one… sorry.
Forum: Requests and Feedback
In reply to: can this module ‘all’ photo search?Hello,
I’m not sure what you mean by “can it do an all search”, but if you mean not restricted to a specific user, yes it can. Just omit the “@username” part.
Also, as to your question about ,->#038, I think it’s because the “&” triggers some special wordpress HTML entity escaping routine. In the new version of the plugin, I’ve changed the & to + to avoid this problem…