I've been using the excellent Flickr Gallery plugin for a while but while upgrading a site to WP3.5 and the Twenty Twelve theme, I stumbled across oEmbeds and notice that Flickr is supported natively. I did a quick test and sure enough, simply placing the URL to a Flickr image page produces an image in the post – but it's a tiny 320 pixels wide. Given the content space appears to be about 625 pixels wide, it would be much …
I'm using Awesome Flickr Gallery, a plugin to show Flickr galleries on a website; it uses "Swipebox" to display single pictures on a lightbox. The lightbox display two bars, on to and bottom of the screen, di display information and provide navigation controls. I'm trying to customize those bars to match the site fonts and colors, but without success. By inspecting the relevant items with Chrome, I get that these elements are <div id="swipebox-top-bar" class="visible-bars"> and <div id="swipebox-bottom-bar" class="visible-bars"> This …
Does anyone know of a WordPress plugin that will pull in photos from multiple flickr group pools, and display random thumbnails in the sidebar? There are a ton of flickr plugins, and I just can't seem to find one that'll support multiple group pools. Something that will accept multiple rss feeds and display pictures from all of them would also be acceptable. Thanks!
I'm currently trying to add flickr api to my custom wordpress plugin... and am failing. :( I was trying to use this tutorial, Getting Started With Flickr API, to learn the basic code structure and then I was going to refer to flickr's app garden for documentation to do what I'm wanting; but, it's not working. What I have... I built a new PHP file and named it "class.flickr.php" and added the code listed in the tutorial... <?php class Flickr{ …
I have been trying to embed a flickr group within a Wordpress site for our camera club using a plugin such as slicker flickr or awesome flickr gallery. I have no problems with showing a set of thumbnails of my own photo stream, galleries, sets, or of a group I am a member of. However, I cannot seem to display the originally private flickr group, changed to a public flickr group, that I am an admin for. Any help appreciated.
I have a Flickr category among my blogposts where I just paste in the direct links from Flickr, and let OAuth do it's thing to hotlink/embed the photos in the post. On my frontpage I am trying to grab the latest hotlinked/embedded photo from the latest post in the Flickr category in order to display it there. But with no success. I've tried with the get_the_image(); plugin, but it seems to only read photos that have been inserted into the …