Ursa Minor
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How can I embedd a google spreadsheet in a wp page?I would like to ask someone else for help regarding this matter.
Here’s a link to one of the plugins that turns Google spreadsheets into HTML in WP.
https://www.ads-software.com/extend/plugins/inline-google-spreadsheet-viewer/
[Unnecessary comments moderated]
Forum: Everything else WordPress
In reply to: How can I embedd a google spreadsheet in a wp page?Oh yes, they can, as long as the spreadsheet is turned into HTML or something like that.
Which is what I am trying to get help with.
Forum: Everything else WordPress
In reply to: How can I embedd a google spreadsheet in a wp page?I want the content of the spreadsheet to be searchable for search engines. Simply embedding it wouldn’t allow me to do that.
Forum: Fixing WordPress
In reply to: Does anyone know how to embed a Google Group iframe into a wp page?Hmm… Nope, I’ve tried it, doesn’t work.
This is the code I get from google groups:
<iframe id="forum_embed" src="javascript:void(0)" scrolling="no" frameborder="0" width="900" height="700"> </iframe> <script type="text/javascript"> document.getElementById('forum_embed').src = 'https://groups.google.com/forum/embed/?place=forum/NAMEOFMYFORUM' + '&showsearch=true&showpopout=true&showtabs=false' + '&parenturl=' + encodeURIComponent(window.location.href); </script>
And this is the error message I get:
This gadget has not been configured with a group to display, and no content has been selected. Please check the gadget configuration or the link that you followed to get here.
Forum: Fixing WordPress
In reply to: Does anyone know how to embed a Google Group iframe into a wp page?I mean embedding the whole Google Group through an iframe. The code is listed on the group admin page but it doesn’t work in wp.