CMS Development

owenmelbz
Member | Partner
Member | Partner

Include remote files using HUBL?

SOLVE

Hi,

 

Is it possible without AJAXing in to include a remote file onto your HUBL template?

 

e.g. in PHP we might do...

 

 

<div class="customer-logos">
    <?php echo file_get_contents('https://mywebsite.com/customer-logos.html'); ?>
</div>

 


This will print the contents of the `customer-logos.html` within the webpage.

 

Really we're looking for a way to import certain components from our website into some HubSpot forms.

 

Thanks

0 Upvotes
2 Accepted solutions
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Include remote files using HUBL?

SOLVE

@owenmelbz - This would be soooo helpful, especially if you would like to digest a raw json file from an external source with hubl...

I have yet to see this functionality.

 

View solution in original post

stefen
Solution
Key Advisor | Partner
Key Advisor | Partner

Include remote files using HUBL?

SOLVE

@dennisedson @owenmelbz @tjoyce you can use the standard `{% include %}` function for that but it only works for hubl files. Remote files would be cool but I know that opens up some potential security issues.

Stefen Phelps, Community Champion, Kelp Web Developer

View solution in original post

3 Replies 3
stefen
Solution
Key Advisor | Partner
Key Advisor | Partner

Include remote files using HUBL?

SOLVE

@dennisedson @owenmelbz @tjoyce you can use the standard `{% include %}` function for that but it only works for hubl files. Remote files would be cool but I know that opens up some potential security issues.

Stefen Phelps, Community Champion, Kelp Web Developer
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Include remote files using HUBL?

SOLVE

@owenmelbz - This would be soooo helpful, especially if you would like to digest a raw json file from an external source with hubl...

I have yet to see this functionality.

 

dennisedson
HubSpot Product Team
HubSpot Product Team

Include remote files using HUBL?

SOLVE

Hey @owenmelbz 

Welcome to the Community!

@stefen , @tjoyce  what do you think about this?

0 Upvotes