YouTube Channel Video API in PHP

Posted on: Monday May 27, 2024

How to load/list YouTube channel Videos? Here we will see how we can load YouTube channel video in our website by using JSON. Now we will start this from scratch STEP 1 (Get API Key): We will get [...]

Read More

YouTube channel video in website

Posted on: Monday May 27, 2024

How to load/list YouTube channel Videos? Here we will see how we can load YouTube channel video in our website by using JSON. There are two steps: Query Channels to get the “uploads” Id. [...]

Read More

Instagram Feed on Website PHP

Posted on: Friday May 24, 2024

Instagram Feed in  PHP STE 1 : Get Instagram Access Token https://docs.oceanwp.org/article/487-how-to-get-instagram-access-token STEP 2 : PHP Code for Website [crayon-6728b83ee84fc557561546/] [...]

Read More

File Size Validation jQuery

Posted on: Wednesday May 22, 2024

Multiple selected files size validation before form submit in jQuery. HTML Form [crayon-6728b83ee859d172294015/]   jQuery Validation [crayon-6728b83ee85a1514053699/] [...]

Read More

Save Data to Excel/CSV Instead of MySQL

Posted on: Thursday January 5, 2023

If you want to save ‘Form’ data or any other data to ‘Excel/CSV’, you are on the right blog. Here we will save Form Data to a ‘CSV’ File instead of any Database, [...]

Read More

Your connection is not private

Posted on: Wednesday August 7, 2019

WordPress Solutuion – STEP 1 1. Login WordPress Admin Dashboard. Go to Settings -> General Change : WordPress Address (URL): http://www.codypaste.com to https://www.codypaste.com Site [...]

Read More

Auto Permalink value in text field

Posted on: Friday September 7, 2018

Auto Permalink value from one text field to another in Jquery. This code will convert Text to url friendly and auto put to another text field. [crayon-6728b83ee87e0230680206/] [...]

Read More

Media queries for common device Breakpoints

Posted on: Tuesday July 17, 2018

The @media query is 1/3 of the recipe for responsive design. It is the key ingredient that, in it’s simplest form, allows specified CSS to be applied depending on the device and whether it [...]

Read More

Twitter Feed API

Posted on: Monday May 1, 2017

Go to https://apps.twitter.com/ and create App [crayon-6728b83ee8b28857074930/] [...]

Read More