Is there a way to embed a Google Docs form in a page without using plugins?

admin2025-05-31  0

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?

Share Improve this question asked Mar 27, 2013 at 5:48 Joey EremondiJoey Eremondi 1034 bronze badges 5
  • Are you okay with a simple iframe? sites.google/site/mori79/html-gadgets/how-tos/embed-docs – tfrommen Commented Mar 27, 2013 at 8:26
  • I tried, but no luck, it wouldn't show up. Is there a way to embed iframes without plugins? – Joey Eremondi Commented Mar 27, 2013 at 21:16
  • Why would you need a plugin for a simple iframe? – tfrommen Commented Mar 27, 2013 at 21:25
  • I have no idea, but when I try putting the iframe into the html, wordpress erases it. How do you insert an iframe in wordpress? Maybe I'm doing it wrong. – Joey Eremondi Commented Mar 27, 2013 at 22:40
  • Only administrators can embed iframes etc. directly (for security reasons), but anyone can use the new oEmbed feature providing it's a URL for one of around 30 websites. (That page explains how to add other sites to the list, but of course you need admin access to do so.) – William Turrell Commented Apr 7, 2015 at 19:34
Add a comment  | 

2 Answers 2

Reset to default 1

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.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748627504a313629.html

最新回复(0)