Mailster supports five built-in shortcodes you can use. You can use them anywhere where shortcodes are accepted.

[newsletter]

Embeds a newsletter campaign as an iframe.

AttributeDefaultOption
idnullThe ID of the campaign
scrollingtruesets the scrolling of the iframe

Example

[newsletter id=1]

[newsletter_list]

Displays a list of links to your latest newsletters.

AttributeDefaultOption
datefalseDisplay date next to the link
count10Number of list items
status(array)( 'finished', 'active' )Status of campaigns
order'desc'Order direction (‘asc’ or ‘desc’)
orderby'date'Order by value

Example

[newsletter_list count=3 order="post_name"]

[mailster_form]

Displays a newsletter sign-up form (block form) with a certain ID.

AttributeDefaultOption
idnullThe ID of the form.

Example

[mailster_form id=3]

[newsletter_signup_form] (deprecated)

Deprecated! Use [mailster_form] instead.

Displays a newsletter sign-up form with a certain ID.

AttributeDefaultOption
idnullThe ID of the form.

Example

[newsletter_signup_form id=3]

[newsletter_subscribers]

Displays the number of your subscribers.

AttributeDefaultOption
formattedtrueformats the number with number_format_i18n()
round1Round up to the next X value (eg. 10, 100, 1000, etc.)
listsnullDisplay count from a certain list

Example

[newsletter_subscribers round=1000 lists"3,4,7"]

Counting the number of subscribers can be time-consuming if you have many. Consider page caching to prevent slow responses on your site.

[newsletter_button] (deprecated)

Displays a Subscriber Button.

AttributeDefaultOption
idnullThe ID of the form.
showcountfalseDisplay the number of your subscribers.
labelContent from TextsThe label of the button,
design'default'Currently supported style: ‘default’, ‘wp’, ‘twitter’, ‘flat’, ‘minimal’
width480Width of the popup

Example

[newsletter_button id=3 showcount="true" label="Subscribe now!" design="wp"]
Tagged: