Archive for the 'Wordpress Plugins' Category

Wordpress Image watermark plugin

woarpress upload images watermark

Marekki’s Watermark Plugin for Wordpress inserts your logo or text in your wp-upload pictures. You can watermark in two different ways.

  1. Insert watermark while a picture will be uploaded, or
  2. Insert watermarks on all chosen pictures from a directory [like wp-uploads] on your web-server.

Get Watermark plugin for Wodpress here.

Updated : June 06 . 2008

Marekki’s Watermark Plugin has it’s own domain now .. Check out http://www.wp-watermark.com/

Auto delete old posts - Wordpress Plugin

Auto Delete Posts is a plugin to automatically delete posts after a set expiration date. The plugin deletes all posts regardless of category that are older than a set expiration date. [Source]

The expiration is set in number of days.

Download Auto Delete Posts v0.5 wordpress plugin.

Wordpress translate Widget

Translate Widget for Wordpress

wp translate plugin for multi language translationIt adds little flags to your sidebar, which will take you to a translation of the current blog page. It uses Google Translate, but removes the frame, so it looks quite nice! Once you’re in one language, you can browse around the blog, and everything stays translated. You can just click on the English flag to get back to the original language.

Download: Translate Widget 2.0

The zip file includes a ‘flags’ folder and a translate.php file.
Place both [upload] in the /wordpress/wp-content/plugins/widgets/ folder.

Homepage

WP-ShortStat plugin : Blog Statistics

Get statistics like visitor’s browser type, OS, total hits etc. from the admin panel of your wordpress blog with WP-Shortstat plugin.

blog stats from admin panel - wp shortstats

Wordpress Contact Form with AntiSpam Challenge

Add a contact form on your wordpress blog. The advantage of this particular plugin is that it comes with an anti-spam challenge question. This means no spam mails in your inbox from bots.

Wp Contact form with Anti Spam challenge question

Download the WordPress Contact Form with Spam Protection.

Upload it to the plugins directory and activate it. To bring up the contact form, you may follow one of the following methods :

  1. The easiest option is to build a Contact Page and insert the following in the content of the page. (Note: Sometimes WP inserts line breaks unnecessarily. So, goto “code” view in your editor and paste the following line)

    %%wpcontactform%%

  2. If you would rather like to insert the code into your template [php code] enter the following code where you’d like the contact form:

    <?php wpcontactform ?>

Source

Wordpress Related YouTube Videos Plugin

YouTube Related is a wordpress plugin that shows related videos from youtube, based on the tags you’ve provided in Simple Tags Plugin.

plugin to show youtube related videos in a wordpress post

What does the plugin do?

  • It Integrates with “Simple Tags Plugin” for WordPress (modify code to get tags from other plugins or places)
  • Then, it takes the first Simple tag found and uses it to look for related videos on YouTube.
  • Displays the three most recently added related videos found from the search on your WordPress blog post.
  • Updates videos automatically.

Installation instructions for the plugin:

  • Download and install Simple Tags Plugin.
  • Download the plugin file, rename it to php, and upload it to your plugins directory, and activate it.
  • Insert the code below into wp-comments.php, where you want the YouTube Videos to appear (generally just below the line containing “You can start editing here”:
    youtuberelated($id);
  • Begin adding Simple tags to your posts, and watch the related videos appear automatically, without any hazzle.
  • You can even use youtuberelated(0, "yourtag") to force “yourtag” related videos to be displayed.

SOURCE