Use one snippet. Add it in:
Ghost Admin > Settings > Code Injection > Site Footer
These snippets apply to:
- Post Image Cover
- Post Image Hero
| <script> | |
| (function () { | |
| function init() { | |
| if (!window.jQuery) return; | |
| var $ = window.jQuery; | |
| var $btn = $('.js-load-cards'); | |
| var baseNextUrl = $('link[rel="next"]').attr('href'); | |
| if (!$btn.length || !baseNextUrl) return; |
| [{"from":"/blog","to":"/","permanent":true},{"from":"/buy-now","to":"/","permanent":true},{"from":"/contacts","to":"/","permanent":true},{"from":"/duncan_robertson_press.htm","to":"/","permanent":true},{"from":"/favorite-toolbar-in-tradingview","to":"/","permanent":true},{"from":"/five-day-trading-course-1","to":"/","permanent":true},{"from":"/forex-software","to":"/","permanent":true},{"from":"/forex-trading-courseaccumulationun","to":"/","permanent":true},{"from":"/free-trading-course","to":"/","permanent":true},{"from":"/free_daytrading_software.html","to":"/","permanent":true},{"from":"/gdpr-privacy-policy","to":"/","permanent":true},{"from":"/how-do-i-get-started-in-trading","to":"/","permanent":true},{"from":"/how-do-i-manage-risk-in-trading","to":"/","permanent":true},{"from":"/how-much-can-i-realistically-earn-from-trading","to":"/","permanent":true},{"from":"/how-much-do-you-need-to-start-trading","to":"/","permanent":true},{"from":"/how-to-avoid-common-trading-mistakes","to":"/","permanent":true},{" |
| <script> | |
| (function ($) { | |
| $(function () { | |
| var $btn = $('.js-load-cards'); | |
| if (!$btn.length) return; | |
| $btn.off('click.tripoliFix').off('click').on('click.tripoliFix', function (e) { | |
| e.preventDefault(); | |
| e.stopImmediatePropagation(); |
| <script> | |
| (function () { | |
| // Read the offset your theme computes into CSS | |
| function readOffset() { | |
| const v = getComputedStyle(document.documentElement) | |
| .getPropertyValue('--toc-scroll-offset').trim(); | |
| const n = parseInt(v, 10); | |
| return Number.isFinite(n) ? n : 16; | |
| } |
| { | |
| "Skip to content": "Aller au contenu", | |
| "Table of Contents": "Table des matières", | |
| "Page Not Found": "Page non trouvée", | |
| "Dark": "Sombre", | |
| "Light": "Lumière", | |
| "Search": "Rechercher", |
| <div class="c-section c-section--testimonials"> | |
| <div class="o-grid o-grid--2-columns"> | |
| <div class="c-card-testimonial"> | |
| <blockquote class="c-card-testimonial__text">Excellent support from the team behind the Aspire themes, if you decide to give it a try.</blockquote> | |
| <div class="c-card-testimonial__author"> | |
| <div class="c-card-testimonial__author__bio"> | |
| <p class="c-card-testimonial__author__name"><a href="#">Amelia Harry</a></p> | |
| <p class="c-card-testimonial__author__title">Engineer @Shopify</p> |
| <form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="FORM_ENDPOINT" method="post"> | |
| <fieldset id="fs-frm-inputs" style='border:0;'> | |
| <label for="full-name">Full Name</label> | |
| <input type="text" name="name" id="full-name" placeholder="First and Last" required=""><br> | |
| <label for="email-address">Email Address</label> | |
| <input type="email" name="_replyto" id="email-address" placeholder="email@email.com" required=""><br> | |
| <label for="message">Message</label> | |
| <textarea rows="5" name="message" id="message" placeholder="What is your inquiry or message?" required=""></textarea> | |
| <input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission"> | |
| </fieldset><br> |