Skip to main content

Embed google map in Website with multiple customize pin using Google My Maps


Google My Maps is your way to keep track of the places that matter to you. Easily make custom maps to remember your favorite places, explore new cities.

Google My Maps is a service launched by Google in April 2007 that enables users to create custom maps for personal use or sharing.
Users can add points, lines, and shapes on top of Google Maps, using a WYSIWYG editor.

In November 2014, a new version was released, and maps from the original version were automatically upgraded.
You can also have layers and customize the items in each layer with uniform styles and having labels for the name or description. There are many different objects you can have as your points, such as the town point, train point, bus point, hospital point or a school points. You can change the color of anything and change the thickness as well. more ...

Take note: You can only create 10 Layers. To atleast maximize the use of the map. You may categorize the countries by continent. 

7 Continents:
  1. Africa.
  2. Europe.
  3. Asia.
  4. North America.
  5. South America.
  6. Australia (or Oceania)
  7. Antarctica.
More information: https://www.wpkube.com/embed-google-maps-wordpress-without-plugin/
TRY TO MAKE YOURS! ENJOY! :)

Comments

Popular posts from this blog

Two simple ways to block internet browsing using Windows Firewall.

  Here are two simple ways to block internet browsing using Windows Firewall. Choose Method A (Block all browsers) or Method B (Block specific browsers like Chrome/Edge/Firefox). ✅ METHOD A — BLOCK ALL INTERNET BROWSING (Recommended) This blocks ALL internet access for ALL applications except those you allow. Steps: Press Windows + R Type: wf.msc Press Enter On the left, click Outbound Rules On the right, click New Rule… Select Custom → Next Under Program , choose All programs → Next Under Protocol and Ports , click Next Under Scope , click Next Under Action , select: ✔ Block the connection Click Next Under Profile , select: ✔ Domain ✔ Private ✔ Public Click Next Name the rule: Block Internet Browsing Click Finish ✔ This will instantly disable ALL internet access. 🟨 OPTIONAL: Allow exceptions If you want to allow EXCEPTIONS (example: allow only MT5, or allow Windows Update): Create a New Outbound Rule Select Program Browse to the app...

Block Browser Using Software Restriction Policy

Here are several alternative ways to block web browsers in Windows (Chrome, Edge, Firefox, etc.) without using the firewall method you mentioned earlier . Choose the method that best fits your need. 1 . Block Browser Using AppLocker (Windows Pro/Enterprise) Blocks the browser application from opening completely. Steps: Press Win + R , type: secpol.msc Go to: Application Control Policies → AppLocker → Executable Rules Right-click → Create New Rule Select: Deny User = Standard user (not Admin) Choose Path : Chrome: C:\Program Files\Google\Chrome\Application\chrome.exe Edge: C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe Firefox: C:\Program Files\Mozilla Firefox\firefox.exe Apply. Result: User cannot open the browser. Admin still can. 2 . Block Browser Using Software Restriction Policy For Windows Pro. Steps: Press Win + R , type: gpedit.msc Navigate to: Computer Configuration → Windows Settings → Security Settings → Soft...

Hide Local Disk (C:) in Windows Server 2022 (Cloud Server)

 To hide Local Disk (C:) in Windows Server 2022 (Cloud Server) for normal users but keep it accessible to Administrator, you have several options. Since you're using a cloud server (likely via RDP), the safest way is through Group Policy + NTFS permissions . ✅ METHOD 1 – Hide C: Drive via Group Policy (Recommended) This hides the drive from File Explorer but doesn’t fully block access unless combined with permissions. 🔹 Step 1: Open Local Group Policy Press Win + R Type: gpedit.msc Press Enter 🔹 Step 2: Navigate to User Configuration → Administrative Templates → Windows Components → File Explorer 🔹 Step 3: Enable These Policies Hide these specified drives in My Computer Set to: ✅ Enabled Choose: Restrict C drive only Prevent access to drives from My Computer Set to: ✅ Enabled Choose: Restrict C drive only Click Apply → OK. 🔹 Step 4: Apply Policy Open Command Prompt as Administrator and run: gpupdate /force ⚠ Important This affects the current user configuration . I...