Media most often means images when it comes to WordPress sites


Media Plugins

Media most often means images when it comes to WordPress sites, and that’s the case on the plugin side of things as well. It’s not so strange when you think about it. After all, if you want to spread a video you put it on YouTube, right? That way it gets exposure and you won’t have to worry about bandwidth costs for your HD masterpiece.

NextGEN Gallery (wordpress.org/extend/plugins/nextgen-gallery/): NextGEN Gallery is a really cool gallery plugin that supports, well, a ton of things. You can have sortable albums, watermark your uploads, tweak the look with CSS, show a slideshow in the sidebar and localize it, it supports zip file uploads, and not to mention it lets your visitors browse your galleries in a smooth and user-friendly way. The admin interface is sleek, and you can easily get the shortcode needed to display the gallery, much like you would with the normal gallery shortcode. This is, all said, one complete plugin.

The only caveat is that this plugin doesn’t extend the normal image upload functionality, but rather works on its own. Images are stored in gallery folders residing in wp-content/gallery/ and while that is all fine and dandy, it means that WordPress can’t find them in the Media Library. Also, when deactivating NextGEN Gallery, you’ll end up with a lot of shortcodes not being parsed anymore, hence not outputting the images, and since you can’t get to the images from WordPress that can be a problem should the plugin be discontinued. Worth thinking about, consequently. Still, though, a very cool and well-made plugin!

Lightbox Gallery (wordpress.org/extend/plugins/lightbox-gallery/): Lightbox Gallery adds the popular overlay lightbox effect to your gallery images, as well as making it possible to open any image by adding the rel="lightbox" tag to the link. You can do the same by implementing any of the available scripts out there, but this does it for you. Be aware that there are some hardcoded links in this plugin at the moment, so if you have moved your WordPress install to a subfolder but run the actual site in the root folder you may run into broken navigational images and so on. Hopefully this will be remedied in the future, otherwise perhaps go with another option.

Shutter Reloaded (wordpress.org/extend/plugins/shutter-reloaded/): If you want to keep your lightbox overlay effects light then Shutter Reloaded is worth checking out. It checks for any link leading to an image file, and then gives it the lightbox treatment. Granted, it’s not as flashy as many of the other options out there, but still cool enough.

Podcasting (wordpress.org/extend/plugins/podcasting/): There was a time when podcasting with WordPress was synonymous with the PodPress plugin. Unfortunately it isn’t really maintained anymore, which makes it even sweeter that there’s a migration tool for PodPress users so that they can move to the Podcasting plugin. This plugin offers iTunes support and you can have both audio and video podcasts.

Short and sweet media plugins:

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Juwe T. at 05132010

Related Articles

1. Things to Consider When Using the wordpress Database
Things to Consider When Using the Database The database is sometimes necessary to make your plugins function the way you want. From storing some simple options,...

2. Developing Plugins for WordPress MU
Developing Plugins for WordPress MU The process of developing plugins for WordPress MU doesn’t differ from that for traditional Word- Press plugins. The s...

3. Wordpress Plugins and Functions PHP
Plugins and Functions PHP WordPress themes and plugins usually work pretty much by themselves, coming together only when it comes to implementing features. Th...

4. When to Use Wordpress functions php
When to Use functions.php When, then, is it really a good idea to use functions.php? I have a rule for that too: only use functions. php when the added function...

5. Are you using WordPress as a CMS
WordPress as a CMS Using WordPress for things other than blogging is something that comes naturally to a lot of developers today, but not so much for the ge...

6. Things to Consider When Using WordPress as a CMS
Things to Consider When Using WordPress as a CMS So you’re considering using WordPress as a CMS for a project huh? Great, and probably a good choice too...

7. Trimming WordPress to the Essentials
Trimming WordPress to the Essentials Usually, when doing work for clients or other people within your organization, you’ll have to think a little bit diff...

8. Wordpress Static Pages and News Content
Static Pages and News Content I touched upon static Pages and categories as a news model previously. It is truly a great tool whenever you need to roll out a ty...

9. Making Widgets a Little More Dynamic
Putting Widgets to Good Use Widgets and widget areas are your friends when rolling out WordPress as a CMS. It is perhaps not as important for the small and stat...

10. Wordpress The Header and Footer Templates
The Job Board The first special project we’ll work on is a job board. You have probably seen this kind of site already, where people and companies can pos...