4 Simple Plugins That Just Do The Job!
Over several years working with wordpress, I've worked with so many plugins. Below is 4 simple plugins I've used that just work!
Add Custom Column To Media Page
How do you get full image URL in Media Library? I bet you will go through this step:
- Go to Media » Library
- On Media Library list, click file name.
- Form Edit Media appeared. Select File URL and use it.
For single image operation, this should be enough. But, if you did have a lot of pictures, this operation would be very annoying. For this, I have a simple solution. With a few lines of code that later summarized into a plugin. Then you will have a way to access the images directly from the Media Library.
Adsense under Image: Reloaded
A few month ago, my friend Jauhari contacted me, asking specific question about a wordpress plugin called Adsense Under Image. At that time, I crawl the code and though that it would be cool if it can have multiple images and or set randomly where the adsense code appeared. I try to contact the developer to submit my idea. But, the website listed is dead and the plugin itself is now aged more than 2 years. Now became dead site
.
Loading Contact-Form-7 Plugin Outside Post/Page/The_Loop
Hi, just want to share little snippet. I was developing wordpress site for my client and I want to use Contact-Form-7 (CF7) to speed-up my development time. I need to add form (custom form) outside the loop / post / page content. From CF7's documentation, there's no single text explaining how to do it.
So, I guess I have to get my hand dirty by crawling the code. Here's how I do that.
From anywhere on wordpress theme files, put this code to display your CF7 form:
<?php echo do_shortcode ( '[contact-form 2 "Banquet Inquires"]' ); ?>
WordPress Plugins To Kill (almost) All SPAM
Well, Yes, almost all SPAM. Because I don't know how to stop SPAM that is entered manually. The maximum I can to is throw it to akismet by marking it as SPAM.
CR Post2Pingfm 0.4 Released
Short notice:
- CR Post2Pingfm is now hosted on wordpress.org plugin repository.
- CR Post2Pingfm version 0.4 is released with new features:
- Submit ping on all categories
- Submit ping only on selected categories
- Allow submit ping on all categories, except the forbidden
- Any comment, bug report, feature request is accepted.
WordPress Plugin: CR-Post2Pingfm
UPDATE 1: Right now, no one can use this plugin. Because, my developer key is suspended by ping.fm. I've already been contacting then for assistance. Please, be patience.
UPDATE 2: Plaese help me by asking support @askseesmic. Please use this template:
@askseesmic: Can you please check @ariefbayu's issue regarding Cr-Post2PingFM problem?
UPDATE 3: This post has a temporary solution for current problem.
UPDATE 4: Updated! Now you can use the official KEY!.
UPDATE 5: I've created feedback forum at UserEcho. You should see that and submit question, feature request, etc to that place.
Hi there, this is my second attemp at creating wordpress plugin. In this one, I create a plugin that will automatically send a short update to ping.fm for each time you hit the Publish button. To use it, you will need a ping.fm Application Key. This little plugin utilize PHPingFM API by Dmitri Gaskin.
To use it, first download the plugin and upload it to your /wp-content/plugins/. Enable it from your wordpress administration panel. Then, enter the Application Key in Settings » CR Post2Pingfm
That's it, now, everytime you hit Publish, this little plugin will automatically post an update to ping.fm. But do remember, that once the post is published, it will never submit to ping.fm again and again. Because, you don't want to annoy your follower right?
UPDATE:
- 2009-04-09 01:23:59: Download now handled by wordpress plugin repository
- 2009-06-11 15:27:30: Version 0.7 released with main feature is the ability to republish and setting another republish template
Pidgin FaceBook Chat Plugin
Just discovered it yesterday when reading my Google Reader. It came from getdeb. What's so special with this one? well, you can chat with your facebook friends without opening up browser windows. You can chat just the way you used to be when chatting on pidgin.







WordPress Plugin : Flexible Comment Moderation – A Step by Step Guide
This tutorial will explain how to create a plugin that will add new functionality to wordpress add page/post form. The plugin will add another level of comment moderation by allowing author to specifically always moderate/approve comment on certain page/post.