I'm currently running a Wordpress blog. It's part of a school blog, so unfortunately, I don't have the permissions to install any plugins. I've got a "contact form" set up as a Google Docs form. Right now, I have a page linking to the form. Is there any way that I can embed it directly in the page without having to install a plugin?
I'm currently running a Wordpress blog. It's part of a school blog, so unfortunately, I don't have the permissions to install any plugins. I've got a "contact form" set up as a Google Docs form. Right now, I have a page linking to the form. Is there any way that I can embed it directly in the page without having to install a plugin?
No, that's not possible. You can find a list of providers for embeddable coontent in wp-includes/class-oembed.php
:
'#https?://(www\.)?youtube/watch.*#i'
'http://youtu.be/*'
'http://blip.tv/*'
'#https?://(www\.)?vimeo\/.*#i'
'#https?://(www\.)?dailymotion\/.*#i'
'#https?://(www\.)?flickr\/.*#i'
'#https?://(.+\.)?smugmug\/.*#i'
'#https?://(www\.)?hulu\/watch/.*#i'
'#https?://(www\.)?viddler\/.*#i'
'http://qik/*'
'http://revision3/*'
'http://i*.photobucket/albums/*'
'http://gi*.photobucket/groups/*'
'#https?://(www\.)?scribd\/.*#i'
'http://wordpress.tv/*'
'#https?://(.+\.)?polldaddy\/.*#i'
'#https?://(www\.)?funnyordie\/videos/.*#i'
'#https?://(www\.)?twitter/.+?/status(es)?/.*#i'
'#https?://(www\.)?soundcloud\/.*#i'
'#https?://(www\.)?slideshare/*#'
'#http://instagr(\.am|am\)/p/.*#i'
Google is not in that list, so you have to ask the administrator.
You should be able to paste the HTML of the Google Docs iframe directly into the page by using the TEXT mode of the edit form (instead of the VISUAL) mode. That mode allows you to enter the HTML directly, while the WYSIWYG editor will either ignore it or treat it as text.