
IFTTT (if this, then that) is one of the coolest web services available, and allows you to connect your different web service accounts to create ‘recipes’. An example of a recipe that I have is to create a new WordPress post on my blog whenever I favorite a YouTube video.
Unfortunately IFTTT doesn’t have a way to specify a post format or a custom post type, so this plugin provides a couple ways to update them.
To set the post format, you need to set the category in IFTTT to one of the following categories:
ifttt-asideifttt-galleryifttt-linkifttt-imageifttt-quoteifttt-statusifttt-videoifttt-audioifttt-chatSo for my YouTube -> WordPress recipe, I have it adding the ‘ifttt-video’ category in IFTTT (IFTTT allows you to specify the category for the posts it creates), and voilà, when it’s published, the format has been set.
If you want to instead set the new post to a custom post type, you can do so by setting the category in IFTTT to one that matches this pattern: ifttt-posttype-{post_type_slug}. So if you wanted to create new WordPress pages with IFTTT, you would add the ifttt-posttype-page category.
And finally, if you want the IFTTT categories to be stored as a different taxonomy, you can do so by setting the category in IFTTT to one that matches this pattern: ifttt-taxonomy-{taxonomy_slug}.
Note: These speciall ifttt-* categories will not actually be set on the post/page/object. These are ‘special’ categories which simply serve as flags for which post format, post-type or taxonomy to send the data to, and they are removed from the list of categories which are actually stored to the post.
Hope you find this useful!
Feel free to contribute to or fork this plugin on github.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.