Search

Assault Blog Design and Apparel Resource Tutorial Website

T-Shirts, Apparel, and Design Resource
contentTop

Using Wordpress to make your own personal ffffound

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

I’ve been a daily visitor of ffffound for some time now, but I have never been lucky enough to receive an invite to actually use it. It’s a GREAT source of inspiration for all types of design, and I constantly refer to it and the QBN pic of the day thread for some good laughs and beautiful pictures. After realizing that I had a spare domain name I decided it was time to try and hack together a Wordpress theme with a few plugins that would emulate ffffound, and its related images feature.

Download the theme and necessary plugins: VNovember_ffff.zip
To see the final working version of this theme+plugins: VNovember Image Bookmarking

Preface – What this theme + plugins will/will not do

I knew my version wouldn’t function exactly like the real thing, because I don’t really know how it works, and because I am somewhat limited to what Wordpress has to offer. There were a few key elements of ffffound that I felt were the most important and useful part of its service, and I’ll be trying to replicate that functionality with Wordpress and a few Firefox addons:

  • Related images and recommendations based on post content and tags
  • Displaying related images on homepage and post pages
  • Displaying tag counts on the left side of the page
  • Come up with an easy way to post the images via iPhone, Scribefire (direct from Firefox) and an easy way to thumbnail the images. (CSS for now)

***I recommend using a blank, fresh Wordpress installation with no posts. (Not even the Hello World post) Or else you’ll have to go through your database and unpublish all your content posts or else they will start showing up in your related posts section when we only want images to show up

Upload the theme + plugins

I was able to accomplish most of this with some fancy CSS for IE and a few workarounds. For the most part the site is very easy to post to and looks very similar to ffffound. All you need to get this theme working is the VNovember_ffff.zip which contains the Wordpress theme and the necessary plugins. To get these plugins individually you can go to their respective homepages:

After downloading the zip do the following to get your files in the right place.

  1. Unzip the theme
  2. Upload the files in the “plugins” directory to your wp-content/plugins directory
  3. Activate Configurable Tag Cloud plugin, SEO Friendly Images plugin, and Yet Another Related Posts plugin via the Wordpress Plugins page
  4. Upload the theme files to wp-content/themes so that the vnovember_ffff directory resides in yoursite.com/wp-content/themes/vnovember_ffff

Configure the plugins

Now that you have all the files in place you need to configure them. The Yet Another Related Posts plugin has settings, but I’ve made custom function arrays for them so you should not have to modify the settings page for this plugin. If you would like more/less related images to show up you can edit the functions in the single.php file and the index.php  file included in the vnovember_ffff theme directory.

From your Wordpress Administration you need to add the Configurable Tag Cloud plugin to your sidebar. There are two sidebars with this theme, one on the left column and one in the bottom above the footer. Add the Configurable Tag Cloud plugin to your sidebar1 and apply these settings:

Tags, Uploading Images, making it work

The way this theme works is by using the tags you apply to each post to determine which images are somewhat alike. Every time you tag something the plugin will search through your posts and find other images that are similar and display the closest matches.

The easiest way to get images posted quickly is by using the Scribefire Firefox plugin. It takes just a few seconds to upload an image, add the tags, and publish the post all from your browser window. (You can still post from the Wordpress Admin if you’d like) You can also snap pictures with your iPhone and use the Wordpress iPhone application to post images directly from your phone.

If you decide to use the Scribefire Firefox plugin I recommend turning off the max image with option so that Scribefire isn’t trying to put inline styles in your image tags.

Some important things to remember:

  • This theme does not have any commenting or trackbacks enabled
  • There’s no need for multiple categories-just use tags
  • This theme will only work and display properly if you only post images in your post body section
  • You can hot link to images or upload them. I recommend uploading images to your own server and putting them in your posts rather than stealing someone else’s hosted images.
  • This theme assumes your Wordpress blog only has images, no textual, content related posts. If you want to have content related posts as well then I recommend using pages.

Plans for the future

A couple of plans for the future of this experiment (hopefully with some help from others!) would be to:

  • Automatically pull the images src attribute for creating a link to the full size image from individual post pages using JQuery. (I haven’t quite gotten this to work yet)
  • Create and cache thumbnails to related images on the fly with phpThumb. (not quite sure how to get this done either)
  • Keep thumbnails to their proper aspect ratio (currently the related thumbnails scale improperly if they’re too tall)
  • Possibly port this to Wordpress MU so you can actually have user accounts with their own image bookmarking

A head start on the JQuery solution that I couldn’t seem to get working:

$(function() {

var imageSrc = $(”div.entry-content p img”).attr(”src”);
$(’<a href=’+ imageSrc +).prependTo(”div.entry-content p img”);
$(”</a>”).appendTo(”div.entry-content p img”);
});

This seemed to get the proper image source URL, but it would never append the proper link href to the images. Please let me know of any problems you are having as well as bug reports in the comments, and if you can offer solutions to any of the three items I outlined above.

Happy image bookmarking!

No TweetBacks yet. (Be the first to Tweet this post)

[Post to Twitter]  [Post to Delicious]  [Post to Digg]  [Post to StumbleUpon] 

About the Author

tim Tim is the co-owner of Assault, and is responsible for the design and development of both Assault Shirts.com as well as AssaultBLOG.com. Follow him on twitter @assault
Email this Author | All posts by tim

