@extends('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') }}.

{{ translate('Facebook Pixel Setting') }}

@csrf

{{ translate('Please be carefull when you are configuring Facebook pixel.') }}

  • 1. {{ translate('Log in to Facebook and go to your Ads Manager account') }}.
  • 2. {{ translate('Open the Navigation Bar and select Events Manager') }}.
  • 3. {{ translate('Copy your Pixel ID from underneath your Site Name and paste the number into Facebook Pixel ID field') }}.
@endsection