Skip to content

Instantly share code, notes, and snippets.

@matt-barker
Last active October 15, 2020 10:00
Show Gist options
  • Save matt-barker/7f14d9f841ec3bd10e4ede5f6f0bedd4 to your computer and use it in GitHub Desktop.
Save matt-barker/7f14d9f841ec3bd10e4ede5f6f0bedd4 to your computer and use it in GitHub Desktop.
<!--Testimonials-->
<!--
float > this can be either "left" or "right" to float the testimonial left or right. If you leave this out, it will default to the left. To keep things neat and stop text from getting squashed, the testimonial is only floated on desktop displays wider than 768px
text > this is the main body of the testimonial
name > this is the name of the client
background > this is the background colour of the testimonial box. If you leave this out, it will default to white.
-->
[team-testimonial float="right" text="The main testimonial text" name="The client name" background="#fff"]
<!--Read More Links-->
<!--
Title (optional) > This sets a custom title for the link. If you leave it out, it will just say ‘Further Reading’
Float (optional) > which side to float the link box. If you leave it out it will default to left.
Postnumber (required) > this is the post ID number of the blog post you want to link to. You can get it from the title bar when editing the blog post, it’s the bit after ‘Post=’
-->
[further-reading postnumber=12345 title="Read More" float="left"]
<!--Clickable Phone Numbers-->
<a href="tel:01142496776">Call Us</a>
<!--Highlight Box (grey box)-->
<div class="highlight">
Text for the box goes in here
</div>
<!-- Hoowla code -->
<div class="hoowla-wrapper">
<div class="hoowla-quote" data-id="1509742-2" data-buying-buy-to-let-or-2nd-home="true" data-buying-help-to-buy-isa="true" data-buying-help-to-buy-scheme="true" data-buying-leasehold="true" data-buying-new-build="true" data-buying-shared-ownership="true" data-buying-unregistered="true" data-remortgage-leasehold="true" data-remortgage-shared-ownership="true" data-remortgage-transfer-of-equity="true" data-selling-leasehold="true" data-selling-mortgaged="true" data-selling-shared-ownership="true" data-text="Free Conveyancing Quote" data-color="white" data-text-color="#f89828" data-size="small" data-form-color="#F89829" data-form-text-color="#404041" data-form-button-color="#F89829" data-form-button-text-color="white"></div>
<script>
!function() {
var s = document.createElement('script'); s.type='text/javascript'; s.async=true;
s.src = 'https://cdn.hoowla.com/hoowla-quote-plugin-min.js';
var e = document.getElementsByTagName('script')[0]; e.parentNode.insertBefore(s, e);
}();
</script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment