<HTML>
<HEAD>
<TITLE>Re: [pmwiki-users] Embed Sporcle</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
On 15/03/11 1:14 PM, "Hans" <<a href="design5@softflow.co.uk">design5@softflow.co.uk</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Sunday, March 13, 2011, 7:51:11 AM, Mark Trumpold wrote:<BR>
<BR>
> Does anyone know how I can change this code to embed this sporcle game on my website<BR>
<BR>
> <iframe frameborder="0" scrolling="no" marginheight="0"<BR>
> marginwidth="0" id="spFrame"<BR>
> src="<a href="http://www.sporcle.com/framed/?gid=38ae49c090c&pid=0cbc0c029d4bc453d24975f38c84dc18">http://www.sporcle.com/framed/?gid=38ae49c090c&pid=0cbc0c029d4bc453d24975f38c84dc18</a>"<BR>
> width="860"></iframe><script type="text/javascript">function<BR>
> rIF(ht){document.getElementById("spFrame").height=parseInt(ht)+40;}</script><BR>
<BR>
you could create a  custom markup and put a directive for that into<BR>
the page. Something like this:<BR>
<BR>
in config:<BR>
<BR>
$SporcleFmt = '<BR>
  <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" id="spFrame" src="<a href="http://www.sporcle.com/framed/?gid=38ae49c090c&pid=0cbc0c029d4bc453d24975f38c84dc18">http://www.sporcle.com/framed/?gid=38ae49c090c&pid=0cbc0c029d4bc453d24975f38c84dc18</a>" width="860"></iframe><BR>
  <script type="text/javascript">function rIF(ht){document.getElementById("spFrame").height=parseInt(ht)+40;}</script><BR>
';<BR>
<BR>
Markup('sporcle', 'directives' '/\\(:sporcle:\\)/e',<BR>
 "Keep($SporcleFmt)";<BR>
<BR>
<BR>
in  a wiki page:<BR>
<BR>
(:sporcle:)<BR>
<BR>
<BR>
cheers<BR>
  ~Hans<BR>
<BR>
<BR>
Hi Hans<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Man you guys are good and fast ... <BR>
<BR>
Is there a way it could be site wide? From what I understand you saying is that it is a page only directive<BR>
<BR>
I plan on using them on various topics as a review for students.<BR>
<BR>
M<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>