Looking for something? Search Here..







Generic selectors

Exact matches only

Search in title

Search in content

Post Type Selectors

Author: admin user

  • Google Search Console

    Description

    The Google Search Console Plugin helps you easily connect your website with Google Search Console. This allows you to track how your website performs in Google Search and understand how users find your site.

    By connecting your website to Google Search Console through this plugin, you can monitor search traffic, view keyword performance, and identify issues that may affect your website’s visibility in search results.

    Features

    • Easily connect your website to Google Search Console
    • Track keyword rankings and search performance
    • Monitor total clicks, impressions, and click-through rate (CTR)
    • Identify which pages perform best in Google Search
    • Get insights to improve SEO and search visibility
    • Simple verification and easy setup process

    Installation Guide

    Follow these steps to connect Google Search Console to your WCART store:

    1. Sign in to your Google Search Console account.
    2. Click the Menu icon and select Add Property.
    3. Enter your website URL under the URL Prefix section and click Continue.
    4. Choose the HTML Tag verification method.
    5. Copy the verification code.
    6. Log in to your WCART dashboard.
    7. Go to Free Plugins.
    8. Find Google Search Console and click Activate.
    9. Paste the verification code in the required field.
    10. Click Save & Activate.

    Your website is now connected to Google Search Console.

    FAQ

    What benefit do I get from this plugin?
    It helps you connect your website to Google Search Console and monitor how your site performs in Google Search.

    Is this plugin free to use?
    Yes, this plugin is completely free to use.

    Do I need a Google Search Console account?
    Yes, you need a Google Search Console account to verify your website and access search data.

    Who should use this plugin?
    Anyone who owns or manages a website, including business owners, SEO specialists, marketers, and developers.

  • Google Analytics

    Description

    Google Analytics is a tool that helps you track and understand your website visitors. It shows how people find your store, what pages they visit, how long they stay and what actions they take.

    With Google Analytics, WCART store owners can measure traffic, sales performance and customer behavior. This helps you improve marketing campaigns, products and overall store performance.

    Why use Google Analytics for your WCART store?

    1. Understand Your Visitors
    See who is visiting your store, where they come from and what they are interested in.

    2. Track Store Performance
    Monitor sales, product views, conversions and customer journeys.

    3. Improve Marketing Results
    Find out which ads, social media platforms or campaigns bring the most traffic and revenue.

    4. Make Better Business Decisions
    Use real data to improve your store content, offers and customer experience.

    Installation Guide (WCART)

    Follow these steps to connect Google Analytics to your WCART store:

    1. Go to the Google Analytics website and sign in with your Google account.
    2. Create a new property for your website (if you don’t already have one).
    3. After setup, go to Admin.
    4. Under the Property column, click Data Streams.
    5. Select your website data stream.
    6. Copy your Measurement ID (it looks like G-XXXXXXXXXX).
    7. Now log in to your WCART dashboard.
    8. Go to Free Plugins.
    9. Find Google Analytics and click Activate.
    10. Paste the Measurement ID in the required field.
    11. Click Save & Activate.

    Your Google Analytics is now connected to your WCART store.

    FAQ

    What is Google Analytics?

    Google Analytics is a free tracking tool by Google that helps you see how visitors use your website. It gives reports about traffic, user behavior and sales performance.

    Why should I connect Google Analytics to WCART?

    It helps you understand your customers, track marketing performance and improve your store using real data.

    Is Google Analytics free?

    Yes, Google Analytics offers a free version that works well for most online stores.

    How long does it take to start showing data?

    Usually, you can start seeing visitor data within a few hours after installation.

  • How to Get Facebook Login API Key (App ID & App Secret)

    Step 1: Go to Meta for Developers

    • Open Meta for Developers
    • Sign in using your Facebook account
    • Go to My Apps → Create App

    Step 2: Create a New App

    1. Click Create App
    2. Choose Consumer (recommended for Facebook Login)
    3. Enter:
      • App Name
      • App Contact Email
    4. Click Create App

    Step 3: Add Facebook Login Product

    1. Inside your app dashboard, click Add Product
    2. Select Facebook Login
    3. Choose your platform:
      • Web
      • Android
      • iOS
    4. Click Next to complete setup

    Step 4: Configure Facebook Login

    For Web Applications:

    • Go to Facebook Login → Settings
    • Set:
      • Valid OAuth Redirect URIs https://yourdomain.com/auth/facebook/callback
      • Enable Client OAuth Login
      • Enable Web OAuth Login

    Step 5: Get Your API Credentials

    Navigate to Settings → Basic

    You will find:

    • App ID → (Facebook Login API Key)
    • App Secret → (Keep this secure)

    📌 Click Show to reveal the App Secret.


    Step 6: Configure App Domains & URLs

    In Settings → Basic, set:

    • App Domains: yourdomain.com
    • Privacy Policy URL
    • Terms of Service URL

    These are required for production apps.


    Step 7: Switch App to Live Mode

    Submit for review if additional permissions are required

    By default, apps are in Development Mode

    Go to App Settings

    Switch App Mode → Live

  • Google Login Setup Guide (OAuth 2.0 Credentials)

    To set up Google Login for your application, you need to create an OAuth 2.0 Client ID and, in some cases, an API key in the Google Cloud Console. A “Google Login API key” generally refers to these credentials. 

    Steps to Get Your Google Login Credentials

    1. Go to the Google Cloud Console
      Navigate to the Google Cloud Console Credentials page and sign in with your Google account.
    2. Select or Create a Project
      From the projects list in the top bar, select an existing project or create a new one.
    3. Configure the OAuth Consent Screen
      If this is your first time using OAuth 2.0 with this project, you will need to configure the consent screen. This page asks for information like your application’s name, user support email, and privacy policy links.
    4. Create Credentials
      • On the Credentials page, click the + Create Credentials button.
      • From the drop-down menu, select OAuth client ID.
      • Select the appropriate Application type for your project (e.g., Web application, Android, iOS, or Desktop app).
      • Enter a name for your client ID and provide any other required information, such as Authorized JavaScript origins (for web apps) or package names and SHA-1 fingerprints (for Android/iOS apps).
      • Click Create.
    5. Retrieve Your Credentials
      • A dialog box will display your new Client ID and, for some application types (like web server apps), a Client Secret.
      • Note these values, as you will need them to configure Google Login in your application’s code.