Skip to content

Instantly share code, notes, and snippets.

@mmhan
Last active December 23, 2015 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmhan/6666440 to your computer and use it in GitHub Desktop.
Save mmhan/6666440 to your computer and use it in GitHub Desktop.
<?php
/**
* MMJDB Google docs form embedding
**/
function mmjdb_some_form(){
if(is_page('page_slug')){
echo '<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dE1GWmZYTDNpSG5CSkVRZWgtc0JyWHc6MQ" width="906" height="790" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>';
}
}
add_action( 'appthemes_before_page_content', 'mmmjdb_some_form');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment