Widget:IframeGoogleGroups: Difference between revisions
From CSDMS
Created page with "<noinclude>__NOTOC__ This widget allows you to embed a google group web page on your wiki page using an iframe_googlegroup tag. Created by Albert Kettner..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
frameborder="0" | frameborder="0" | ||
width="100%" | width="100%" | ||
height="700"> | height="<!--{$height|escape:'html'|default:700}-->"> | ||
</iframe> | </iframe> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
document.getElementById('forum_embed').src = | document.getElementById('forum_embed').src = | ||
'<!--{$ | 'https://groups.google.com/forum/embed/?place=forum/<!--{$id|escape:'urlpathinfo'}-->' | ||
+ '&showsearch=true&showpopout=true&showtabs=false' | + '&showsearch=true&showpopout=true&showtabs=false' | ||
+ '&parenturl=' + encodeURIComponent(window.location.href); | + '&parenturl=' + encodeURIComponent(window.location.href); | ||
</script></includeonly> | </script></includeonly> |
Latest revision as of 17:09, 8 March 2019
This widget allows you to embed a google group web page on your wiki page using an iframe_googlegroup tag.
Created by Albert Kettner
Using this widget
For information on how to use widget in general, see widget page on MediaWikiWidgets.org.
Copy to your site
To use this widget on your site, just install MediaWiki Widgets extension.