Wordpress Plugins

Wordpress plugins I've written

WordPress Plugin: WordPress Redirect

Redirect pages to other pages!

WordPress Plugin: Post Photos

Add photos to your posts!

Usage

getPostPhotos();

WordPress Plugin: Post Links

Add links to your posts!

Usage

getPostLinks();

WordPress Plugin: Find & Replace

Replaces keywords on the page with other keywords.

WordPress Plugin: Photo URL

Replaces photo URL’s wrapped in “[" and "]” with embed code for that photo.

Usage

[url to photo]

Result

[http://images.liamparker.com/Drawing.jpg]

WordPress Plugin: Clickable Links

Makes all links on page clickable.

WordPress Plugin: Twitter URL

A WordPress plugin that replaces Twitter @replies and #hashtags with the appropriate Twitter links.

Usage

Username: @ Parkeli
Hashtag: # twitter

Result

Username: @Parkeli
Hashtag: #twitter

WordPress Plugin: MP3 URL

Replaces MP3 URL’s wrapped in ‘[' and ']‘  with a MP3 player, so you can listen to the MP3 on your site.

Usage

[url to mp3 file]

Result

[http://podcast.nerdspensieve.com/01.mp3]

WordPress Plugin: YouTube URL

Replace YouTube video URL’s with the corresponding video. YouTube URL’s must be wrapped in ‘[' and ']‘ for this to work. This saves you from having to find the embed code, while also making your code appear much cleaner.

Usage

[url to youtube video]

Result

[http://www.youtube.com/watch?v=eFjjO_lhf9c&feature=player_embedded]