true)); if(501 == wp_remote_retrieve_response_code($response)) return new WP_Error('not-implemented'); if(! $body = wp_remote_retrieve_body($response)) return false; $data = json_decode(trim($body)); if(!is_object($data) || empty($data->type)) return false; if(!empty($data->html) && is_string($data->html)) return $data->html; return false; } wp_embed_register_handler('animoto', '#http://animoto.com/play/[a-zA-Z0-9]{22}#i', 'wp_embed_handler_animoto'); ?>