@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | TikTok Publish @endsection @section('links') @endsection @section('content')

Publish videos to TikTok

@csrf
{{ $errors->first('account_id') }}
@if($socialAccounts !== null)
  • You can post max 1 video at a time.
  • Maximum video length should be 5 mins.
Choose TikTok accounts for posting @foreach($socialAccounts['account'] as $accounts)
{{$accounts->user_name}} {{$accounts->friendship_counts}}

@endforeach
@else

Please add TikTok Accounts

@endif

@if($socialAccounts !== null)

Important Note:

  • Once you create a post, next a notification to publish the video will be sent to your TikTok mobile app.
  • After your approval from mobile, you should manually publish this video from your mobile to TikTok.


Please select video file of type .mp4 or .WebM only

@endif
@endsection @section('scripts') @endsection