Skip to content

Commit

Permalink
add iframes to test page to confirm iframe access behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Sep 27, 2015
1 parent d7d8eba commit 57802d0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,26 @@ <h1>Hello, world!</h1>
This text has a gradient
</div>
</div>

<div class="social">
<ul class="social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=Khan&amp;repo=tota11y&amp;type=watch&amp;count=true" width="95" height="20" title="Star on GitHub"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=Khan&amp;repo=tota11y&amp;type=fork&amp;count=true" width="86" height="20" title="Fork on GitHub"></iframe>
</li>
<li class="follow-btn">
<iframe id="twitter-widget-1" scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/follow_button.53db0107b4b6a3bad3794c3440f5809f.en.html#_=1433768369078&amp;dnt=false&amp;id=twitter-widget-1&amp;lang=en&amp;screen_name=tota11y&amp;show_count=true&amp;show_screen_name=true&amp;size=m" class="twitter-follow-button twitter-follow-button" title="Twitter Follow Button" data-twttr-rendered="true" style="position: static; visibility: visible; width: 190px; height: 20px;"></iframe>
</li>
<li class="tweet-btn">
<!--<iframe id="twitter-widget-0" scrolling="no" frameborder="0" allowtransparency="true" src="http://platform.twitter.com/widgets/tweet_button.54460a335ba528591a034cfb509bdf51.en.html#_=1433768369073&amp;count=horizontal&amp;dnt=false&amp;id=twitter-widget-0&amp;lang=en&amp;original_referer=http%3A%2F%2Fgetbootstrap.com%2F&amp;related=mdo%3ACreator%20of%20Bootstrap&amp;size=m&amp;text=Bootstrap%20%C2%B7%20The%20world%27s%20most%20popular%20mobile-first%20and%20responsive%20front-end%20framework.&amp;url=http%3A%2F%2Fgetbootstrap.com%2F&amp;via=getbootstrap" class="twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal" title="Twitter Tweet Button" data-twttr-rendered="true" style="position: static; visibility: visible; width: 97px; height: 20px;"></iframe>
-->
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://khan.github.io/tota11y" data-text="tota11y – an accessibility visualization toolkit by @KhanAcademy">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li>
</ul>
</div>
</div>
</div>

Expand Down

0 comments on commit 57802d0

Please sign in to comment.