Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

85 total results found

Mixpost Docs

Self-hosted social media management software https://mixpost.app

softwares
mixpost

Mixpost Lite

Personal use

mixpost

Mixpost Pro

Grow your business

mixpost

Mixpost Enterprise

Launch your own white-labeled social media management SaaS and start generating revenue.

mixpost

Integration of Social Platforms

Mixpost uses official API from social platforms that support them. For this, you must register on these platforms and create the applications to get access to their API. On some social platforms, you will get access faster, others need a few days to review the...

mixpost

FAQ - Mixpost

mixpost

Server Configuration - Mixpost

If you've installed Mixpost as a standalone app or integrated it into an existing Laravel application, there are a few more steps you'll need to take. Installing and configuring some additional software and configuring your server is crucial to get everyth...

mixpost

API Reference

You can interact with the Mixpost API through HTTP requests from any language. Note that only Mixpost Pro/Enterprise v2 supports the API.

Webhooks

You can integrate with your Mixpost instance using Webhooks, allowing for real-time data exchange and actions triggered by specific events. Note that only Mixpost Pro/Enterprise v2 supports the Webhooks.

Installation - Docker

Mixpost Lite

Update Guide

Mixpost Lite

Upgrade Guide

Mixpost Lite

When upgrading an application, it is important to carefully review the changes made in each version to determine if any of the changes will affect the application's functionality or compatibility. It is also important to thoroughly test the upgraded applica...

Update Guide

Mixpost Pro

Upgrade Guide

Mixpost Pro

Payment Platforms

Mixpost Enterprise

Collect payments from your customers by integrating with a payment platform.

Installation

Mixpost Enterprise

Update Guide

Mixpost Enterprise

Configuration

Mixpost Enterprise

Installation

Mixpost Pro

Configuration

Mixpost Pro

Upgrade Guide

Mixpost Enterprise

Introduction

Mixpost Pro

Before installing Mixpost, make sure you have a valid license. There are three ways to install Mixpost Pro: If you already have a Laravel 10 application, you can install Mixpost as a package inside it. By doing so, you can integrate Mixpost into your appli...

Getting a license

Mixpost Pro

In order to use Mixpost, you must buy a license. You can buy a license on the mixpost website. What happens when your license expires A few days before a license expires, we'll send you a reminder mail to renew your license. Should you decide not to renew y...

As a package in an existing Laravel app

Mixpost Pro Installation

Getting a license If you already have a Laravel 10 application, you can install Mixpost as a package inside it. To install Mixpost, you'll need to get a license first. Installation via Composer First, add the packages.inovector.com repository to your compo...

Facebook

Integration of Social Platforms

To be able to post on Facebook and Instagram, you must create and configure a Facebook application. Because Facebook and Instagram belong to the same company Meta. Step 1: Create a Developer Account To create a Facebook app, you must first have a Facebook de...

Twitter

Integration of Social Platforms

Step 1: Create a Twitter Developer Account To create a Twitter App, you need to have a Twitter Developer Account. If you don't have one, you can create it by going to the Twitter Developer website. Click on "Sign up for Free Account" button and fill out the r...

Mastodon

Integration of Social Platforms

With Mastodon, it's a bit more interesting. When you add a Mastodon account from a server, Mixpost will automatically create an application for that server. Otherwise, you don't have to do anything. But there are situations when you have to intervene manually...

Unsplash

Integration of Social Platforms

Unsplash is a platform that provides access to a vast collection of free high-resolution photos. Unsplash also offers a developer API that allows developers to integrate the Unsplash photo collection into their own applications. Step 1: Sign up for an Unsplas...

Tenor

Integration of Social Platforms

Tenor is a GIF search engine that allows users to search for and share animated GIFs. To use Tenor, you need to create and configure a Tenor app with Google Console. Follow these simple steps to create and configure a Tenor app with Google Console. Prerequisi...

Installation - As a package in an existing Laravel app

Mixpost Lite

Please follow the installation guide from the Github repository: https://github.com/inovector/mixpost

Using Docker Image

Mixpost Lite Installation - Docker

Please follow the installation instructions on Docker Hub: https://hub.docker.com/r/inovector/mixpost Video Tutorial - Installation with Portainer Portainer is an open-source tool designed to simplify the management of Docker containers and clusters. It prov...

Install Docker

Mixpost Lite Installation - Docker

Have a VPS? Install Docker Engine Desktop? Docker Install documentation Docker-Compose Install documentation

Installation - As a standalone app

Mixpost Lite

If you don't know Laravel, but have basic PHP knowledge and know how to deploy to a server, you can follow these instructions. You can create a new Laravel application with Mixpost preinstalled using Composer. This application will also have authorization scr...

In your Standalone or Laravel app

Mixpost Lite Update Guide

Updating Mixpost is a simple task that can be executed in a few steps. This guide will provide you with the necessary steps to update Mixpost. composer update inovector/mixpost After the update is complete, clear the cache by running the following command: ...

Update with Docker

Mixpost Lite Update Guide

Updating Mixpost with Docker is straightforward, you just make sure to preserve the mounted volume. Just pull the latest image, stop and remove the current container, and then start a new one. Navigate to your folder where you have the docker-compose.yml the ...

In your Standalone or Laravel app

Mixpost Pro Update Guide

Updating Mixpost is a simple task that can be executed in a few steps. This guide will provide you with the necessary steps to update Mixpost. composer update inovector/mixpost-pro-team After the update is complete, clear the cache by running the following c...

Update with Docker

Mixpost Pro Update Guide

Updating Mixpost with Docker is straightforward, you just make sure to preserve the mounted volume. Just pull the latest image, stop and remove the current container, and then start a new one. Navigate to your folder where you have the docker-compose.yml. # ...

I lost my APP_KEY, how I can generate a new key?

FAQ - Mixpost

You can generate with:  php artisan key:generate

After the update/upgrade of Mixpost my schedule didn’t work well

FAQ - Mixpost

You have to restart the CRON task with: php artisan horizon:terminate

Actions after installation

Mixpost Lite

After installation, it is necessary to configure the services to be able to connect your social accounts. Follow the instructions for each platform

Google

Integration of Social Platforms

With Google's service, you will be able to post videos on your YouTube channel. Prerequisites Before you start, make sure you have the following: A Google account A project in Google Console Steps Go to the Google Console and select your project. Click ...