Skip to content

Instantly share code, notes, and snippets.

@crowdfundhq
Last active November 9, 2016 13:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
How to set up the Froala editor on existing CrowdfundHQ sites
<!-- How to set up the Froala editor (https://froala.com) on CrowdfundHQ (https://crowdfundhq.com) if it's not working -->
<!-- First go to Manage Site > Configuration > Settings > General and make sure Text Editor is set to Froala -->
<!-- Froala requires FontAwesome (http://fontawesome.io) and jQuery (https://jquery.com), install them if you don't have them already -->
<!-- Include jQuery by pasting the following line into Manage Site > Design > Scripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Include FontAwesome by pasting the following line into Manage Site > Design > Libraries -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" media="all" rel="stylesheet" type="text/css">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment