–>
<!–
/* Make the youtube video responsive */
.iframe-container{position:relative;width:100%;padding-bottom:56.25%;height:0}.iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
–>
साथ ही आप बड़े साइज में फोटो और वीडियो भी भेज सकते हैं। आप आसानी से GB WhatsApp एप्लिकेशन पर प्राइवेसी सेटिंग्स भी सेट कर सकते हैं। जीबी व्हाट्सएप एक सुविधा भी प्रदान करता है जो ऑनलाइन स्थिति को ऑफ़लाइन प्रदर्शित कर सकता है।
GB WhatsApp को थर्ड पार्टी बनाया जाता है। यह संशोधित एप्लिकेशन Play Store में नहीं है क्योंकि इसे अवैध के रूप में वर्गीकृत किया गया है। आप केवल एक वेब ब्राउज़र के माध्यम से डाउनलोड कर सकते हैं और फिर अपने सेलफ़ोन पर मैन्युअल रूप से GB WhatsApp इंस्टॉल कर सकते हैं।
जीबी व्हाट्सएप यूजर्स के लिए कई जोखिम हैं जिन्हें पहचानने की जरूरत है। उनमें से एक यह है कि जीबी व्हाट्सएप उपयोगकर्ता स्थायी रूप से प्रतिबंधित हो सकते हैं।
Ruang Tekno अनुशंसा करता है कि आप दैनिक उपयोग के लिए मूल WhatsApp का उपयोग करें। GB WhatsApp डाउनलोड करें, इसकी विशेषताओं को आज़माने के लिए केवल मनोरंजन के लिए। आप इस लिंक पते तक पहुंच सकते हैं: https://gbpluspro.net/fouad-gbwhatsapp-apk-latest/
डाउनलोड लिंक और Android फ़ोन पर GB WA कैसे स्थापित करें
जीबी व्हाट्सएप डाउनलोड करने के लिए सात कदम उठाने होंगे और फिर इसे अपने सेलफोन पर मैन्युअल रूप से इंस्टॉल करना होगा। नीचे दिए गए निर्देशों का पालन करें:
1. GB WA पता खोलें (https://gbpluspro.net/fouad-gbwhatsapp-apk-latest/)
2. मीडियाफायर में लॉग इन करें।
3. नीले डाउनलोड बटन पर क्लिक करें
4. GB WA डाउनलोड प्रक्रिया को GBPlusPro से सेलफ़ोन पर संग्रहीत करने के लिए प्रतीक्षा करें
5. सेलफोन पर संग्रहीत एपीके फ़ाइल खोजें
6. एचपी में इंस्टॉल करने के लिए क्लिक करें
7. पूरा करने के लिए निर्देशों का पालन करें
आपको कामयाबी मिले
आप भी पढ़ें
पूरे इंडोनेशिया में 2023 के लिए रमजान उपवास अनुसूची, पीडीएफ डाउनलोड करें
जीबी व्हाट्सएप (डब्ल्यूए जीबी) 2023 के लिए डाउनलोड लिंक, केवल 42.7 एमबी
SssTikTok पर सहूर अलार्म टिकटॉक वीडियो को MP3 में कैसे डाउनलोड करें
GB WA (GB Whatsapp) के आधिकारिक प्रो नए संस्करण 2023 के लिए डाउनलोड लिंक
Y2Mate: YouTube वीडियो डाउनलोड करें, MP3 में कन्वर्ट करें, HP पर मुफ्त में गाने सेव करें
MP3 जूस: मुफ्त Youtube लिंक का उपयोग करके MP3 गाने डाउनलोड करें
function hover_rnetwork() {
$(‘.wrapper’).hover(function() {
$(‘div.show-network’).hide();
});
$(‘.r-network a’).hover(function() {
$(‘div.show-network’).show();
}, );
};
hover_rnetwork();
function myFunction() {
document.getElementById(“myNetwork”).classList.toggle(“show”);
}
var ScrollDebounce = true;
var page = 1;
var total_pages = 5;
function sticky_relocate() {
if ($(“.top-sticky”).length > 0) {
var window_top = $(window).scrollTop();
var footer_top = $(“.foot”).offset().top;
var div_top = $(‘.top-sticky’).offset().top;
var div_height = $(“.popular”).height();
if (window_top + div_height > footer_top)
$(‘.popular’).removeClass(‘popular-sticky’);
else if (window_top > div_top) {
$(‘.popular’).addClass(‘popular-sticky’);
} else {
$(‘.popular’).removeClass(‘popular-sticky’);
}
}
}
function scrool_menu() {
$(window).scroll(function() {
if ($(window).scrollTop() > 300) {
$(‘.header-fix’).slideDown(‘.header-fix-fiew’);
} else {
$(‘.header-fix’).slideUp(‘.header-fix-fiew’);
}
});
}
/*Load more Function*/
function loadData(page, ajaxURL) {
$(“.loader”).css(“display”, “block”);
$.ajax({
method: “POST”,
url: ” + ajaxURL,
data: {
page: page,
kid: 0 }
})
.done(function(content) {
ScrollDebounce = true;
$(“.loader”).css(“display”, “none”);
$(“#posts-infinite”).append(content);
});
}
function openNav() {
document.getElementById(“mySidenav”).style.width = “350px”;
}
function closeNav() {
document.getElementById(“mySidenav”).style.width = “0”;
}
function openSearch() {
document.getElementById(“myOverlay”).style.display = “block”;
}
// tambahsearch
function closeSearch() {
document.getElementById(“myOverlay”).style.display = “none”;
}
function show_debug_width() {
var debug_show = false;
var debug_console = false;
$(‘body’).prepend(‘
| | rules css:
‘);
$(“span#wdt”).html(“width: ” + $(window).width());
$(“span#hgt”).html(“height: ” + $(window).height());
if (debug_console) {
var rule = “”;
$(‘#rule_css’).each(function() {
rule = window.getComputedStyle(this, ‘:after’).content;
});
console.log($(‘#info_css’).text() + ‘ ‘ + rule);
}
$(window).resize(function() {
$(“span#wdt”).html(“width: ” + $(window).width());
$(“span#hgt”).html(“height: ” + $(window).height());
if (debug_console) {
var rule = “”;
$(‘#rule_css’).each(function() {
rule = window.getComputedStyle(this, ‘:after’).content;
});
console.log($(‘#info_css’).text() + ‘ ‘ + rule);
}
});
}
$(‘document’).ready(function() {
show_debug_width();
hover_video();
//scrool_header();
function hover_video() {
$(‘div.video-cover’).hover(function() {
$(this).find(‘div.overplay’).show();
$(‘div.video-cover img’).css({
“opacity”: “0.9”
});
});
}
$(window).scroll(sticky_relocate);
$(window).scroll(scrool_menu);
sticky_relocate();
scrool_menu();
function scrool_header() {
$(window).scroll(function() {
if ($(window).scrollTop() > 60) {
$(‘.header’).slideDown();
$(‘.header’).css({
“position”: “fixed”,
“z-index”: “99”,
“top”: “0”,
“left”: “0”,
“background”: “#fff”,
“box-shadow”: “2px 2px 2px 2px rgba(0,0,0,0.1)”
});
} else {
$(‘.header’).css({
“position”: “relative”,
“box-shadow”: “none”
});
}
});
}
//$(“.share_it”).html(‘SHARE ‘);
// $(‘.share-open-click’).click(function() {
// $(‘.share-open-fix’).slideToggle();
// });
if ($(“.twitter-tweet , .twitter-video “).length > 0)
$(“”.attr({ type: ‘text/javascript’, src: ‘ }).prependTo(“head”); if ($(.instagram-media”).length > 0) $(“”).attr({
type: ‘text/javascript’,
src: ‘//platform.instagram.com/en_US/embeds.js’
}).prependTo(“head”);
window.fbAsyncInit = function() {
FB.init({
appId: ‘417808724973321’,
xfbml: true,
version: ‘v4.0’
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement(s);
js.id = id;
js.src = ”
fjs.parentNode.insertBefore(js, fjs);
}
(document, ‘script’, ‘facebook-jssdk’));
$(“.share_it a,.share-open-fix li”).on(“click”, function() {
url = window.location.href;
s = $(this).attr(“data-text”); //parents(“div.blok_quot”).children(“div.blog-post-actions”).children(“div.pull-left”).text().replace(/[^a-z0-9s]/gi, ”).replace(/[_s]/g, ‘+’);
c = $(this).attr(“data-url”); //$(this).parents(“div.blok_quot”).children(“div.quote-text”).text().replace(/[^a-z0-9s]/gi, ”).replace(/[_s]/g, ‘+’);
content = c + ” – ” + s;
if ($(this).children().hasClass(“fa-facebook”)) {
img = document.querySelector(“meta[property=’og:image’]”).getAttribute(“content”);
FB.ui({
method: ‘share_open_graph’,
action_type: ‘og.shares’,
action_properties: JSON.stringify({
object: {
‘og:url’: url,
‘og:title’: “”,
‘og:description’: c,
‘og:og:image:width’: ‘640’,
‘og:image:height’: ‘428’,
‘og:image’: img
}
})
});
console.log(img);
} else if ($(this).children().hasClass(“fa-twitter”)) {
window.open(” + content);
} else if ($(this).children().hasClass(“fa-whatsapp”)) {
//
window.open(” + content);
//window.open(“whatsapp://send?text=” + content);s
} else if ($(this).children().hasClass(“fa-line”)) {
//
window.open(“line://msg/text/=” + content);
} else if ($(this).children().hasClass(“fa-link”)) {
//
var copyText = document.getElementById(“myInput”);
$(“#myInput”).show();
/* Select the text field */
copyText.select();
copyText.setSelectionRange(0, 99999); /*For mobile devices*/
/* Copy the text inside the text field */
document.execCommand(“copy”);
$(“#myInput”).hide();
/* Alert the copied text */
alert(“URL telah disalin: ” + copyText.value);
}
return false;
});
});
$(‘.sosmed-popup’).click(function() {
url = $(this).attr(‘rel’);
window.open(url, “_blank”, “toolbar=no, scrollbars=no, resizable=yes, top=500, left=500, width=500, height=400”);
});
$(function() {
if (document.location.href.indexOf(‘#login’) > -1) {
console.log(“AAAA”);
$(‘#login’).modal(‘show’);
}
});
Related