mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Remove the twitter/g+ js from the main page
This commit is contained in:
parent
cb2fa9deb4
commit
b0ad3852ab
@ -40,27 +40,7 @@ colin@robohash.org
|
||||
$("#wrapper a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',theme:'facebook',slideshow:5000, autoplay_slideshow: true});
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- *************************************************************************
|
||||
*****************TWITTER FEED CHANGE THE USERNAME HERE! ********************
|
||||
************************************************************************** -->
|
||||
|
||||
<script type='text/javascript'>
|
||||
$(document).ready(function(){
|
||||
$(".tweet").tweet({
|
||||
username: "robohash",
|
||||
join_text: "auto",
|
||||
avatar_size: 0,
|
||||
count: 1,
|
||||
auto_join_text_default: "",
|
||||
auto_join_text_ed: "we",
|
||||
auto_join_text_ing: "we were",
|
||||
auto_join_text_reply: "we replied to",
|
||||
auto_join_text_url: "we were checking out",
|
||||
loading_text: "loading tweets..."
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<!-- *************************************************************************
|
||||
@ -578,10 +558,8 @@ Robohash.org" or something.
|
||||
|
||||
<!-- start of footer right -->
|
||||
<div id="footer_right">
|
||||
<iframe src="//www.facebook.com/plugins/like.php?app_id=129748100442677&href=Robohash.org&send=false&layout=standard&width=450&show_faces=true&action=like&colorscheme=dark&font=trebuchet+ms&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
|
||||
|
||||
<span class="follow"><a href="http://www.twitter.com/robohash" class="fade" title="Clicking on this will replace your cat with a robot.">Follow Us</a></span>
|
||||
<g:plusone size="small" href="RoboHash.org"></g:plusone>
|
||||
|
||||
<div class="tweet"></div>
|
||||
|
||||
@ -591,20 +569,5 @@ Robohash.org" or something.
|
||||
|
||||
</div><!-- end of footer wrapper -->
|
||||
|
||||
|
||||
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17094384-3']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user