
Set up and Configuration is simple, quick and painless. Here's how to get started.
Now, you're ready to start displaying the ads.
Make sure to set your Amazon Associates ID in the Plugin Editor, or if you prefer, enter it as a parameter when you call the plugin. If you don't specify yours anywhere, the plugin will use mine... (of course I don't mind the donations)
To insert Omakase Ads into your code, simply add {bwomakase} into your content. This will use the default parameters you set in the Plugin Editor.
You can also place these ads in module positions by placing the {bwomakase} tag in a custom html module. On Joomla! 1.6, 1.7 and 2.5 sites, you will have to set the Prepare Content option to Yes under the Basic Options box in the Custom HTML module.
If you want to change a specific ad slightly, just add any custom parameters into the code. For example, if you set up the default ad to use the 728x90 banner size, but want to insert a 180x150 product box use {bwomakase size="180x150"} If you'd also like to change the tracking ID for that ad, enter it as {bwomakase size="180x150" id="newtrackingid-20"}. The plugin will pull all other parameters from the defaults you set in the Plugin Editor.
Here's the complete list of parameters you can set:
{bwomakase id="myamazonid-20"}{bwomakase size="180x150"}{bwomakase logo="hide"}{bwomakase images="hide"}{bwomakase target="new"}{bwomakase price="hide"}{bwomakase border="hide"}{bwomakase discount="hide"}{bwomakase bordercolor="090909"}.{bwomakase bgcolor="090909"}{bwomakase textcolor="090909"}{bwomakase linkcolor="090909"}{bwomakase pricecolor="090909"}{bwomakase logocolor="090909"}{bwomakase css="omakase_right"}We've added the Omakase Advanced configuration options, listed below. It's easiest to set these in the Plugin manager as global defaults. We've included them as parameters as well, if you wish to change them on a call by call basis. Rather than explain how these are created, I suggest you go to the Amazon site, create an Omakase ad and cut and paste parameters from there.
amazon_ad_categories=.'include='.'exclude='.
To make styling easier, if you specify a css class either as a default or when using the css="mycssclass" parameter, the plugin will wrap the Amazon Omakase code in a <div class="mycssclass"> container with CSS Class Name specified, allowing you to customize how the ad will appear using your template style sheet. To get the effect shown on the right, text wrapped around a 180x150 Omakase banner. Go to your template and edit the css style sheet. Add the following line:
.omakaseright { float:right; margin-left:10px; }
Then within your content, enter:
{bwomakase size="180x150" css="omakaseright"}