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

Pinterest

Integration of Social Platforms

Pinterest is one of the world's most popular social media platforms, with millions of users. If you're looking to schedule posts on Pinterest, you will need to create and configure a Pinterest app. This guide will take you through the steps to create and confi...

Linkedin

Integration of Social Platforms

LinkedIn is a great platform for businesses to showcase their products and services. By creating a LinkedIn app and connecting your products, you can easily promote your business and reach a wider audience. Here's a step-by-step guide on how to create a Linked...

TikTok

Integration of Social Platforms

TikTok has become one of the most popular social media platforms. If you want to integrate TikTok into your application, create a TikTok App API. Here's a step-by-step guide on how to do it. Step 1: Create a TikTok Developer Account Before creating a TikTok ...

As a standalone app

Mixpost Pro Installation

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.  Getting a license In order to install Mixpost,...

Installing FFmpeg

Server Configuration - Mixpost

Mixpost has the ability to generate images from video while uploading a video file. This would not be possible without FFmpeg installed on your server. You need to follow FFmpeg installation instructions on their official website. Usually, you can install it ...

Installing Redis

Server Configuration - Mixpost

So that the posts can be scheduled, Mixpost puts them in the queue. To be able to do this, you need to install Redis. Then, you will need to modify the values of the REDIS_* entries in the .env file to make sure they are aligned with your redis instance.

Installing & Configuring Supervisor

Server Configuration - Mixpost

Installing Supervisor You need to configure a process monitor. To install Supervisor on Ubuntu, you may use the following command: sudo apt-get install supervisor Configuring Supervisor Supervisor configuration files are typically stored in the /etc/superv...

Cron

Server Configuration - Mixpost

Add a cron that runs the scheduler every minute: * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 Plesk In Plesk, the command will look something like: cd /var/www/vhosts/domain/httpdocs/ && php artisan schedule:run >> /dev/...

Other things to consider

Server Configuration - Mixpost

Some files that are uploaded, video for example, can be up to 200 mb, by default most web servers have configured a much smaller limit. You will need to check this. In php.ini: post_max_size = 220M upload_max_filesize = 200M On Ubuntu, you can edit "php.in...

Requirements

Server Configuration - Mixpost

Softwares PHP 8.1 or higher Database (eg: MySQL, PostgreSQL, SQLite) Redis 6.2 or higher Web Server (eg: Apache, Nginx, IIS) URL Rewrite (eg: mod_rewrite for Apache) Supervisor FFmpeg Curl Zip Unzip Cron PHP extensions php-curl php-mysql php-bcm...

Instagram

Integration of Social Platforms

To be able to post on Instagram, you must configure a Facebook application. Because Facebook and Instagram belong to the same company Meta. How to create & configure the Facebook service/application Important info 👇 To be able to connect Instagram accounts ...

Default public web root

Server Configuration - Mixpost

If you installed Mixpost using the Standalone method you may instruct your web server(Nginx/Apache/Anything else) the default public web root. You should set the default public web root to the "/public" folder of the Mixpost Standalone project. Nginx In Ubu...

Stripe

Mixpost Enterprise Payment Platforms

Stripe is a powerful tool for processing payments, it provides an efficient method for generating revenue from your clients. Here's a step-by-step guide to help you integrate Stripe with Mixpost Enterprise and get started with processing payments: 1. Sign up ...

Paddle

Mixpost Enterprise Payment Platforms

Paddle is a popular platform for selling software and other digital goods. Here's a step-by-step guide to help you integrate Paddle with Mixpost Enterprise and get started with processing payments: 1. Sign up for a Paddle Account Production: If you haven’t a...

Upgrading to v1

Mixpost Pro Upgrade Guide

Features and fixes: Pages (Privacy policy, Terms...etc) Customization (Logo & Favicon) Forgot/Reset Password Two-Factor Authentication TikTok UI optimize Service forms optimized Clear cache on deleting the user Twitter analytics alert only to admin (cl...

Introduction

Mixpost Enterprise

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

Getting a license

Mixpost Enterprise

In order to use Mixpost Enterprise, 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...

As a package in an existing Laravel app

Mixpost Enterprise Installation

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

As a Standalone app

Mixpost Enterprise Installation

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 Enterprise preinstalled using Composer.  Getting a license In order to insta...

Using Docker Image

Mixpost Enterprise Installation

Docker Installation (Guide)Have a VPS? Install Docker Engine Desktop? Docker Install documentation Docker-Compose Install documentation Just create a docker-compose.yml file on your server, and change the values (which start with the example_*) with real ...