Comments on this post:

  1. EricNo Gravatar said...
    October 28th, 2008 at 1:29 pm

    Amazing! Nice work.

  2. garrisonNo Gravatar said...
    October 29th, 2008 at 7:21 am

    Great work Tim! I might find some use for this.

    As far as thumbnails go, have you looked into using the commercial WP plugin called Viva Thumbs? It doesn’t cost much but is very good or you can take a look at the timthumb.php script as used by the Mimbo theme.

  3. TimNo Gravatar said...
    October 29th, 2008 at 10:57 am

    I have not looked at either of those–I think the problem is that when we upload the images, the post contains just the image and the “related images” plugin is just actually posting the content of the posts (therefore it’s actually displaying the post’s info and scaling it with CSS)

    If there was a way to somehow make it scale based on the fact that it was in the relatedImg div and not in the actual content-entry div then it might work.

  4. RaymonnNo Gravatar said...
    October 29th, 2008 at 3:01 pm

    This one hell of an idea! Great work so far. Can’t wait to see what you will do with it. I have some ideas about how I’d use it.

  5. links for 2008-10-31 said...
    November 1st, 2008 at 2:30 am

    [...] Using Wordpress to make your own personal ffffound » Assault Blog (tags: tutorial wordpress) [...]

  6. You blog like a girl » links for 2008-11-02 | Nina from the block, yo. said...
    November 2nd, 2008 at 2:32 pm

    [...] Using Wordpress to make your own personal ffffound » Assault Blog (tags: blog wordpress) [...]

  7. ADAMNo Gravatar said...
    November 18th, 2008 at 10:23 am

    waiting for the next revision “Plans for the future”
    hope can nearer to ffffound.
    when we use it?!

  8. Image bookmarking websites part II - Kreativuse™ - Creative Resources and Inspirations said...
    January 25th, 2009 at 2:53 am

    [...] how to create you own FFFFound using wordpress and download the related theme and plugin. Read more about it. 25 Jan 2009 | Uncategorized | Comment (0) Vertical2262 = false; ShowAdHereBanner2262 = [...]

  9. 11 Non-Traditional Uses of WordPress said...
    March 1st, 2009 at 6:32 pm

    [...] Blog has an interesting tutorial where Tim shows how he built a Ffffound clone on WordPress. Ffffound is a great site for inspiration, and a sort of image bookmarking service for those who [...]

  10. ffffound clone (wordpress powered) | Vikiworks™ Studio said...
    March 5th, 2009 at 2:39 am

    [...] powered ffffound clone. Image post supports only, but still [...]

  11. toulNo Gravatar said...
    March 17th, 2009 at 5:39 pm

    hi…i don’t understand why i have no “related” thumb’s. i just have the titles…can someone help me? did i make a mistake?

  12. tumNo Gravatar said...
    March 17th, 2009 at 7:58 pm

    I believe I need to repackage this and do some bugfixes.

    You need to have tagged some of your entries and after awhile u will have related images showing up.

    The more videos you have the more accurate the tagging of related items will be.

  13. RaiulBaztepoNo Gravatar said...
    March 28th, 2009 at 8:59 pm

    Hello!
    Very Interesting post! Thank you for such interesting resource!
    PS: Sorry for my bad english, I’v just started to learn this language ;)
    See you!
    Your, Raiul Baztepo

  14. Alternative ways to find motivation and inspiration - Assault Blog said...
    March 30th, 2009 at 6:04 pm

    [...] FFFFound (or FFFound with Wordpress) [...]

  15. Useful iPhone applications you may not know about - Assault Blog said...
    April 3rd, 2009 at 11:25 am

    [...] you take alot of pictures and want them on your FFFFound Wordpress photo blog like I do, then you may want to install the Wordpress application. It allows you to blog on the go, [...]

  16. DanielNo Gravatar said...
    May 25th, 2009 at 4:51 pm

    hello i was wondering if you know how to make the ffffound tile and list post arrange, that will be cool.

  17. TimNo Gravatar said...
    May 27th, 2009 at 3:20 pm

    What specifically are you referring to? I’m not sure what you mean by the list post arrange…

  18. 11 Non-Traditional Uses of WordPress | brainstorming magazine | use the brain to get ideas said...
    May 30th, 2009 at 8:04 am

    [...] Blog has an interesting tutorial where Tim shows how he built a Ffffound clone on WordPress. Ffffound is a great site for inspiration, and a sort of image bookmarking service for those who [...]

  19. Wordpress DIY - How to Make your FFFFOUND Website! | The Yamaha Flute - Blog said...
    June 10th, 2009 at 7:28 pm

    [...] via assaultblog [...]

Leave a Reply

Footer
  • Recent Comments

    • tim: Thanks for the kind words Chris! Hopefully we'll have some more in the future!
    • Chris: Awesome design and an eye-opening message to boot. I love shirts that I get to explain; it's essentially an ic...
    • Chris: As a vegan, I whole heartedly agree with the Murray quote (and the JFK quote is quite insightful, I just wish ...
    • Derekp: I think i've seen this somewhere before…but it's not bad at all
    • BEN: NASTY TUTORIAL TAUGHT ME ALOT I DIDNT KNOW THANKS MATE
    • Tim: I mean that if you have a Put the link text in here c
  • Flickr Photos