AdSanity ads or ad groups can be added to pages or posts via shortcodes.
First, you’ll want to navigate to to the Plugins section of your dashboard. (fig. 1) From that page you’ll select “Add New” and then you will be sent to the Add Plugins page and you’ll see a listing of featured plugins. You’ll want to click on the “Upload Plugin” button at the top of the page. (fig. 2) You’ll then click “Choose File” and then to select the zip file that you downloaded on the AdSanity plugin site and click on “Install Now.”
In addition, you can click a link to copy the shortcodes from the Manage Ads page, individual ad pages, or from the Ad Groups page.
Shortcode Reference
One of the methods of placing ads on pages that AdSanity supports is via shortcodes. We provide shortcode builders for single ads and ad groups in the core AdSanity plugin. Additionally, shortcode builders are added to the classic WordPress editor when you install the Ordered Ad Group Widget Add-On and the Rotating Ad Widget Add-On. These builders allow you to quickly add the shortcode to your pages. However, you may want to add your shortcodes manually and this reference breaks down the attributes in each of the shortcodes.
Single Ad Shortcode
The single ad shortcode consists of three parameters; id, align, and max_width (which is optional).
Example [adsanity id="107" align="alignleft" max_width="100"/]
- O parâmetro de id de adsanidade tem um valor igual ao número de id do anúncio em uso.
- O parâmetro de alinhamento pode ter valores de; alignleft, alignright, aligncenter, ou alignnone.
- O parâmetro max_width tem um valor igual à largura de píxeis introduzida.
Ad Group Shortcode
The ad group shortcode has six parameters; num_ads, align, num_columns, group_ids, and max_width (which is optional). Note: displaying a single random ad from a group is as simple as setting your num_ads and num_columns parameters to 1.
Example [adsanity_group num_ads="1" align="alignleft" num_columns="1" group_ids="2" max_width="100" random="1"/]
- O parâmetro adsanity_group num_ads tem um valor igual ao número de anúncios no grupo que pretende exibir.
- O parâmetro de alinhamento pode ter valores de; alignleft, alignright, aligncenter, ou alignnone.
- O parâmetro num_colunas tem um valor igual ao número de colunas que especifica.
- O parâmetro group_ids tem um valor igual ao número de identificação do grupo de anúncios em uso.
- O parâmetro max_width tem um valor igual à largura de píxeis introduzida.
- O parâmetro aleatório tem o valor 1 (para aleatorizado) ou 0 (para sem aleatorização).
Rotating Ad Shortcode
The rotating ad shortcode has five parameters; align, time, group_id, and max_width (which is optional).
Example [adsanity_rotating align="alignleft" time="10" group_id="2" max_width="100" random="1"/]
- O parâmetro adsanity_rotating align pode ter valores de; alignleft, alignright, aligncenter, ou alignnone.
- O parâmetro de tempo tem um valor igual ao intervalo de rotação que se especifica em segundos.
- O parâmetro group_id tem um valor igual ao número de identificação do grupo de anúncios em uso.
- O parâmetro max_width tem um valor igual à largura de píxeis introduzida.
- O parâmetro aleatório tem o valor 1 (para aleatorizado) ou 0 (para sem aleatorização).
Ordered Ad Group Shortcode
The order ad group shortcode has four parameters; ad_ids, num_columns, align, and max_width (which is optional).
Example [adsanity_ordered ad_ids="105,107,104,106" num_columns="1" align="alignleft" max_width="200" /]
- A adsanity_ordered ad_ids consiste nos ad_ids na ordem em que pretende que eles apareçam separados por vírgulas.
- O parâmetro num_colunas tem um valor igual ao número de colunas que especifica.
- O parâmetro de alinhamento pode ter valores de; alignleft, alignright, aligncenter, ou alignnone.
- O parâmetro max_width tem um valor igual à largura de píxeis introduzida.
Didn’t find what you were looking for?
If you’re a subscriber to AdSanity and don’t find an answer to your specific question please submit a request and our support department will address your issue quickly.