Folks,
I understand if you have an embed snipit it should be easy to install, for
example this one for a Google Forum
<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/tiddlywiki-by-psat'
+ '&showsearch=true&showpopout=true&showtabs=false'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
I understood that a tiddler containing
<script type="text/javascript">
document.getElementById('forum_embed').src =
'https://groups.google.com/forum/embed/?place=forum/tiddlywiki-by-psat'
+ '&showsearch=true&showpopout=true&showtabs=false'
+ '&parenturl=' + encodeURIComponent(window.location.href);
</script>
tagged $:/tags/RawMarkup would place this inside the header and register
the javascript
Then visiting a tiddler containing
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
</iframe>
Would embed the forum, unfortunately it is an empty window
Is there any guidance you can give for me to make this instance work, and
ideally any such examples so I may document it?
Thanks in Advance
Tony
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywikidev/e1e12bf2-3341-4847-8ab0-18dcb333e075%40googlegroups.com.