How to add script to just the about page?

jamescox1981
Shopify Partner
58 0 12

Hi Guys

I have a pop up email sign up form script that i would like to add to just my about page.

Does someone know how to add this script to just the about page?

Script:

<script src="https://fibsupplements.activehosted.com/f/embed.php?id=19" type="text/javascript" charset="utf-8"></script>

 

Many thanks! 

Replies 2 (2)
AlexEffron
Shopify Partner
2683 387 1052

Go to the page which you made for about page. And paste this line at the top

jamescox1981
Shopify Partner
58 0 12

I figured it out:

{% if handle contains 'about' %}
  <script src="https://fibsupplements.activehosted.com/f/embed.php?id=19" type="text/javascript" charset="utf-8"></script>
{% endif %}

  

I added this to my page template liquid file.