Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Use absolute URL for widget example (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 13, 2012
1 parent 7b4e86b commit 3f7e39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h2>Embed</h2>
<p>Use this code to embed a Gittip button on your website:</p>

<pre>&lt;iframe style="border: 0; margin: 0; padding: 0;"
src="/{{ username }}/widget.html"
src="https://www.gittip.com/{{ username }}/widget.html"
width="48pt"
height="20pt" /></pre>

Expand All @@ -441,7 +441,7 @@ <h2>Embed</h2>
<p>Here&rsquo;s an example using
<a href="/whit537/">whit537</a>:
<iframe style="border: 0; margin: 0 0 -3pt 3pt; padding: 0;"
src="/whit537/widget.html"
src="https://www.gittip.com/whit537/widget.html"
width="42pt"
height="20pt" />
</p>
Expand Down

0 comments on commit 3f7e39d

Please sign in to comment.