Search NITYAM TECH Blog

Sunday, January 29, 2023

What is & How to add "The following required properties are missing: fb:app_id"

What is "fb:app_id"

 The "fb:app_id" property is a required meta tag for Facebook's Open Graph protocol. It is used to specify the unique identifier of the app that is associated with the website. This information is used by Facebook to understand the context of the website and how to display it on the platform. If this property is missing, Facebook may not be able to properly scrape the website and may display incorrect information. To fix this issue, you will need to add the "fb:app_id" property to the website's meta tags and include the correct app ID associated with your website. You can find more information about the Open Graph protocol and how to implement it on the Facebook Developers website.


steps to add

How to add the "fb:app_id" 

To add the "fb:app_id" property to your website, you will need to create a Facebook App and then add its App ID to your website's meta tags. Here are the steps to do this:


  1. Go to the Facebook Developer's website and log in or create an account if you don't have one.
  2. Click on the "My Apps" button and then select "Create App."
  3. Select "For Everything Else" and then click on "Create App ID."
  4. Fill in the required information and then click on "Create App ID."
  5. Go to the "Settings" tab and then click on "Basic."
  6. Copy the "App ID" from the top of the page.
  7. Add the following meta tag to the head of your website's HTML code, replacing "YOUR_APP_ID" with the App ID you just copied: <meta property="fb:app_id" content="YOUR_APP_ID" />
  8. Publish your website, and the "fb:app_id" property should now be present.


Please note that, this is just a basic example and you may need to follow the instructions as per your website platform or developer.


Monday, January 9, 2023

How to Speed up your wordpress website

There are several ways you can try to improve the loading speed of your WordPress website:

Use a lightweight theme: Choose a theme that is optimized for performance and does not have too many unnecessary features.

Optimize images: Make sure that your images are properly optimized for the web. This means compressing them and using the appropriate image file format (e.g., JPEG for photographs, PNG for graphics with transparent backgrounds).

Use a caching plugin: Caching plugins can create static HTML versions of your pages and posts, which can reduce the load on your server and improve page loading times.

Enable Gzip compression: Gzip compression can reduce the size of your website's files, making them faster to download.

Minimize the use of plugins: Each plugin you use on your site can add additional scripts and stylesheets, which can slow down your site. Only use the plugins that are absolutely necessary and consider using lightweight alternatives.

Optimize your database: Over time, your database can become cluttered with unnecessary data, which can slow down your site. You can use a plugin like WP-Optimize to clean up your database and improve performance.

Use a CDN: A content delivery network (CDN) can help to reduce the load on your server by serving static files (such as images and videos) from a network of servers around the world. 


This two plugins will boosting your site performance :

1. Litespeed Cache is a caching plugin for WordPress that is designed to improve the performance of your website. It does this by creating static HTML versions of your pages and posts, which are then served to visitors instead of dynamically generated pages. This can reduce the load on your server and improve the loading speed of your website.

To use Litespeed Cache on your WordPress website, you will need to install and activate the plugin. Here's how:

Log in to your WordPress dashboard.

Go to the "Plugins" section and click on "Add New."

Search for the "Litespeed Cache" plugin.

Click on "Install Now" and then "Activate."

Once the plugin is installed and activated, you will need to configure it to work with your website. Litespeed Cache provides a range of options that you can use to customize the way it works, such as setting up cache expiration times, enabling Gzip compression, and minifying HTML, CSS, and JavaScript files.


1. AMP stands for "Accelerated Mobile Pages." AMP is an open-source project that was developed by Google to help improve the loading speed of web pages on mobile devices.

To use AMP on your WordPress website, you can use the official AMP plugin. This plugin automatically adds AMP support to your website, allowing your pages to be served as AMP pages to users on mobile devices.

To install the AMP plugin, follow these steps:

Log in to your WordPress dashboard.

Go to the "Plugins" section and click on "Add New."

Search for the "AMP" plugin.

Click on "Install Now" and then "Activate."

Once the plugin is installed and activated, it will automatically add AMP support to your website. You can then customize the appearance of your AMP pages by going to the "Appearance" -> "AMP" section of your dashboard.

Saturday, January 7, 2023

How to add Subscribe botton on Website

 find your YouTube user or Channel ID


Each YouTube channel has a unique user ID and channel ID, these IDs are used to refer to the channel in certain apps and services. Let's find out channels user ID or Channel ID.

sign in to your YouTube account and go to YouTube Studio in the top right click your profile picture

select YouTube Studio in the left menu click on settings from the left menu select Channel, then select advanced settings on top tabs scroll down select manage YouTube account in other settings

then select advanced settings from the left menu you'll see your Channel's user ID and channel ID copy your channel ID 

good news good news and good news with a special discount

buy this t-shirt at 59 rupees only on

special offer


and pastet the subscribr button code here subscribe button embed in website  you can customize your subscribe button take a look you will see the preview of your subscribe button

copy the code and paste it in your website or app

click on the Block insert icon and type HTML and select custom HTML and paste

the copied code here and here is the result you can see let's check it look at here your subscribe button is

ready. how to put the code in Blogger page

Read this article

here we'll add the Subscribe button lick here select HTML View press Ctrl F Type the word and point theCrosser then paste the code save it let's check it here you go another way to put follow the process




Featured Post

Create a “No Internet” screen using React Native.

  import React, { useEffect, useState } from 'react'; import { View, Text, StyleSheet, NetInfo } from 'react-native'; const ...