< Go back to blog
Tutorials

January 2, 2025

How to Repurpose Instagram Reels into YouTube Shorts and Twitter post using Dumpling AI and Make.com

Social media thrives on versatility and efficiency. Reposting content across platforms not only maximizes your reach but also saves time. This tutorial shows how to automate repurposing Instagram Reels into YouTube Shorts and tweets using Make.com, Dumpling AI, and OpenAI. By following these steps, you’ll automate video editing, format adaptation, and distribution across platforms, ensuring seamless engagement with your audience.

Workflow Overview

Steps in the Automation:

  1. Capture Instagram Reels: Detect new Reels from an Instagram Business account.
  2. Trim Videos for YouTube: Use Dumpling AI to adjust video duration for YouTube Shorts.
  3. Download Trimmed Video: Prepare the video for uploading to YouTube.
  4. Upload to YouTube: Publish the video as a Short.
  5. Trim Videos for Twitter: Adjust video duration again for Twitter-specific requirements.
  6. Download the Twitter-Ready Video: Retrieve the trimmed video for posting.
  7. Repurpose Caption: Use OpenAI to craft a tweet from the Instagram caption.
  8. Upload Video to Twitter: Post the video on Twitter with an engaging caption.

Step 1: Capture Instagram Reels

  1. Purpose: Monitor an Instagram Business account for new Reels to process.
  2. Configuration:
    • Add the Instagram Business Watch Media module.
    • Connect your Instagram Business account.
    • Set the following parameters:
      • Account: Select the Instagram page to monitor.
      • Limit: Set to 1 to capture one Reel per execution.

Step 2: Trim Videos for YouTube Shorts

  1. Purpose: Trim videos to meet YouTube Shorts’ duration requirements (up to 60 seconds).
  2. Configuration:
    • Add the Dumpling AI Trim Video module.
    • Connect your Dumpling AI account.
    • Set the following parameters:
      • Video URL: Map the media URL from the Instagram module.
      • Start Timestamp: 00:00:00.000 (video start).
      • End Timestamp: 00:00:59.500 (59.5 seconds).
  3. Output:
    • Returns a trimmed video URL ready for download.

Step 3: Download Trimmed Video

  1. Purpose: Prepare the trimmed video file for uploads.
  2. Configuration:
    • Add the HTTP Get a File module.
    • Configure the following:
      • URL: Map the trimmed video URL from the Dumpling AI module.
    • Save the configuration.
  3. Output:
    • Provides the video file data and filename.

Step 4: Upload Video to YouTube Shorts

  1. Purpose: Share the trimmed video on YouTube as a Short.
  2. Configuration:
    • Add the YouTube Upload Video module.
    • Connect your YouTube account.
    • Set the following parameters:
      • Title: Use a substring of the Instagram caption (e.g., first 99 characters).
      • File Name: Map the filename from the HTTP module.
      • Data: Map the video file data.
      • Category ID: Choose 27 (Education).
      • Privacy Status: Set to Unlisted.
  3. Output:
    • The video is uploaded to YouTube as a Short.

Step 5: Trim Videos for Twitter

  1. Purpose: Prepare a Twitter-ready version of the video by adjusting duration as per platform needs.
  2. Configuration:
    • Add another Dumpling AI Trim Video module.
    • Connect your Dumpling AI account.
    • Set the following parameters:
      • Video URL: Map the original media URL from the Instagram module.
      • Start Timestamp: 00:00:00.000.
      • End Timestamp: 00:02:19.500 (up to 140 seconds).
    • Save the configuration.
  3. Output:
    • Returns the Twitter-ready trimmed video URL.

Step 6: Download Trimmed Video for Twitter

  1. Purpose: Retrieve the Twitter-optimized trimmed video for posting.
  2. Configuration:
    • Add another HTTP Get a File module.
    • Configure the following:
      • URL: Map the trimmed video URL from the second Dumpling AI module.
    • Save the configuration.
  3. Output:
    • Provides the video file data and filename for Twitter.

Step 7: Repurpose Caption for Twitter

  1. Purpose: Craft a concise and engaging tweet from the Instagram caption.
  2. Configuration:
    • Add the OpenAI Create Completion module.
    • Set the following parameters:
      • Model: Choose GPT-4o.

Prompt:
Take this Instagram caption: [{{2.caption}}] and transform it into a tweet that captures the essence of the message while staying within Twitter’s 280-character limit. Ensure it remains engaging and concise, suitable for the Twitter platform.

  • Response Format: Set to Text.
  • Max Tokens: 280.
  • Save the configuration.
  1. Output:
    • Generates a tweet based on the Instagram caption.

Step 8: Upload Video to Twitter

  1. Purpose: Upload the video file to Twitter.
  2. Configuration:
    • Add the Twitter Upload Media module.
    • Connect your Twitter account.
    • Set the following parameters:
      • Upload Type: Select Video.
      • Filename: Map the filename from the HTTP module.
      • Data: Map the video file data from the HTTP module.
    • Save the configuration.
  3. Output:
    • Returns the media ID for the uploaded video.

Step 9: Post Tweet with Video

  1. Purpose: Publish the tweet with the uploaded video.
  2. Configuration:
    • Add the Twitter Create a Tweet module.
    • Set the following parameters:
      • Text: Use the tweet generated by the OpenAI module.
      • Media IDs: Use the media ID from the Twitter Upload Media module.
      • For Super Followers Only: Set to False.
    • Save the configuration.
  3. Output:
    • Posts a tweet with the video and caption.

Testing the Workflow

  1. Post a Reel on your monitored Instagram account.
  2. Run the scenario in Make.com to confirm the following:
    • Videos are trimmed correctly for YouTube and Twitter.
    • Videos are uploaded to YouTube as Shorts.
    • Twitter captions are generated and posted with the video.

Tips for Optimization

  • Optimize for Platform Needs: Adjust timestamps and privacy settings for different platforms.
  • Refine Prompts: Tailor OpenAI prompts to better align captions with your brand.
  • Batch Processing: Increase Instagram watch limits to handle multiple Reels in one execution.

This comprehensive workflow transforms Instagram Reels into YouTube Shorts and Twitter posts, automating the entire process to save time and enhance social media engagement.

Get the Blueprint Featured in This Guide

Access the full blueprint here to get started on setting up this automation effortlessly!

Related Posts

How to Find All URLs on a Domain for Scraping
Tutorials

How to Find All URLs on a Domain for Scraping

January 16, 2025

Understanding the Dumpling AI Generate AI Agent Completion Module
Tutorials

Understanding the Dumpling AI Generate AI Agent Completion Module

January 14, 2025

Dumpling AI Generate AI Image with Recraft V3 Module: Transforming Ideas into Visual Masterpieces
Tutorials

Dumpling AI Generate AI Image with Recraft V3 Module: Transforming Ideas into Visual Masterpieces

January 12, 2025

How to Monitor Competitor Business Reviews and Identify Weaknesses Using Dumpling AI and OpenAI in Make.com
Tutorials

How to Monitor Competitor Business Reviews and Identify Weaknesses Using Dumpling AI and OpenAI in Make.com

January 9, 2025

How to Automate AI Images for Social Media Posts Using Dumpling AI Flux.1 Pro and OpenAI in Make.com.
Tutorials

How to Automate AI Images for Social Media Posts Using Dumpling AI Flux.1 Pro and OpenAI in Make.com.

January 6, 2025

How to Build an AI-Powered Email Assistant with Dumpling AI Knowledge Base and ChatGPT in Make.com
Tutorials

How to Build an AI-Powered Email Assistant with Dumpling AI Knowledge Base and ChatGPT in Make.com

December 30, 2024