Skip to content

Commit

Permalink
Remove share/flattr buttons from about popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Thulin committed Dec 30, 2013
1 parent 258473a commit 4def5c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
18 changes: 5 additions & 13 deletions html/about.html
Expand Up @@ -5,14 +5,6 @@
<a class="ofm-power" href="http://www.official.fm"></a>
</div>

<div class="column">
<h2 class="translatable">Donate</h2>
<div class="donate">
<p class="translatable">Flattr donations are used to cover our server costs. Thank you!</p>
<iframe width="292" height="340" src="http://tools.flattr.net/widgets/thing.html?thing=186638&noheader=1"></iframe>
</div>
</div>

<div class="column">
<h2 class="translatable">Links</h2>
<div class="links">
Expand All @@ -26,15 +18,15 @@ <h2 class="translatable">Contact</h2>
<div class="links">
<a href="http://twitter.com/youtify" target="_blank">Twitter</a>
<a href="http://www.facebook.com/youtify" target="_blank">Facebook</a>
<a href="https://plus.google.com/+youtify" target="_blank">Google+</a>
<a href="mailto:youtify@youtify.com">youtify@youtify.com</a>
</div>

<h2 class="translatable">Share</h2>
<div class="share">
<div class="block facebook"><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2FYoutify&amp;send=false&amp;layout=box_count&amp;width=55&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:58px; height:90px;" allowTransparency="true"></iframe></div>
<div class="block twitter"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.youtify.com" data-text="Check out Youtify!" data-count="vertical" data-via="youtify">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div class="block gplus"><div class="g-plusone" data-size="tall" data-href="http://www.youtify.com"></div><script type="text/javascript">(function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();</script></div>
<h2 class="translatable">Donate</h2>
<div class="links">
<a href="http://flattr.com/profile/youtify" target="_blank">Flattr</a>
</div>

<script>
TranslationSystem.updateMarkup(TranslationSystem.translations);
</script>
Expand Down
1 change: 0 additions & 1 deletion html/index.html
Expand Up @@ -32,7 +32,6 @@
}(window, document));
</script>


<meta property="og:type" content="software"/>
<meta property="og:image" content="http://www.youtify.com/images/logo/logo_128x128.png"/>
<meta property="og:site_name" content="Youtify"/>
Expand Down
1 change: 0 additions & 1 deletion scripts/TopMenu.js
Expand Up @@ -38,7 +38,6 @@ var TopMenu = {
200: function(data) {
TopMenu.hasLoadedAboutPopupHtml = true;
$('#about-popup').html(data);
$('#about-popup .share iframe').css('height', '62px').css('width', '55px');
}
}
});
Expand Down
19 changes: 1 addition & 18 deletions styles/default.css
Expand Up @@ -1881,14 +1881,7 @@ body.fullscreen #bottom {
****************************************************************************/

#about-popup {
width: 626px;
vertical-align: top;
}
#about-popup .column {
width: 300px;
vertical-align: top;
display: inline-block;
margin: 0 5px
width: 310px;
}
#about-popup .logos {
height: 110px;
Expand Down Expand Up @@ -1924,16 +1917,6 @@ body.fullscreen #bottom {
height: 50px;
display: inline-block;
}
#about-popup .donate p {
margin-bottom: 10px;
background: url(/images/purple_heart.png) right bottom no-repeat;
text-align: left;
padding-right: 32px;
}
#about-popup div.share .block {
display: inline-block;
margin-right: 10px;
}
#about-popup div.links {
margin-bottom: 10px;
}
Expand Down

0 comments on commit 4def5c8

Please sign in to comment.