Download Category: addon

Yoast SEO AddOn

Yoast SEO is a great WordPress plugin for managing your SEO. This addon provides shortcodes for setting SEO parameters via email.

This AddOn also give you the ability to:

  • Set the key phrases
  • Set the meta description

Are there other settings you’d like to see supported? Let us know by emailing help@postieplugin.com

Examples

Set Focus Keyphrase/Keywords

This shortcode will set the Focus keyphrase. You can set the keyphrase via the keyword attribute or between the open and close tags.

[pseo_focuskw keywords="my keywords"]
[pseo_focuskw]my keywords[/pseo_focuskw]

Set Meta Description

This shortcode will set the Meta description. You can set the meta description via the description attribute or between the open and close tags.

[pseo_metadesc description="my description"]
[pseo_metadesc]my description[/pseo_metadesc] 

Remote Featured Image

This addon will look through your email and find all the images that were not included in the email (e.g. <img> tags). It will examine the images and select the largest one as the featured image.

There are no settings, just install and activate.

Fix Video/oEmbed Links

The Fix Video/oEmbed Links AddOn will “undo” the formatting that many email clients add to links which will enable videos or any embeddable content supported by WordPress to be displayed inline rather than as a link. This will only work for services supported by WordPress or added by another plugin. See https://wordpress.org/support/article/embeds/ for a list.

For example, you paste https://www.youtube.com/watch?v=VMT9fQz60XY into your email. By the time Postie sees the email it looks like <a href=”https://www.youtube.com/watch?v=VMT9fQz60XY”>https://www.youtube.com/watch?v=VMT9fQz60XY</a> which WordPress doesn’t know is a link to a video so it is just displayed as a link.

With the addon enabled Postie will recognize the content as a YouTube video and alter the markup so WordPress knows how to display it correctly.

Text Extractor

The Text Extractor AddOn will look for any attached PDF, DOC, DOCX or RTF file and extract the text and use that text for the post content.

Note that this addon only extracts text, not formatting and not images.

There is one option that if checked will add a link to the original document at the end of the post (disabled by default).

PDF Embedder AddOn

The PDF Embedder AddOn integrates with the PDF Embedder plugin allowing you to email PDFs and have them display inline rather than requiring the user to click on the PDF icon and download it and have it launch in Acrobat Reader.

The AddOn is compatible with the Free, Premium and Secure editions of PDF Embedder.

You can control whether the PDF is at the top or bottom of the post by using the Image/Attachment Location setting on the Image tab.

Category for Media AddOn

The Category for Media AddOn will assign all the categories you assigned to the post to all media items included in the email.

For example if you assign the category “horse” to the post, it will also get assigned to any images in the email. This can be used to set up galleries where you show images for a specific category.

This addon is compatible with the Category Per User AddOn

Note that this AddOn will not apply media categories created by Enhanced Media Library.

PublishPress Future/Post Expirator AddOn

PublishPress Future (formerly known as Post Expirator) is a great plugin that lets you set a date for a post to be removed. See https://wordpress.org/plugins/post-expirator/ for more information.

This AddOn allows you to specify the PublishPress Future options in your email. For example:

[postexpire when="2021-08-09 17:00" how="delete"]

This will set the post to expire on Aug 8, 2019 at 5:00pm by deleting the post.

[postexpire]

This will set the post to expire on default date by setting the post status to “Draft”.

Attributes

when should be some date and time in the future. If not supplied it will used the configured default.

how should be any of the options that PublishPress Future provides except for the category choices. If not provided the post will be changed to “draft” status.

There is a single option for this AddOn

If selected then the default expiration will be applied even if the shortcode is not present. This is useful if you don’t control the email content but still want to expire the content.

Release History

1.2.1 – 2023-09-06

  • Fix bug in support for PublishPress Future 3.0+ when not using a shortcode.

1.2.0 – 2023-08-14

  • Add support for PublishPress Future 3.0+

1.1.1 – 2023-04-03

  • Add support for setting default expiration when shortcode is not present.

1.0.5 – 2021-12-08

  • Add support for default expiration

1.0.4 – 2021-06-22

  • Compatibility with Post Expirator 2.4.2

1.0.3 – 2020-04-11

  • Remove Shortcode AddOn dependance
  • Add postie_addon_post_expirator_setexpire action

1.0.2 – 2019-11-30

  • Call Post Expirator method rather than setting post meta directly.

1.0.1 – 2019-08-09

  • Initial release

Code Word AddOn

This AddOn lets you add some extra control around what gets published by looking at the content for either a required word/phrase or forbidden words/phrases. This provides an additional layer of protection from undesired emails getting published even if they are from an authorized user.

You can specify a required word/phrase that must be present in the email otherwise it won’t be published. You can leave this option blank if you don’t want to require a word/phrase.

You can provide a list of words/phrases of “forbidden” words. If any of these are found then the email isn’t published. This can also be left blank.

The action options let you control what happens if the email isn’t going to be published. If you choose “ignore” and you have the “Return rejected mail to sender” set to Yes then the sender will receive an email letting them know it wasn’t published and why. If you select “draft” the email will be turned into a post, but published in draft status so it won’t show up until you go in and manually publish it.

You can also specify if you want to look in the subject, body or both.

 

Newsletter Fixer AddOn

This AddOn will inline any CSS. The primary use is to fix up email newsletters which tend to have lots of CSS that is ignored by WordPress. This AddOn will help these newsletters look much better in your blog.

No configuration required, just install and activate.

Minimum requirements: PHP 5.3 and Postie 1.9.4

Release Notes

1.0.5 – 2018-03-04

  • Enhancement: Force CSS style reset for email content to override theme css.

1.0.4- 2018-02-19

  • Fix: In some cases the style fixups were not applied

1.0.3 – 2018-02-19

  • Remove unused files

1.0.2 – 2017-10-11

  • Fix: Skip processing if previous addon doesn’t want to publish

1.0.1 – 2017-08-10

  • Initial release

Create Categories AddOn

This AddOn will create any categories specified in the subject line if they don’t already exist.

It is recommended that you set the “Match short category” to “No”

No configuration required, just install and activate.

Requires Postie 1.8.32 or later.