commit 1a834b1ce3315039eded3e66071b63c47b9816fe
parent 71c720eb89d93e96d59a2d9c85ac549c9a33d340
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 3 Jan 2015 11:33:44 +0100
cleanup code
Diffstat:
2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/google_plus.php b/google_plus.php
@@ -1,3 +0,0 @@
-<link href="path-to-file/social-sharing.css" rel="stylesheet">
-
-<a href="https://plus.google.com/share?url=" title="Share on Google+" target="_blank" class="btn btn-googleplus"><i class="fa fa-google-plus"></i> Google+</a>
-\ No newline at end of file
diff --git a/twitter.php b/twitter.php
@@ -1,11 +0,0 @@
-<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://test.de" data-text="Test" data-via="mtrnord">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>