Aye Aye Frame WordPress Plugin

September 18, 2011

What does it do?

WordPress is such an awesome tool that it even strips some HTML, such as iframes, as a security measure. Unfortunately sometimes we need to use iframes so Aye Aye Frame gives you back that freedom with the use of a shortcode [ayeframe]. For more information on WordPress shortcodes click HERE.

Usage

To use Aye Aye Frame simply insert the url or code you would like to appear in your iframe between these shortcode tags

Download the plugin

Download the plugin from the WordPress community – Aye Aye Frame

[ayeframe]YOUR URL HERE[/ayeframe]

The code or url you insert between the shortcode tags is the equivalent of the ‘src’ section of the iframe code.

Customise your Aye Aye Frame

As with normal iframes, extra parameters can be added to customise the size, borders and other elements. Any, all or none of these parametres may be used. A full list of these parameters is available in the Aye Aye Frame menu after plugin installation.

Extra parameters
‘width’ = Takes a number to customise the width of the iframe. Default = 250
‘height’ = Takes a number to customise the height of the iframe. Default = 250
‘frameborder’ = Specifies whether to add a border to the iframe (0 = no, 1 = yes). Default = 0
‘marginheight’ = Specifies the top and bottom margins of an iframe. Default = 0
‘marginwidth’ = Specifies the left and right margins of an iframe. Default = 0
‘name’ = Specifies the name of the iframe. Default = No default
‘scrolling’ = Specifies whether or not to display scrollbars in an iframe (yes, no, auto). Default = auto
‘id’= Specifies the id of your iframe. No default
‘class’ = Specifies the class name of your iframe. Default = No default
‘title’ = Specifies the title of your iframe. No default

Example usage of extra parameters

[ayeframe width=500 height=500 frameborder=1 marginheight=5 marginwidth=5 name=myFrameName scrolling=0 id=myFrameID class=myFrameClass title=myFrameTitle]http://www.myframeurl[/ayeframe]

Any questions?

Aye Aye Frame was created just for fun (thats right, FUN!) by Christian Senior at UTC Web Design but if you have any questions or suggestions you are welcome to get in touch using the contact information on the website.

The New WordPress Plugin from UTC Web Design

August 19, 2011

I have recently been working on a few e-commerce websites which required the products to be listed under different categories but also needed to be searchable on both criteria. So to solve this little issue,  in walked WordPress and its cool ‘custom taxonomies’.

What are WordPress custom taxonomies?

In short, ‘taxonomy’ means to categorise or group things together. So everytime you create a post in WordPress and put it into a category, thats taxonomy.

You can read more about WordPress taxonomies on the WordPress Codex site

Custom taxonomies are an extra way of categorising your WordPress posts. So you can add extra grouping for your posts. I have found it handy on e-commerce sites where products needed to ‘grouped’ in sizes and ‘colours’ but everytime I wanted to create this extra categorising of products I had to recall the function in the functions.php file and and then add code into the sidebar etc etc etc.  So I have created a simple WordPress plugin that does it for you.

What does Simple-Custo-Taxo do?

Simple-Custo-taxo (Simple Custom Taxonomy) is a simple (as the name suggests) plugin that adds an extra taxonomy option for your posts and can be added to your site by adding the widget to your sidebar.

Simply create categories in the ‘custom categories’ section that will now appear in your Posts main menu and add posts to that category as you normally would.  The widget then creates an unordered list of your custom taxonomies. Simple.

Hey if your a WordPress user give it a try, and let me know if it was useful.

Full installation instructions and download link are available HERE

Simple-Custo-Taxo WordPress Plugin

Simple-Custo-taxo (Simple Custom Taxonomy) is a simple (as the name suggests) plugin that adds an extra taxonomy option for your products and can be added to your site by adding the widget to your sidebar.

Simply create categories in the ‘custom categories’ section that will now appear in your Posts main menu and add posts to that category as you normally would.  The widget then creates an unordered list of your custom taxonomies. Simple.

Download the plugin

First you need to download the plugin from the WordPress plugin repository and extract it from its .zip shell.

Installation

To install the plugin manually:

1. Extract the contents of the archive (zip file)
2. Upload the folder and its contents to your ‘/wp-content/plugins’ folder
3. Activate the plugin through the Plugins section in your WordPress admin panel

Usage

Once activated you will see a new menu option appear in your ‘Posts’ main menu called ‘Custom Categories’. Add custom categories as you normally would.

Go to the ‘widgets’ in the Appearance menu. Add the ‘Simple Custom Taxonomy’ widget to your sidebar. *Please note – your theme must be widget ready to use this plugin.

Enjoy your new plugin :)