Skip to main content

Uploading a Video to Bluesky: Sending a Video File, Managing the Process, and Creating a Post

· 5 min read
Eldar Shahmaliyev
Maintainer of BlueSky SDK

Uploading a video to Bluesky and sharing it in a post requires several steps. In this post, we will walk through the process using the Bluesky SDK, including:

  • Uploading a video file,
  • Managing the upload process,
  • Posting the uploaded video.

Media uploads on the Bluesky platform are handled through a job-based system. This means that after uploading a file, it may not be immediately available for posting, as it requires processing time. To handle this correctly, we need to check the job status.

If you're ready, let's get started! 🚀


Discovering Posts on Bluesky with SearchPosts API Using BlueSky SDK

· 4 min read
Eldar Shahmaliyev
Maintainer of BlueSky SDK

Are you ready to tap into Bluesky Social Network’s rich data with unparalleled precision and simplicity? The SearchPosts API in the BlueSky PHP SDK is here to elevate your application’s capabilities. From searching for posts by query to filtering by tags, URLs, and languages, the SDK empowers developers to navigate Bluesky’s ecosystem efficiently. With this powerful tool, you can build robust applications that truly leverage Bluesky’s vast social network. 🔍💡 Let’s take a journey into unlocking its potential. 🚀


Post Creation with Externals in BlueSky Social Network using BlueSky PHP SDK

· 3 min read
Eldar Shahmaliyev
Maintainer of BlueSky SDK

Want to create engaging and interactive posts on the Bluesky network? With the BlueSky PHP SDK, it’s effortless. By adding external content (externals) and images, you can enrich your posts and make them more captivating.

In this post, you'll learn how to authenticate with the SDK and embed external links, thumbnails, and images into your posts.


How to Create and Share Posts on BlueSky Using BlueSky SDK

· 3 min read
Eldar Shahmaliyev
Maintainer of BlueSky SDK

Hey there! 🎉 Have you ever wondered how to programmatically create and share posts on the Bluesky Social Network? Well, you're in luck! With the BlueSky PHP SDK, it's surprisingly simple. In this post, I'll guide you step-by-step to authenticate, create posts, upload images, and share them effortlessly. Let’s dive right in! 🚀