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 |
||
| Line 19: | Line 19: | ||
<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> | ||
Revision as of 16:02, 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.
