Embed a Meta/Facebook Pixel (Theme V3)
Part 1) Create Your Meta/Facebook Pixel in Facebook Business Manager
- If you are new to Facebook Business Manager for instruction, please review
Meta’s Create a Facebook Pixel Guide
Part 2) Embed Your Meta/Facebook Pixel

Step 1) Access Your CrowdFiber Website’s Markup Editor
- Copy your Meta/Facebook Pixel code.
- Log into your CrowdFiber website.
- Click the Settings link located in the left-hand rail of your Admin Dashboard.
- Select the Themes link located in the Settings drop-down menu.
- On the following Themes Page, in the Name column of your Themes Index, locate the row containing the theme that displays a blue oval containing the text “Default Theme.”
Step 2) Click the Actions button located in the far right-hand column of this row.
-
Select the Markup Editor link located in the Actions button drop-down menu.
See the screenshot below to view steps 5, 6, and 7.

Step 3) Add your Facebook/Meta Pixel to Your CrowdFiber HTML
-
You will need to embed your tracking script in two places:
- CrowdFiber Homepage (landing_template.liquid)
- CrowdFiber Registration panels (wide.applications.liquid file)

Step 4) CrowdFiber Homepage
-
In the markup editor file tree, click the “landing_pages” folder.
-
Click the “landing_template.liquid” file, located in the “landing_pages” folder.” (upon clicking this file, an HTML markup editor will open to the right of the list of markup folders).
-
In the HTML editor, paste your Facebook/Meta pixel script just below the opening
tag.
If you've embedded a Google Analytics tracking script into your markup, paste the Facebook/meta pixel script below the Google Analytics tracking script.
Paste the entire script into this section, from the opening to closing script tags ()

Step 5) CrowdFiber Registration Process
-
In the markup editor file tree, click the “registration_process” folder.
-
Click the “registration_template.liquid” file, located in the “landing_pages” folder.” (upon clicking this file, an HTML markup editor will open to the right of the list of markup folders).
-
In the HTML editor, paste your Facebook/Meta pixel script just below the opening
tag.
If you've embedded a Google Analytics tracking script into your markup, paste the Facebook/meta pixel script below the Google Analytics tracking script.
Paste the entire script into this section, from the opening to closing script tags ( < script > code </ script >)