From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: embed an iframe behind a presentation? Date: Tue, 4 Oct 2011 13:11:01 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB8WH-000455-EL for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 13:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RB8WF-0003QO-PK for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 13:11:05 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:47695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RB8WF-0003QI-DQ for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 13:11:03 -0400 Received: by yxi19 with SMTP id 19so851450yxi.0 for ; Tue, 04 Oct 2011 10:11:01 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi everyone, I don't think this is really an org question, but, well, here I am and I hope someone can help. I use org-html5presentation.el (this one, I'm pretty sure: https://github.com/twada/org-html5presentation.el) to generate html5 presentations from org outlines; I do this for my lecture notes, and the exported files look like this: http://www.mercey.org/03-public-sphere.html I thought it might be fun to embed a twitter feed in the slide background, so students can ask questions or have conversations about what we're doing while I talk. I had thought I'd just insert an iframe containing a twitter widget into the background somewhere. Unfortunately, I actually don't understand how these presentations are really produced, or how I would insert code into the background. Most of the formatting seems to be done in css, and the dynamic movements of the slides is triggered I guess somehow by javascript; but this is all html5 black magic to me. I'm not sure how I would, effectively, change the 'template' for the presentation to one that includes the appropriate iframe. Like I say, I'm not entirely sure this is an org question, but I'd still love some guidance if folks cna provide it. Thanks as always, Matt