From 3f7e39ddd44a6b717a5e1e9602f7995f5222e67a Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 13 Jul 2012 16:00:14 -0400 Subject: [PATCH] Use absolute URL for widget example (#41) --- www/%participant_id/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/%participant_id/index.html b/www/%participant_id/index.html index 898c5918c6..2e41d21d85 100644 --- a/www/%participant_id/index.html +++ b/www/%participant_id/index.html @@ -419,7 +419,7 @@

Embed

Use this code to embed a Gittip button on your website:

<iframe style="border: 0; margin: 0; padding: 0;"
-        src="/{{ username }}/widget.html" 
+        src="https://www.gittip.com/{{ username }}/widget.html" 
         width="48pt" 
         height="20pt" />
@@ -441,7 +441,7 @@

Embed

Here’s an example using whit537: