/ Published in: PHP
URL: http://digwp.com/2010/01/google-maps-shortcode/
Expand |
Embed | Plain Text
//Google Maps Shortcode function fn_googleMaps($atts, $content = null) { "width" => '640', "height" => '480', "src" => '' ), $atts)); return '<iframe width="'.$width.'" height="'.$height.'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'.$src.'&output=embed"></iframe>'; } add_shortcode("googlemap", "fn_googleMaps"); [googlemap width="200" height="200" src="[url]"]
You need to login to post a comment.
