Freelancer's Playground! Learn Programming, The Freelancer's Way

5Mar/100

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!

Filed under: Reviews Continue reading
4Feb/101

Add Custom Column To Media Page

How do you get full image URL in Media Library? I bet you will go through this step:

  1. Go to Media » Library
  2. On Media Library list, click file name.
  3. 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.

Filed under: Tutorial Continue reading
2Feb/103

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:(.

24Jan/105

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"]' ); ?>

Filed under: Tips N Trick 5 Comments
8May/093

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.

Filed under: Reviews Continue reading
9Apr/092

CR Post2Pingfm 0.4 Released

Short notice:

  1. CR Post2Pingfm is now hosted on wordpress.org plugin repository.
  2. 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
  3. Any comment, bug report, feature request is accepted.
31Mar/0963

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
27Feb/094

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.

6Jan/092

Pidgin FaceBook Chat Plugin

pidgin-facebookJust 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.

Filed under: QuickLinks 2 Comments