There was a question on WASE regarding this exact thing: How to post to WP custom post type from IFTTT.com. One of the answers had a nice hack, but it would only work with a single post type and cannot be changed – all incoming XML-RPC would be changed to that particular post type 🙁
Maybe there’s a way to determine the incoming URL from IFTTT (ie, facebook, youtube, etc) and then create an ‘if then’ statement in functions.php
to select the correlating post type of your choosing for that type of IFTTT/URL? Just speculating.
Edit
Just had a thought: you can specify what category your post from IFTTT will be – what if you created a custom loop/styling based on the category chosen?
if ( $cat_from_ifttt = $category ) {
//choose custom loop/styling?
}
It’s not exactly custom_post_types, but it’s a possible workaround?
Related Posts:
- XML-RPC and Custom Post Types
- Remotely search WordPress sites using xml-rpc
- How do I programmatically create new posts of a custom post type over the XML-RPC API?
- How To Post WordPress Custom Post Types to Twitter via IFTTT
- Insert custom post type via XML-RPC?
- Marking future dated post as published
- Custom Taxonomy as checkbox or dropdown
- how to group custom post types
- How can I generate a RSS feed based on a custom WP_Query?
- add_rewrite_rule and custom variable
- how do I display a featured image in a post type?
- How can I combine posts of different types in one hierarchy?
- ACF Relationships in Custom Post Type Permalink
- Custom post type permalink structure with the category also acting as an archive
- How to automatically apply a password to all posts within a custom post type
- Custom page type – template under page attributes?
- Make a custom column sortable, by custom post count
- How i add new link after Edit | Quick Edit | Trash | View in quick edit section
- Custom Post Types, Page Templates and Pagination. Why do I get a 404 Error?
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- Is there a way to list posts of only a certain category
- Remove header and footer but KEEP all css and js etc for a custom post template?
- How loop through posts based on custom fields
- Custom Taxonomy Hierarchy for Custom Post Types (eg Categories and Subcategories)
- Gutenberg Featured-Image-panel missing when user with custom role edits Custom Post Type
- How to get all posts except for one post from a certain custom post type?
- Create a random unique 6 digit number as custom field for custom post type
- Is there a way to connect a custom post type to another custom post type’s taxonomy? (specific to locations)
- Custom Post Types not showing, custom WP_Query
- Using My-Meta-Box-Class plugin, how is ‘Date’ value stored?
- Custom post types instead of regular post’s categories in a page template
- How can i change the output of posts_nav_link();
- List children on child post
- Multiple TinyMCE editors in dynamically generated textareas
- How can I set taxonomy programmatically
- Return the latest post from a custom Taxonomy and Post Type
- Don’t know how to show custom taxonomies from a custom post_type
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- post meta parameter in post custom-post-type endpoint with restapi
- Adding sidebar to template creates horizontal gap the size of the side bar
- Filter custom posts by multiple taxonomies
- Create a Custom Post from within another Custom Post
- Add update or delete database records using custom post type
- Featured image in CPT overview column
- Event Custom Post Type Title show by upcoming Event Dates
- How to group posts and get a mixed posts and groups view?
- How to show featured image block in custom post type for Author?
- dropdowboxes with pre-selected custom fields optios that filters the results according seach needs
- Display Repeatable Meta Box Content
- Control content before and after custom post type loop
- Showing custom post type categories in the menu
- Convert comma separated list to serialized array to import as post meta
- Distribute Custom Post in different pages
- Problem with Apply Filters on URL in meta box filed of custom port type
- WordPress rewrite url
- add pagination to custom category posts
- How to create object in wordpress?
- Improve Custom Post Permalink Structure
- Modifying Dashboard edit.php
- How to import database table as custom post type and custom fields?
- Loop for custom-post-type comparing taxonomy terms for “related” posts?
- Creating custom post type and taxonomy archives and pretty URLs
- How do I add multiple post types to this query?
- Using custom post type as front home page pagination not working
- Migrate Custom Post Type with Custom Fields data and parent child order
- Archive page for WordPress Custom Post Type doesn’t show pagination from paginate_links()
- How to create review point system for CPTs (many-to-many relationship)
- Search for custom field input of a custom post type in ajax live search
- Register custom_post_type from static function
- WordPress custom post type as homepage with homepage url
- Custom post type single page returns 404
- How to select meta key in custom database query
- localize_script or rest api
- WP_Query with all posts in one custom post type and only posts in another custom post type with a specific category
- Add content to wordpress edit.php page
- Search result based on URL
- Show posts under a selected custom taxonomy term
- Wrong post ID in meta box callback
- Linking Taxonomies
- Custom Post Type with Subfolder in Custom Theme
- Link two different post using there post_id in post meta
- How do I extract the contents of a CPT’s custom field for all posts?
- Get number of posts by a user (draft, pending review & published)
- How can I generate a list of post-type specific categories?
- Publish post and create additional posts with same content
- New WP_Query not isolating custom post types on front-page template
- Excert ( the_excerpt(); ) Not working properly
- Keep same archive.php for post from archive?
- Use one template for different custom post types with the same markup
- After rewriting post type’s URL, the number of queries has increased dramatically
- Pagination not working on homepage
- How to query custom post then display sections by meta value
- Prevent users from changing post status
- How do I paginate a custom post type listing on a custom template page?
- A to Z list for custom post types
- What Is My Fault With This WP_QUERY ? [ Pagination Problem ]
- Sortable admin columns ordering from custom fields isn’t combine com search and Dropdown filter
- Calling custom taxonomies
- Is it possible to use a post name in a custom post slug?
- How do I add the “orange counter” next to a Custom Post Type?