Skip to content

Instantly share code, notes, and snippets.

@scottmagdalein
scottmagdalein / clickable-element.html
Last active March 15, 2023 18:01
Make the Mailchimp Subscriber popup appear on click
<!-- This is the HTML element that, when clicked, will cause the popup to appear. -->
<button id="open-popup">Subscribe to our mailing list</button>
@michaelhjulskov
michaelhjulskov / FrontController.php
Last active May 21, 2018 14:04
Add Canonical tag's to Prestashop
<?php
// Feel free to copy IF you create a href link that point to http://www.dyrefoder.dk from your google indexed website
// Thank you
// Michael Hjulskov
// www.dyrefoder.dk
class FrontController extends FrontControllerCore
{
public function init()
{