@extends('backend.layouts.app') @section('content')
{{translate('Facebook Chat Setting')}}
@csrf
{{ translate('Please be carefull when you are configuring Facebook chat. For incorrect configuration you will not get messenger icon on your user-end site.') }}
  • 1. {{ translate('Login into your facebook page') }}
  • 2. {{ translate('Find the About option of your facebook page') }}.
  • 3. {{ translate('At the very bottom, you can find the “Facebook Page ID”') }}.
  • 4. {{ translate('Go to Settings of your page and find the option of "Advance Messaging"') }}.
  • 5. {{ translate('Scroll down that page and you will get "white listed domain"') }}.
  • 6. {{ translate('Set your website domain name') }}.
@endsection