Embed the Female Teacher Initiative's 8 Pillars progress on your website, blog, or social media to spread awareness and inspire action.
8 Pillars of Regeneration Progress
Recommended: This method loads the widget asynchronously and keeps it up-to-date automatically.
<!-- Female Teacher Initiative - Pillar Progress Widget -->
<div id="teacherworld-pillar-widget"></div>
<script>
(function() {
var script = document.createElement('script');
script.src = 'https://teacherworld.org/widget.js';
script.setAttribute('data-theme', 'light');
script.setAttribute('data-size', 'medium');
script.setAttribute('data-show-title', 'true');
script.async = true;
document.getElementById('teacherworld-pillar-widget').appendChild(script);
})();
</script>