We'll create fresh WordPress site with Simple Text Ads installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Simple Text Ads is an easy to use shortcode for adding simple text based advertisements with a call to action button in posts or pages.
The shortcode that is added is:
[simple_text_ad]
[simple_text_ad headline="Learn How to Leverage Email Marketing" message="Our ebook offers 47 pages of the best techniques to leverage email marketing." button_text="Download our FREE ebook" button_url="#" button_color="#FC5E18" new_tab="false"]
This will output the following HTML:
<aside class="sta-ad sta-ad-1">
<header>
<h1>Learn How to Leverage Email Marketing</h1>
</header>
<article>
<p>Our ebook offers 47 pages of the best techniques to leverage email marketing.</p>
</article>
<footer>
<a href="#">Download our FREE ebook</a>
</footer>
</aside>
The full shortcode, with all the default settings looks like this:
[simple_text_ad headline="Example Headline" message="Example message." button_text="Example button text" button_url="#" button_color="#FC5E18" new_tab="false"]
headline: The headline for the ad.
message: The message for the ad.
button_text: The text for the button.
button_url: The URL for the button to open.
button_color: Set the color of the button. Accepts a HEX color code. Default is #FC5E18
.
new_tab: Whether to open the button link ina new tab. Default is true
.