Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Broadcast – WordPress Call to Actions

Опис

Broadcast is a powerful call to action (CTA) management plugin that allows you to easy manage and display CTAs within your WordPress content.

A simple solution for a real-world problem – Broadcast allows you to rapidly create call to actions and customize the look and feel of each CTA using layout templates.

Get More Information

**Shortcode Parameters**

Broadcast is implemented via shortcode which lets you insert call to actions anywhere in your content and accepts the following shortcode parameters:

  • cta – The ID of the call to action. [REQUIRED]
  • layout – The ID of the layout. [REQUIRED]
  • align – The alignment of the CTA. (left/center/right)
  • width – The percentage width of the CTA.
  • classes – Add custom classes to the Broadcast CTA container.

Example Shortcode
[broadcast cta=”1726″ layout=”1901″ width=”40″]

Don’t worry, building a custom shortcode is simple with the custom shortcode builder.

**Plugin Roadmap**

Development of the following features is currently underway:

  • A/B Testing
  • Conversion Tracking
  • Click/Event Tracking
  • Layout template library
  • Newsletter sign-up integrations

Скріншоти

  • Settings Dashboard
  • Call to Actions Dashboard
  • Layouts Dashboard
  • Post/Page Edit Screen

Часті питання

Installation Instructions

How to install Broadcast.

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Search for ‘Broadcas’
  3. Click ‘Install Now’
  4. Activate the plugin on the Plugin dashboard

Uploading in WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select broadcast.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Download broadcast.zip
  2. Extract the broadcast directory to your computer
  3. Upload the broadcast directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard
How are CTAs implemented?

Broadcast CTAs are implements using shortcodes only. e.g. [broadcast]

Why are layouts separate from CTAs?

This is so Broadcast can separate content of CTAs from the display.

How are Layouts used?

Layouts are used to display call to action content on the front-end of your website. They typically contain a mixture of HTML, PHP and core WordPress functions such as the_title(), the_content(), the_post_thumbnail() etc.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Broadcast – WordPress Call to Actions” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Broadcast – WordPress Call to Actions” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0 – April 7, 2017

  • Initial Release