WP-Kixer allows you to add Kixer units in to your blog pages, posts and widgets in 3 different ways.
You must have a unit ID number provided by Kixer before using this plugin.
- Shortcode:
The Kixer shortcode lets you place the unit in specific pages, posts or inside a sidebar widget.
Place the kixer shortcode anywhere in the content and the unit will fire at the moment of rendering the page.
Example: [kixer id=1]
(Don't forget to replace the number 1 for your unit's id)
- Template Tag:
If you have access to your theme's files, you may prefer to include use this approach in your templates.
Example: kixer_unit(1);
(Don't forget to replace the number 1 for your unit's id)
- Below Content:
This is the easiest way to use the plugin but the position is predefined to the be after-content.
For a different placement the two previous options are recommended.
Fill-in your unit's ID field and select the checkbox to insert the unit at the bottom of your posts and pages.
- Footer Placement:
For certain types of units, like adhesion, adding their code in the footer might be recommended.
Fill-in your unit's ID field and select the checkbox to insert the unit in the footer of the page.