이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Simple Text Ads

설명

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.

Features

  • Adds one shortcode for adding text ads to your site
  • Supports multiple ads with individual settings on a single page
  • A button in the TinyMCE editor makes it easy to add and configure the ad shortcode
  • Responsive

The Shortcode

The shortcode that is added is:

[simple_text_ad]

Basic Usage Example

[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>

Full Simple Text Ad Settings

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.

스크린샷

  • How the Simple Text Ad looks on the front end.
  • An example of the shortcode filled out and pasted within the content area.
  • The plugin adds a TinyMCE button that says AD. Clicking this will bring up a modal to help easily fill out the settings.
  • The modal contains all the settings the shortcode offers. Upon clicking OK the shortcode will be inserted into your content at your cursor position.

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the TinyMCE button in the Visual Editor to create the shortcode, or paste the shortcode in your Post/Page content.

FAQ

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.

후기

2017년 1월 27일
finally I have a really simple way of creating a nice quick call-to-action in every single one of my blogs and pages. Easy and simple. Thanks!
모든 1 평가 읽기

기여자 & 개발자

“Simple Text Ads”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Simple Text Ads”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Initial Release