WordPress Embed Codes

Copy an iframe snippet and paste it into a WordPress page using a Custom HTML block.

All Certifications

Includes both Drain Cleaning and BSDI certified professionals.

iframe snippet
<iframe
  src="https://nassco-pro-find.base44.app/directory-embed"
  width="100%"
  height="900"
  frameborder="0"
  scrolling="auto"
  style="border:none;width:100%;min-height:900px;"
></iframe>

Drain Cleaning Only

Shows only Drain Cleaning certified professionals.

iframe snippet
<iframe
  src="https://nassco-pro-find.base44.app/directory-embed-drain-cleaning"
  width="100%"
  height="900"
  frameborder="0"
  scrolling="auto"
  style="border:none;width:100%;min-height:900px;"
></iframe>

BSDI Only

Shows only BSDI certified professionals.

iframe snippet
<iframe
  src="https://nassco-pro-find.base44.app/directory-embed-bsdi"
  width="100%"
  height="900"
  frameborder="0"
  scrolling="auto"
  style="border:none;width:100%;min-height:900px;"
></iframe>
How to embed in WordPress:
  1. Edit your WordPress page
  2. Add a Custom HTML block
  3. Paste the copied iframe code
  4. Publish or update the page
Note: You can adjust the height value (currently 900) to fit your page layout.