Bookmarklet (fixes #10)
This commit is contained in:
parent
f5b0c7a645
commit
bce27d7c2e
1 changed files with 24 additions and 3 deletions
27
footer.php
27
footer.php
|
@ -1,13 +1,34 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Footer
|
||||||
|
*
|
||||||
|
* PHP Version 5.3.10
|
||||||
|
*
|
||||||
|
* @category Youtube-dl
|
||||||
|
* @package Youtubedl
|
||||||
|
* @author Pierre Rudloff <contact@rudloff.pro>
|
||||||
|
* @author Olivier Haquette <contact@olivierhaquette.fr>
|
||||||
|
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
|
||||||
|
* @link http://rudloff.pro
|
||||||
|
* */
|
||||||
|
$baseURL = 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['REQUEST_URI']);
|
||||||
|
?>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer_wrapper">
|
<div class="footer_wrapper">
|
||||||
Code by <a rel="author" target="blank" itemprop="author" href="http://rudloff.pro/">Pierre Rudloff</a>
|
Code by <a rel="author" target="blank" itemprop="author"
|
||||||
|
href="http://rudloff.pro/">Pierre Rudloff</a>
|
||||||
· Design by
|
· Design by
|
||||||
<a rel="author" itemprop="author" target="blank" href="http://olivierhaquette.fr">Olivier Haquette</a>
|
<a rel="author" itemprop="author" target="blank"
|
||||||
|
href="http://olivierhaquette.fr">Olivier Haquette</a>
|
||||||
·
|
·
|
||||||
<a target="_blank" href="https://www.facebook.com/pages/AllTube-Download/571380966249415" title="AllTube Download on Facebook">Like us on Facebook</a>
|
<a target="_blank"
|
||||||
|
href="https://www.facebook.com/pages/AllTube-Download/571380966249415"
|
||||||
|
title="AllTube Download on Facebook">Like us on Facebook</a>
|
||||||
·
|
·
|
||||||
<a href="https://github.com/Rudloff/alltube">Get the code</a>
|
<a href="https://github.com/Rudloff/alltube">Get the code</a>
|
||||||
·
|
·
|
||||||
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
|
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
|
||||||
|
·
|
||||||
|
<a href="javascript:window.location='<?php echo $baseURL; ?>/api.php?url='+location.href;">Bookmarklet</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue