Skip to content

Instantly share code, notes, and snippets.

@jmariano13
Created August 14, 2013 17:20
Show Gist options
  • Select an option

  • Save jmariano13/6233253 to your computer and use it in GitHub Desktop.

Select an option

Save jmariano13/6233253 to your computer and use it in GitHub Desktop.
Optimizely
Inside Functions File:
add_action( 'genesis_meta', 'add_optimizely', 1 );
function add_optimizely(){
?>
<script src="//cdn.optimizely.com/js/264810639.js"></script>
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment