اضافة تحميل الفيديو
اضافة تحميل الفيديو
https://fbdownloader.net/
..................................
<div class="container mt-8">
<div class="row align-items-center">
<div class="col-12 col-lg-6 mb-5 mb-lg-0">
<h1 class="mt-8 mb-8 mb-lg-12">
<?php
if ($isDownloader) {
echo $pageTitle;
} else {
pll_e('Free Video Downloader');
}
?>
</h1>
<h2 class="lead mb-8 mb-lg-12">
<?php
if ($isDownloader && has_excerpt()) {
echo get_the_excerpt();
} else {
pll_e('Fast and free all in one video downloader');
}
?>
</h2>
<div class="alert alert-warning" role="alert" id="alert" style="display: none"></div>
<div class="d-flex flex-wrap" id="download-form">
<input id="url" type="url" name="url" class="form-control w-100"
placeholder="<?php pll_e('Paste a video URL'); ?>"
aria-label="<?php pll_e('Paste a video URL'); ?>">
<input id="token" type="hidden" name="token" value="<?php echo $_SESSION['token']; ?>">
<button class="mt-4 btn btn-primary btn-block me-4" <?php echo $onclick; ?> id="downloadBtn">
<?php pll_e('Download'); ?>
</button>
<button class="mt-4 btn btn-secondary btn-block me-4"
id="pasteBtn"><?php pll_e('Paste from clipboard'); ?>
</button>
</div>
<div class="mt-1"><?php echo get_option('aiodl_ad_area_1'); ?></div>
</div>
<div class="col-12 col-lg-6 position-relative d-none d-lg-flex">
<?php
if ($showFeaturedImage && $headerImage == '') {
?>
<img class="d-none d-lg-block position-absolute top-0 end-0 mt-5"
src="<?php echo $themeUrl; ?>/assets/icons/dots/yellow-dot-right-shield.svg" alt="">
<img class="position-relative img-fluid"
src="<?php echo $themeUrl; ?>/assets/images/header.webp"
alt="">
<img class="d-none d-lg-block position-absolute bottom-0 start-0 mb-5"
src="<?php echo $themeUrl; ?>/assets/icons/dots/blue-dot-left-bars-2.svg" alt="">
<?php } else if ($showFeaturedImage) { ?>
<img class="position-relative img-fluid" src="<?php echo $headerImage; ?>"
alt="<?php echo $pageTitle; ?>">
<?php } ?>
</div>
</div>
</div>


0 commentaires:
Enregistrer un commentaire
Abonnement Publier les commentaires [Atom]
<< Accueil