Description
This plugin allows you to easily display Youthmedia photos on your site. It supports user-, friends- and recent-pictures. The plugin is easy to setup and configure via an options panel. It also has support for an image cache located on your server. This plugin requires at least PHP5 for stability and security reasons.
Installation
- Put youthmedia.php in your plugins directory
- If you want to cache images, create a directory and make it writable
- Activate the plugin
- Configure your settings via the panel in the Settings panel
- Add the plugin via the widget management or add
<?php get_youthmedia(); ?>somewhere in your templates
If your theme doesn’t support widgets use the snippets provided at Other notes
Faq
Can I get random images from my stream?
No, it’s a limitation of using the RSS feed (it only contains the most recent photos)
How do I refresh the photos manually?
The plugin uses built-in WordPress functions to update the feed. You can reload with STRG + SHIFT + R in our browser. This forces deletion of every cache.
When I enable cache, why do just a bunch of random characters show up?
You’ve probably specified the full path wrong. Double check with your host to make sure you’ve got it right.
Why aren’t any photos showing up?
Sometimes it can take a little while to kick in, have patience. Youthmedia may possibly have been down. Also, make sure it works without the cache first.
How can I user my own style
There is a special CSS file (youthmedia.css) in the youthmedia-plugin folder. Read and edit it. We can’t give support on this.
How do a I get borders between photos?
You need to edit your CSS file. There are plenty of tutorials online, you may find an example in our blog.
