{"id":17966,"date":"2026-02-10T14:22:26","date_gmt":"2026-02-10T14:22:26","guid":{"rendered":"https:\/\/egytranscript.com\/ar\/?page_id=17966"},"modified":"2026-02-10T14:22:26","modified_gmt":"2026-02-10T14:22:26","slug":"wapp","status":"publish","type":"page","link":"https:\/\/egytranscript.com\/ar\/wapp\/","title":{"rendered":"wapp"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html><br \/>\n<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script id="bv-lazyload-iframe" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var bv_load_iframe_on_user_action=!0,BV_DEBUG_MODE=!1;function bvDebugLog(...args){BV_DEBUG_MODE&&console.log(...args)}__name(bvDebugLog,"bvDebugLog");var bv_iframe_lazyload_events=["mousemove","click","keydown","wheel","touchmove","touchend"],bv_load_event_executed=!1,bv_user_action_performed=!1;window.addEventListener("load",()=>{bv_load_event_executed=!0,handle_lazyload_iframes()});for(const event of bv_iframe_lazyload_events)window.addEventListener(event,handle_lazyload_events,{once:!0});function handle_lazyload_events(){for(const event of bv_iframe_lazyload_events)window.removeEventListener(event,handle_lazyload_events);bv_user_action_performed=!0,handle_lazyload_iframes()}__name(handle_lazyload_events,"handle_lazyload_events");function set_iframe_element_src(iframe_element){let src_value=iframe_element.getAttribute("bv-data-src");src_value?(src_value.includes("autoplay=1")&&(src_value+="&mute=1"),iframe_element.setAttribute("src",src_value)):bvDebugLog("IFRAME_SRC_NOT_FOUND : "+entry)}__name(set_iframe_element_src,"set_iframe_element_src");function handle_lazyload_iframes(){if(!bv_load_iframe_on_user_action&&bv_load_event_executed||bv_load_iframe_on_user_action&&bv_user_action_performed&&bv_load_event_executed)if("IntersectionObserver"in window){let handleIframes2=function(entries){entries.map(entry2=>{entry2.isIntersecting&&(set_iframe_element_src(entry2.target),iframe_observer.unobserve(entry2.target))})};var handleIframes=handleIframes2;__name(handleIframes2,"handleIframes");const iframe_observer=new IntersectionObserver(handleIframes2);document.querySelectorAll(".bv-lazyload-iframe").forEach(iframe_element=>{iframe_observer.observe(iframe_element)})}else document.querySelectorAll(".bv-lazyload-iframe").forEach(iframe_element=>{set_iframe_element_src(iframe_element)})}__name(handle_lazyload_iframes,"handle_lazyload_iframes");
</script>

<script id="bv-image-optimization-runtime" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var bvDefaultImageObserverOptions={rootMargin:"200px 0px",threshold:.01},bvDefaultImageLazyObserver=null,bvDefaultImageMutationObserver=null,bvDefaultImageStylesheetScanStarted=!1,bvDelayedPseudoElementStylesheetScanStarted=!1,bvDefaultImageLazyloadEvents=["mousemove","click","keydown","wheel","touchmove","touchend"],bvDefaultImageOptimizedSuffix=".bv.webp",bvPseudoElementSelectorPattern=/::?(?:before|after)\b/i,bvUsedCssStyleSelector="style.bv-used-css",bvCriticalCssStyleSelector="style.bv-critical-css, style#bv-critical-css",bvNonCriticalCssStyleSelector="style:not(.bv-critical-css):not(#bv-critical-css)";function bvDecodeHtmlEntities(value){var textarea=document.createElement("textarea");return textarea.innerHTML=value||"",textarea.value}__name(bvDecodeHtmlEntities,"bvDecodeHtmlEntities");function bvDecodeBase64Value(value){try{return atob(value||"")}catch{return value||""}}__name(bvDecodeBase64Value,"bvDecodeBase64Value");function bvDecodeBase64Utf8Value(value){var binaryValue=bvDecodeBase64Value(value);if(typeof TextDecoder!="function")return binaryValue;try{for(var bytes=new Uint8Array(binaryValue.length),i=0;i<binaryValue.length;i++)bytes[i]=binaryValue.charCodeAt(i);return new TextDecoder("utf-8",{fatal:!0}).decode(bytes)}catch{return binaryValue}}__name(bvDecodeBase64Utf8Value,"bvDecodeBase64Utf8Value");function bvDecodeUriComponentValue(value){try{return decodeURIComponent(value||"")}catch{return value||""}}__name(bvDecodeUriComponentValue,"bvDecodeUriComponentValue");function bvDecodeResizedInfosValue(value){var decodedValue=bvDecodeHtmlEntities(value),base64DecodedValue=bvDecodeBase64Value(decodedValue);if(base64DecodedValue!==decodedValue&&bvParseResizedInfos(base64DecodedValue).length>0)return base64DecodedValue;var uriDecodedValue=bvDecodeUriComponentValue(decodedValue);return uriDecodedValue!==decodedValue&&bvParseResizedInfos(uriDecodedValue).length>0?uriDecodedValue:decodedValue}__name(bvDecodeResizedInfosValue,"bvDecodeResizedInfosValue");function bvSvgMetadata(value){if(!value||typeof value!="string"||value.indexOf("data:image/svg+xml")===-1)return null;var match=value.match(/base64,([^"')\s]+)/);if(!match||!match[1])return null;try{var svg=bvDecodeBase64Utf8Value(match[1]),urlMatch=svg.match(/\sbv-img-url="([^"]*)"/);if(!urlMatch||!urlMatch[1])return null;var resizedMatch=svg.match(/\sbv-resized-infos="([^"]*)"/);return{url:bvDecodeHtmlEntities(urlMatch[1]),resizedInfos:resizedMatch&&resizedMatch[1]?bvDecodeResizedInfosValue(resizedMatch[1]):""}}catch{return null}}__name(bvSvgMetadata,"bvSvgMetadata");function bvParseResizedInfos(resizedInfos){return resizedInfos?resizedInfos.split(";").reduce(function(result,entry){var parts=entry.split(":");if(parts.length<2)return result;var dimensions=(parts[1]||"").split("*"),width=parseInt(dimensions[0],10),height=parseInt(dimensions[1],10);return parts[0]&&width>0&&height>0&&result.push({token:parts[0],width,height}),result},[]):[]}__name(bvParseResizedInfos,"bvParseResizedInfos");function bvConfiguredOptimizedSuffix(){var suffix=(bvDefaultImageOptimizedSuffix||"").toLowerCase();return suffix===".bv.avif"||suffix===".bv.webp"?suffix:".bv.webp"}__name(bvConfiguredOptimizedSuffix,"bvConfiguredOptimizedSuffix");function bvSplitImageUrl(url){var path=url||"",hash="",query="",hashIndex=path.indexOf("#");hashIndex!==-1&&(hash=path.slice(hashIndex),path=path.slice(0,hashIndex));var queryIndex=path.indexOf("?");return queryIndex!==-1&&(query=path.slice(queryIndex),path=path.slice(0,queryIndex)),{path,query,hash}}__name(bvSplitImageUrl,"bvSplitImageUrl");function bvOptimizedSuffixFromPath(path){var match=(path||"").match(/\.bv\.(webp|avif)$/i);return match?match[0]:""}__name(bvOptimizedSuffixFromPath,"bvOptimizedSuffixFromPath");function bvPathExtension(path){var match=(path||"").match(/\.([^\/.]+)$/);return match?match[1].toLowerCase():""}__name(bvPathExtension,"bvPathExtension");function bvPathWithoutExtension(path){return(path||"").replace(/(\.[^\/.]+)$/,"")}__name(bvPathWithoutExtension,"bvPathWithoutExtension");function bvBuildResizedImageUrl(baseUrl,token){if(!baseUrl||!token)return"";var parts=bvSplitImageUrl(baseUrl),optimizedSuffix=bvOptimizedSuffixFromPath(parts.path),suffix=optimizedSuffix||bvConfiguredOptimizedSuffix(),originalPath=optimizedSuffix?parts.path.slice(0,-optimizedSuffix.length):parts.path,extension=bvPathExtension(originalPath),resizedPath="",tokenMatch=null;if(tokenMatch=token.match(/^(\d+)(?:\.([a-z0-9]+))?$/i)){if(extension=(tokenMatch[2]||extension||"").toLowerCase(),!extension)return"";resizedPath=bvPathWithoutExtension(originalPath)+"-"+tokenMatch[1]+"."+extension}else if(tokenMatch=token.match(/^(bv_resized_[a-z0-9_]+)(?:\.([a-z0-9]+))?$/i)){if(extension=(tokenMatch[2]||extension||"").toLowerCase(),!extension)return"";resizedPath=originalPath+"."+tokenMatch[1]+"."+extension}else return"";return resizedPath+suffix+parts.query+parts.hash}__name(bvBuildResizedImageUrl,"bvBuildResizedImageUrl");function bvBuildOptimizedImageUrl(baseUrl){if(!baseUrl)return"";var parts=bvSplitImageUrl(baseUrl);return bvOptimizedSuffixFromPath(parts.path)||!bvPathExtension(parts.path)?baseUrl:parts.path+bvConfiguredOptimizedSuffix()+parts.query+parts.hash}__name(bvBuildOptimizedImageUrl,"bvBuildOptimizedImageUrl");function bvRenderedImageRequirements(element){var rect=element&&element.getBoundingClientRect?element.getBoundingClientRect():{width:0,height:0},dpr=Math.max(1,window.devicePixelRatio||1),renderedWidth=Math.ceil(rect.width||element&&(element.clientWidth||element.offsetWidth)||0),renderedHeight=Math.ceil(rect.height||element&&(element.clientHeight||element.offsetHeight)||0);return{width:renderedWidth>0?Math.ceil(renderedWidth*dpr):0,height:renderedHeight>0?Math.ceil(renderedHeight*dpr):0}}__name(bvRenderedImageRequirements,"bvRenderedImageRequirements");function bvVariantFitsRequiredSize(variant,requiredSize){return!(!variant||!variant.url||requiredSize.width>0&&variant.width<requiredSize.width||requiredSize.height>0&&variant.height>0&&variant.height<requiredSize.height)}__name(bvVariantFitsRequiredSize,"bvVariantFitsRequiredSize");function bvSmallerVariant(left,right){if(!right)return left;var leftArea=left.width*left.height,rightArea=right.width*right.height;return leftArea<rightArea||leftArea===rightArea&&left.width<right.width?left:right}__name(bvSmallerVariant,"bvSmallerVariant");function bvChooseImageUrl(metadata,element){if(!metadata)return"";var requiredSize=bvRenderedImageRequirements(element),variants=bvParseResizedInfos(metadata.resizedInfos),fallbackUrl=variants.length>0?bvBuildOptimizedImageUrl(metadata.url):metadata.url;if(requiredSize.width<=0&&requiredSize.height<=0)return fallbackUrl;for(var bestVariant=null,i=0;i<variants.length;i++){var variant=variants[i],candidateUrl=bvBuildResizedImageUrl(metadata.url,variant.token),candidate={url:candidateUrl,width:variant.width,height:variant.height};bvVariantFitsRequiredSize(candidate,requiredSize)&&(bestVariant=bvSmallerVariant(candidate,bestVariant))}return bestVariant?bestVariant.url:fallbackUrl}__name(bvChooseImageUrl,"bvChooseImageUrl");function bvResolveConsumedImageSource(value,image){if(typeof value!="string"||value.indexOf("data:image/svg+xml")!==0)return"";var metadata=bvSvgMetadata(value);return metadata?bvChooseImageUrl(metadata,image):""}__name(bvResolveConsumedImageSource,"bvResolveConsumedImageSource");function bvInstallImageSourceGuard(){var imagePrototype=window.HTMLImageElement&&window.HTMLImageElement.prototype;if(!imagePrototype||imagePrototype.__bvImageSourceGuardInstalled||typeof WeakMap!="function")return;var srcDescriptor=Object.getOwnPropertyDescriptor(imagePrototype,"src");if(!srcDescriptor||!srcDescriptor.get||!srcDescriptor.set||!srcDescriptor.configurable)return;var nativeSetAttribute=imagePrototype.setAttribute,nativeRemoveAttribute=imagePrototype.removeAttribute,logicalSources=new WeakMap;function consumedSource(image,value){var resolvedValue=bvResolveConsumedImageSource(value,image);return resolvedValue?logicalSources.set(image,value):logicalSources.delete(image),resolvedValue||value}__name(consumedSource,"consumedSource"),Object.defineProperty(imagePrototype,"src",{configurable:srcDescriptor.configurable,enumerable:srcDescriptor.enumerable,get:__name(function(){return logicalSources.has(this)?logicalSources.get(this):srcDescriptor.get.call(this)},"get"),set:__name(function(value){srcDescriptor.set.call(this,consumedSource(this,value))},"set")}),imagePrototype.setAttribute=function(name,value){return String(name).toLowerCase()==="src"&&(value=consumedSource(this,value)),nativeSetAttribute.call(this,name,value)},imagePrototype.removeAttribute=function(name){return String(name).toLowerCase()==="src"&&logicalSources.delete(this),nativeRemoveAttribute.call(this,name)},Object.defineProperty(imagePrototype,"__bvImageSourceGuardInstalled",{value:!0})}__name(bvInstallImageSourceGuard,"bvInstallImageSourceGuard");function bvReplaceImagePlaceholderValue(value,element){return!value||typeof value!="string"?value:value.replace(/data:image\/svg\+xml[^"')\s]*/g,function(placeholder){var metadata=bvSvgMetadata(placeholder);return metadata&&bvChooseImageUrl(metadata,element)||placeholder})}__name(bvReplaceImagePlaceholderValue,"bvReplaceImagePlaceholderValue");function bvValueHasLoadablePlaceholder(value){if(!value||typeof value!="string"||value.indexOf("data:image/svg+xml")===-1)return!1;var hasPlaceholder=!1;return value.replace(/data:image\/svg\+xml[^"')\s]*/g,function(placeholder){return bvSvgMetadata(placeholder)&&(hasPlaceholder=!0),placeholder}),hasPlaceholder}__name(bvValueHasLoadablePlaceholder,"bvValueHasLoadablePlaceholder");function bvValueHasOptimizedPlaceholder(value){if(!value||typeof value!="string"||value.indexOf("data:image/svg+xml")===-1)return!1;var hasOptimizedPlaceholder=!1;return value.replace(/data:image\/svg\+xml[^"')\s]*/g,function(placeholder){var metadata=bvSvgMetadata(placeholder);return metadata&&metadata.resizedInfos&&(hasOptimizedPlaceholder=!0),placeholder}),hasOptimizedPlaceholder}__name(bvValueHasOptimizedPlaceholder,"bvValueHasOptimizedPlaceholder");function bvReplacePseudoElementCssRules(rules){if(rules)for(var i=0;i<rules.length;i++){var rule=rules[i];if(rule.selectorText&&rule.style&&bvPseudoElementSelectorPattern.test(rule.selectorText)){var cssText=rule.style.cssText||"";if(cssText.indexOf("data:image/svg+xml")!==-1){var replacement=bvReplaceImagePlaceholderValue(cssText,null);replacement&&replacement!==cssText&&(rule.style.cssText=replacement)}}rule.cssRules&&rule.cssRules.length&&bvReplacePseudoElementCssRules(rule.cssRules)}}__name(bvReplacePseudoElementCssRules,"bvReplacePseudoElementCssRules");function bvReplacePseudoElementStylePlaceholders(styleElements){if(styleElements)for(var i=0;i<styleElements.length;i++){var styleElement=styleElements[i];if(!(!styleElement||!styleElement.textContent||styleElement.textContent.indexOf("data:image/svg+xml")===-1||!styleElement.sheet))try{bvReplacePseudoElementCssRules(styleElement.sheet.cssRules)}catch{}}}__name(bvReplacePseudoElementStylePlaceholders,"bvReplacePseudoElementStylePlaceholders");function bvRemoveDelayedPseudoElementStylesheetEventListeners(){window.removeEventListener("Airliftload",bvHandleDelayedPseudoElementStylePlaceholders),bvDefaultImageLazyloadEvents.forEach(function(eventName){window.removeEventListener(eventName,bvHandleDelayedPseudoElementStylePlaceholders)})}__name(bvRemoveDelayedPseudoElementStylesheetEventListeners,"bvRemoveDelayedPseudoElementStylesheetEventListeners");function bvHandleDelayedPseudoElementStylePlaceholders(){bvDelayedPseudoElementStylesheetScanStarted||!document.querySelectorAll||(bvDelayedPseudoElementStylesheetScanStarted=!0,bvRemoveDelayedPseudoElementStylesheetEventListeners(),setTimeout(function(){bvReplacePseudoElementStylePlaceholders(document.querySelectorAll(bvNonCriticalCssStyleSelector))},0))}__name(bvHandleDelayedPseudoElementStylePlaceholders,"bvHandleDelayedPseudoElementStylePlaceholders");function bvStartDelayedPseudoElementStylesheetScan(){if(window.addEventListener){if(bvHasDelayedAirliftLoadEvent()){window.addEventListener("Airliftload",bvHandleDelayedPseudoElementStylePlaceholders,{once:!0});return}bvDefaultImageLazyloadEvents.forEach(function(eventName){window.addEventListener(eventName,bvHandleDelayedPseudoElementStylePlaceholders)})}}__name(bvStartDelayedPseudoElementStylesheetScan,"bvStartDelayedPseudoElementStylesheetScan");function bvStartPseudoElementStylePlaceholderScan(){if(document.querySelectorAll){var criticalCssStyles=document.querySelectorAll(bvCriticalCssStyleSelector);if(criticalCssStyles.length>0){bvReplacePseudoElementStylePlaceholders(criticalCssStyles),bvStartDelayedPseudoElementStylesheetScan();return}var usedCssStyles=document.querySelectorAll(bvUsedCssStyleSelector);if(usedCssStyles.length>0){bvReplacePseudoElementStylePlaceholders(usedCssStyles);return}bvReplacePseudoElementStylePlaceholders(document.querySelectorAll("style"))}}__name(bvStartPseudoElementStylePlaceholderScan,"bvStartPseudoElementStylePlaceholderScan");function bvComputedStyleValue(element,propertyName){if(!element||!window.getComputedStyle)return"";try{var computedStyle=window.getComputedStyle(element);return computedStyle&&computedStyle.getPropertyValue(propertyName)||""}catch{return""}}__name(bvComputedStyleValue,"bvComputedStyleValue");function bvElementHasComputedBackgroundPlaceholder(element){return bvValueHasLoadablePlaceholder(bvComputedStyleValue(element,"background-image"))||bvValueHasLoadablePlaceholder(bvComputedStyleValue(element,"background"))}__name(bvElementHasComputedBackgroundPlaceholder,"bvElementHasComputedBackgroundPlaceholder");function bvElementHasLoadablePlaceholder(element,includeComputedStyle){if(!element||element.nodeType!==1)return!1;for(var attrs=element.attributes||[],i=0;i<attrs.length;i++)if(bvValueHasLoadablePlaceholder(attrs[i].value||""))return!0;return includeComputedStyle===!1?!1:bvElementHasComputedBackgroundPlaceholder(element)}__name(bvElementHasLoadablePlaceholder,"bvElementHasLoadablePlaceholder");function bvElementHasOptimizedImagePlaceholder(element){if(!element||!element.getAttribute)return!1;for(var imageAttributeNames=["src","srcset","imagesrcset"],i=0;i<imageAttributeNames.length;i++)if(bvValueHasOptimizedPlaceholder(element.getAttribute(imageAttributeNames[i])||""))return!0;return!1}__name(bvElementHasOptimizedImagePlaceholder,"bvElementHasOptimizedImagePlaceholder");function bvValueHasOptimizedImageUrl(value){return!value||typeof value!="string"?!1:/\.bv\.(webp|avif)(?:$|[\s"'?#),])/i.test(value)}__name(bvValueHasOptimizedImageUrl,"bvValueHasOptimizedImageUrl");function bvHandleExternallyChangedImageSource(mutation){if(!mutation||mutation.type!=="attributes"||(mutation.attributeName||"").toLowerCase()!=="src")return!1;var element=mutation.target;if(!element||element.nodeType!==1||element.tagName!=="IMG")return!1;var previousSrc=mutation.oldValue||"",currentSrc=element.getAttribute("src")||"",currentSrcset=element.getAttribute("srcset")||"";return!bvValueHasOptimizedImageUrl(previousSrc)||bvValueHasOptimizedImageUrl(currentSrc)||!currentSrcset||!bvValueHasOptimizedImageUrl(currentSrcset)||element.hasAttribute("bv-orig-srcset")?!1:(element.setAttribute("bv-dynamic-stale-srcset",currentSrcset),element.removeAttribute("srcset"),!element.hasAttribute("bv-orig-sizes")&&element.hasAttribute("sizes")&&(element.setAttribute("bv-dynamic-stale-sizes",element.getAttribute("sizes")||""),element.removeAttribute("sizes")),element.setAttribute("bv-dynamic-srcset-cleared","1"),!0)}__name(bvHandleExternallyChangedImageSource,"bvHandleExternallyChangedImageSource");function bvElementHasOptimizedImageReference(element){if(!element||!element.getAttribute)return!1;for(var imageAttributeNames=["src","srcset","imagesrcset"],i=0;i<imageAttributeNames.length;i++){var value=element.getAttribute(imageAttributeNames[i])||"";if(bvValueHasOptimizedPlaceholder(value)||bvValueHasOptimizedImageUrl(value))return!0}return!1}__name(bvElementHasOptimizedImageReference,"bvElementHasOptimizedImageReference");function bvReplaceElementPlaceholderAttributes(element){!element||!element.attributes||Array.prototype.slice.call(element.attributes).forEach(function(attribute){var value=attribute.value||"";if(value.indexOf("data:image/svg+xml")!==-1){var newValue=bvReplaceImagePlaceholderValue(value,element);newValue&&newValue!==value&&element.setAttribute(attribute.name,newValue)}})}__name(bvReplaceElementPlaceholderAttributes,"bvReplaceElementPlaceholderAttributes");function bvRestoreOriginalImageAttributes(element){!element||!element.getAttribute||!element.setAttribute||[["bv-orig-sizes","sizes"],["bv-orig-srcset","srcset"],["bv-orig-imagesrcset","imagesrcset"],["bv-orig-src","src"]].forEach(function(attributePair){var originalValue=element.getAttribute(attributePair[0]),targetAttribute=attributePair[1];originalValue&&element.getAttribute(targetAttribute)!==originalValue&&element.setAttribute(targetAttribute,originalValue)})}__name(bvRestoreOriginalImageAttributes,"bvRestoreOriginalImageAttributes");function bvSetInlineStyleProperty(element,propertyName,value){if(element.style&&element.style.setProperty){element.style.setProperty(propertyName,value,"important");return}var currentStyle=element.getAttribute("style")||"";element.setAttribute("style",currentStyle+(currentStyle?";":"")+propertyName+": "+value)}__name(bvSetInlineStyleProperty,"bvSetInlineStyleProperty");function bvReplaceComputedBackgroundPlaceholders(element){["background-image","background"].forEach(function(propertyName){var value=bvComputedStyleValue(element,propertyName);if(bvValueHasLoadablePlaceholder(value)){var newValue=bvReplaceImagePlaceholderValue(value,element);newValue&&newValue!==value&&bvSetInlineStyleProperty(element,propertyName,newValue)}})}__name(bvReplaceComputedBackgroundPlaceholders,"bvReplaceComputedBackgroundPlaceholders");function bvHandleLazyElement(element){!element||element.nodeType!==1||(element.tagName==="PICTURE"?element.querySelectorAll("source,img").forEach(function(child){bvElementHasOptimizedImageReference(child)||bvRestoreOriginalImageAttributes(child)}):bvElementHasOptimizedImageReference(element)||bvRestoreOriginalImageAttributes(element),bvReplaceElementPlaceholderAttributes(element),bvReplaceComputedBackgroundPlaceholders(element))}__name(bvHandleLazyElement,"bvHandleLazyElement");function bvObserveLazyElement(element){if(!(!element||element.nodeType!==1)){if(!bvDefaultImageLazyObserver){bvHandleLazyElement(element);return}bvDefaultImageLazyObserver.observe(element)}}__name(bvObserveLazyElement,"bvObserveLazyElement");function bvElementHasClass(element,className){return!element||element.nodeType!==1?!1:element.classList&&element.classList.contains?element.classList.contains(className):(element.getAttribute("class")||"").split(/\s+/).indexOf(className)!==-1}__name(bvElementHasClass,"bvElementHasClass");function bvObserveIfLoadableDefaultImageElement(element,includeComputedStyle){if(!(!element||element.nodeType!==1)){if(bvElementHasClass(element,"bv-image-lazyload")){bvObserveLazyElement(element);return}if(bvElementHasClass(element,"bv-viewport-mod")&&bvElementHasLoadablePlaceholder(element,includeComputedStyle)){bvObserveLazyElement(element);return}bvElementHasLoadablePlaceholder(element,includeComputedStyle)&&bvObserveLazyElement(element)}}__name(bvObserveIfLoadableDefaultImageElement,"bvObserveIfLoadableDefaultImageElement");function bvCheckDefaultImageNode(node,currentLevel,maxLevel){currentLevel=currentLevel||1,maxLevel=maxLevel===void 0?1/0:maxLevel,node&&node.nodeType===1&&bvObserveIfLoadableDefaultImageElement(node,!0),!(!node||currentLevel>=maxLevel||!node.childNodes||!node.childNodes.length)&&Array.prototype.forEach.call(node.childNodes,function(childNode){bvCheckDefaultImageNode(childNode,currentLevel+1,maxLevel)})}__name(bvCheckDefaultImageNode,"bvCheckDefaultImageNode");function bvScanDefaultImagePlaceholders(root,options){var scope=root&&root.querySelectorAll?root:document,broadScan=options&&options.broad===!0,includeComputedStyle=!options||options.includeComputedStyle!==!1;if(broadScan){bvCheckDefaultImageNode(scope,1,1/0);return}bvObserveIfLoadableDefaultImageElement(scope,includeComputedStyle),scope.querySelectorAll&&scope.querySelectorAll('.bv-image-lazyload,.bv-viewport-mod,img[src*="data:image/svg+xml"],source[srcset*="data:image/svg+xml"],[style*="data:image/svg+xml"]').forEach(function(element){bvObserveIfLoadableDefaultImageElement(element,includeComputedStyle)})}__name(bvScanDefaultImagePlaceholders,"bvScanDefaultImagePlaceholders");function bvShouldHandleDefaultImageAttributeMutation(mutation){if(!mutation||mutation.type!=="attributes"||!mutation.target||mutation.target.nodeType!==1)return!1;var attributeName=(mutation.attributeName||"").toLowerCase();if(attributeName==="class"||attributeName==="style"||attributeName==="src"||attributeName==="srcset"||attributeName==="imagesrcset")return!0;var attributeValue=mutation.target.getAttribute(mutation.attributeName)||"";return bvValueHasLoadablePlaceholder(attributeValue)}__name(bvShouldHandleDefaultImageAttributeMutation,"bvShouldHandleDefaultImageAttributeMutation");function bvScanComputedStyleDefaultImagePlaceholders(){!document.body||!document.querySelectorAll||(bvCheckDefaultImageNode(document.body,1,1),document.querySelectorAll("body *").forEach(function(element){bvCheckDefaultImageNode(element,1,1)}))}__name(bvScanComputedStyleDefaultImagePlaceholders,"bvScanComputedStyleDefaultImagePlaceholders");function bvHasDelayedAirliftLoadEvent(){if(typeof scriptAttrs>"u"||!Array.isArray(scriptAttrs)||scriptAttrs.length===0)return!1;var lastElement=scriptAttrs[scriptAttrs.length-1];return!!(lastElement&&lastElement.attrs&&lastElement.attrs.id==="bv-trigger-listener")}__name(bvHasDelayedAirliftLoadEvent,"bvHasDelayedAirliftLoadEvent");function bvRemoveStylesheetImagePlaceholderEventListeners(){bvDefaultImageLazyloadEvents.forEach(function(eventName){window.removeEventListener(eventName,bvHandleLazyloadedStylesheetImagePlaceholders)})}__name(bvRemoveStylesheetImagePlaceholderEventListeners,"bvRemoveStylesheetImagePlaceholderEventListeners");function bvHandleLazyloadedStylesheetImagePlaceholders(){bvDefaultImageStylesheetScanStarted||!document.body||!document.querySelectorAll||(bvDefaultImageStylesheetScanStarted=!0,setTimeout(function(){bvRemoveStylesheetImagePlaceholderEventListeners(),bvScanComputedStyleDefaultImagePlaceholders()},50))}__name(bvHandleLazyloadedStylesheetImagePlaceholders,"bvHandleLazyloadedStylesheetImagePlaceholders");function bvAddStylesheetImagePlaceholderEventListeners(){bvDefaultImageLazyloadEvents.forEach(function(eventName){window.addEventListener(eventName,bvHandleLazyloadedStylesheetImagePlaceholders)})}__name(bvAddStylesheetImagePlaceholderEventListeners,"bvAddStylesheetImagePlaceholderEventListeners");function bvStartStylesheetImagePlaceholderScanAfterAirliftLoad(){return!window.addEventListener||!bvHasDelayedAirliftLoadEvent()?!1:(window.addEventListener("Airliftload",bvHandleLazyloadedStylesheetImagePlaceholders,{once:!0}),!0)}__name(bvStartStylesheetImagePlaceholderScanAfterAirliftLoad,"bvStartStylesheetImagePlaceholderScanAfterAirliftLoad");function bvStartStylesheetImagePlaceholderScanAfterUserAction(){window.addEventListener&&(bvStartStylesheetImagePlaceholderScanAfterAirliftLoad()||bvAddStylesheetImagePlaceholderEventListeners())}__name(bvStartStylesheetImagePlaceholderScanAfterUserAction,"bvStartStylesheetImagePlaceholderScanAfterUserAction");function bvStartDefaultImageOptimizationRuntime(){bvStartPseudoElementStylePlaceholderScan(),"IntersectionObserver"in window&&(bvDefaultImageLazyObserver=new IntersectionObserver(function(entries){entries.forEach(function(entry){entry.isIntersecting&&(bvHandleLazyElement(entry.target),bvDefaultImageLazyObserver.unobserve(entry.target))})},bvDefaultImageObserverOptions)),"MutationObserver"in window&&(bvDefaultImageMutationObserver=new MutationObserver(function(mutations){mutations.forEach(function(mutation){mutation.type==="childList"&&mutation.addedNodes.forEach(function(node){node.nodeType===1&&setTimeout(function(){bvCheckDefaultImageNode(node,1,1/0)},0)}),!bvHandleExternallyChangedImageSource(mutation)&&bvShouldHandleDefaultImageAttributeMutation(mutation)&&((mutation.attributeName||"").toLowerCase()==="class"?setTimeout(function(){bvCheckDefaultImageNode(mutation.target,1,1/0)},0):bvCheckDefaultImageNode(mutation.target,1,1))})}),bvDefaultImageMutationObserver.observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0,attributeOldValue:!0})),bvScanDefaultImagePlaceholders(document),bvStartStylesheetImagePlaceholderScanAfterUserAction()}__name(bvStartDefaultImageOptimizationRuntime,"bvStartDefaultImageOptimizationRuntime"),bvInstallImageSourceGuard(),document.readyState==="loading"?document.addEventListener("DOMContentLoaded",bvStartDefaultImageOptimizationRuntime):bvStartDefaultImageOptimizationRuntime();
</script>

<script id="bv-dl-scripts-list" data-cfasync="false" bv-exclude="true">
var scriptAttrs = [{"attrs":{"defer":true,"data-cfasync":false,"async":false,"bv_inline_delayed":true},"bv_unique_id":"ZUbOVjroVvoLBDn2d1eI","reference":0},{"attrs":{"type":"\\\"application\\\/ld+json\\\"","class":"\\\"yoast-schema-graph\\\"","defer":true,"data-cfasync":false,"async":false,"bv_inline_delayed":true},"bv_unique_id":"K6UOk9zLcucioAQhVev6","reference":1},{"attrs":{"src":"data:text\/javascript;base64, ZnVuY3Rpb24gYnZfdHJpZ2dlcl9haXJsaWZ0X2V2ZW50KHRhcmdldCwgZXZlbnRfdHlwZSkgewoKICBpZiAoZXZlbnRfdHlwZSA9PT0gInJlYWR5c3RhdGVjaGFuZ2UiKSB7CiAgICBpZiAoYnZfc3RhdGVfY291bnRlciA9PT0gMCkgewogICAgICBidl9zdGF0ZV9jb3VudGVyICs9IDEKICAgICAgYnZfY3VzdG9tX3JlYWR5X3N0YXRlX3ZhbHVlID0gImludGVyYWN0aXZlIgogICAgfSBlbHNlIGlmKGJ2X3N0YXRlX2NvdW50ZXIgPT09IDEpIHsKICAgICAgYnZfc3RhdGVfY291bnRlciArPSAxCiAgICAgIGJ2X2N1c3RvbV9yZWFkeV9zdGF0ZV92YWx1ZSA9ICJjb21wbGV0ZSIKICAgIH0KICB9CgogIGxldCBldmVudF9uYW1lID0gIkFpcmxpZnQiICsgZXZlbnRfdHlwZTsKICBsZXQgc3ludGhldGljRXZlbnQgPSBuZXcgRXZlbnQoZXZlbnRfbmFtZSwgeyBidWJibGVzOiB0cnVlIH0pOwoKICBPYmplY3QuZGVmaW5lUHJvcGVydHkoc3ludGhldGljRXZlbnQsICJ0eXBlIiwgeyBnZXQ6IGZ1bmN0aW9uICgpIHsgcmV0dXJuIGV2ZW50X3R5cGU7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwogIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShzeW50aGV0aWNFdmVudCwgInRhcmdldCIsIHsgZ2V0OiBmdW5jdGlvbiAoKSB7IHJldHVybiB0YXJnZXQ7IH0sIHNldDogZnVuY3Rpb24gKCkgeyB9IH0pOwoKICB0YXJnZXQuZGlzcGF0Y2hFdmVudChzeW50aGV0aWNFdmVudCk7Cn0KCmZ1bmN0aW9uIGJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpIHsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgInJlYWR5c3RhdGVjaGFuZ2UiKTsKICAgIGJ2X3RyaWdnZXJfYWlybGlmdF9ldmVudChkb2N1bWVudCwgIkRPTUNvbnRlbnRMb2FkZWQiKTsKCiAgICBzZXRUaW1lb3V0KCgpID0+IHsKICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQoZG9jdW1lbnQsICJyZWFkeXN0YXRlY2hhbmdlIik7CgogICAgICAgIHNldFRpbWVvdXQoKCkgPT4gewogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAibG9hZCIpOwogICAgICAgICAgICBidl90cmlnZ2VyX2FpcmxpZnRfZXZlbnQod2luZG93LCAicGFnZXNob3ciKTsKICAgICAgICB9LCAwKTsKICAgIH0sIDApOwp9Cgp2YXIgYnZfc3RhdGVfY291bnRlciA9IDAKCmJ2X2Rpc3BhdGNoRGVsYXllZEV2ZW50cygpOwoK","id":"bv-trigger-listener","type":"text\/javascript","defer":true,"async":false},"bv_unique_id":"d6fe9c24159ed4a27d224d91c70f8fdc","reference":100000000}];
</script>
<script id="bv-web-worker" type="javascript/worker" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var BV_DEBUG_MODE=!1;function bvDebugLog(...args){BV_DEBUG_MODE&&console.log(...args)}__name(bvDebugLog,"bvDebugLog"),self.onmessage=function(e){var counter=e.data.fetch_urls.length;e.data.fetch_urls.forEach(function(fetch_url){loadUrl(fetch_url,function(){bvDebugLog("DONE: "+fetch_url),counter=counter-1,counter===0&&self.postMessage({status:"SUCCESS"})})})};async function loadUrl(fetch_url,callback){try{var request=new Request(fetch_url,{mode:"no-cors",redirect:"follow"});await fetch(request),callback()}catch(fetchError){bvDebugLog("Fetch Error loading URL:",fetchError);try{var xhr=new XMLHttpRequest;xhr.onerror=callback,xhr.onload=callback,xhr.responseType="blob",xhr.open("GET",fetch_url,!0),xhr.send()}catch(xhrError){bvDebugLog("XHR Error loading URL:",xhrError),callback()}}}__name(loadUrl,"loadUrl");
</script>
<script id="bv-web-worker-handler" data-cfasync="false" bv-exclude="true">var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});if(typeof scriptAttrs<"u"&&Array.isArray(scriptAttrs)&&scriptAttrs.length>0){const lastElement=scriptAttrs[scriptAttrs.length-1];if(lastElement.attrs&&lastElement.attrs.id==="bv-trigger-listener"){var bv_custom_ready_state_value="loading";Object.defineProperty(document,"readyState",{get:__name(function(){return bv_custom_ready_state_value},"get"),set:__name(function(){},"set")})}}if(typeof scriptAttrs>"u"||!Array.isArray(scriptAttrs))var scriptAttrs=[];if(typeof linkStyleAttrs>"u"||!Array.isArray(linkStyleAttrs))var linkStyleAttrs=[];var BV_DEBUG_MODE=!1;function bvDebugLog(...args){BV_DEBUG_MODE&&console.log(...args)}__name(bvDebugLog,"bvDebugLog");function isMobileDevice(){return window.innerWidth<=500}__name(isMobileDevice,"isMobileDevice");var js_dom_loaded=!1;document.addEventListener("DOMContentLoaded",()=>{js_dom_loaded=!0});const EVENTS=["mousemove","click","keydown","wheel","touchmove","touchend"];var scriptUrls=[],styleUrls=[],bvEventCalled=!1,workerFinished=!1,functionExec=!1,scriptsInjected=!1,stylesInjected=!1,bv_load_event_fired=!1,autoInjectTimerStarted=!1;const BV_AUTO_INJECT_ENABLED=!0,BV_DESKTOP_AUTO_INJECT_DELAY=4e3,BV_MOBILE_AUTO_INJECT_DELAY=1e4,BV_WORKER_TIMEOUT_DURATION=3e3;scriptAttrs.forEach((scriptAttr,index)=>{scriptAttr.attrs.src&&!scriptAttr.attrs.src.includes("data:text/javascript")&&(scriptUrls[index]=scriptAttr.attrs.src)}),linkStyleAttrs.forEach((linkAttr,index)=>{styleUrls[index]=linkAttr.attrs.href});var fetchUrls=scriptUrls.concat(styleUrls);function addEventListeners(bvEventHandler2){EVENTS.forEach(function(event){document.addEventListener(event,bvEventFired,!0),document.addEventListener(event,bvEventHandler2,!0)})}__name(addEventListeners,"addEventListeners");function removeEventListeners(){EVENTS.forEach(function(event){document.removeEventListener(event,bvEventHandler,!0)})}__name(removeEventListeners,"removeEventListeners");function bvEventFired(){bvEventCalled||(bvEventCalled=!0,workerFinished=!0)}__name(bvEventFired,"bvEventFired");function bvGetElement(attributes,element){Object.keys(attributes).forEach(function(attr){attr==="async"?element.async=attributes[attr]:attr==="innerHTML"?element.innerHTML=atob(attributes[attr]):element.setAttribute(attr,attributes[attr])})}__name(bvGetElement,"bvGetElement");function bvAddElement(attr,element){var attributes=attr.attrs;if(attributes.bv_inline_delayed){let bvScriptId=attr.bv_unique_id,bvScriptElement=document.querySelector("[bv_unique_id='"+bvScriptId+"']");bvScriptElement?(!attributes.innerHTML&&!attributes.src&&bvScriptElement.textContent.trim()!==""&&(attributes.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent(bvScriptElement.textContent)))),bvGetElement(attributes,element),bvScriptElement.after(element)):bvDebugLog(`Script not found for ${bvScriptId}`)}else{bvGetElement(attributes,element);var templateId=attr.bv_unique_id,targetElement=document.querySelector("[id='"+templateId+"']");targetElement&&targetElement.after(element)}}__name(bvAddElement,"bvAddElement");function injectStyles(){if(stylesInjected){bvDebugLog("Styles already injected, skipping");return}stylesInjected=!0,document.querySelectorAll('style[type="bv_inline_delayed_css"], template[id]').forEach(element=>{if(element.tagName.toLowerCase()==="style"){var new_style=document.createElement("style");new_style.type="text/css",new_style.textContent=element.textContent,element.after(new_style),new_style.parentNode?element.remove():bvDebugLog("PARENT NODE NOT FOUND")}else if(element.tagName.toLowerCase()==="template"){var templateId=element.id,linkStyleAttr=linkStyleAttrs.find(attr=>attr.bv_unique_id===templateId);if(linkStyleAttr){var link=document.createElement("link");bvAddElement(linkStyleAttr,link),element.parentNode&&element.parentNode.replaceChild(link,element),bvDebugLog("EXTERNAL STYLE ADDED")}else bvDebugLog(`No linkStyleAttr found for template ID ${templateId}`)}}),linkStyleAttrs.forEach((linkStyleAttr,index)=>{bvDebugLog("STYLE ADDED");var element=document.createElement("link");bvAddElement(linkStyleAttr,element)})}__name(injectStyles,"injectStyles");function injectScripts(){if(scriptsInjected){bvDebugLog("Scripts already injected, skipping");return}scriptsInjected=!0;let last_script_element;scriptAttrs.forEach((scriptAttr,index)=>{if(bv_custom_ready_state_value==="loading"&&scriptAttr.attrs&&scriptAttr.attrs.is_first_defer_element===!0)if(last_script_element){const readyStateScript=document.createElement("script");readyStateScript.src="data:text/javascript;base64, "+btoa(unescape(encodeURIComponent("bv_custom_ready_state_value = 'interactive';"))),readyStateScript.async=!1,last_script_element.after(readyStateScript)}else bv_custom_ready_state_value="interactive",bvDebugLog('Ready state manually set to "interactive"');bvDebugLog("JS ADDED");var element=document.createElement("script");last_script_element=element,bvAddElement(scriptAttr,element)})}__name(injectScripts,"injectScripts");function bvEventHandler(){bvDebugLog("EVENT FIRED"),js_dom_loaded&&bvEventCalled&&workerFinished&&!functionExec&&(functionExec=!0,injectStyles(),injectScripts(),removeEventListeners())}__name(bvEventHandler,"bvEventHandler");function autoInjectScriptsAfterLoad(){js_dom_loaded&&workerFinished&&!scriptsInjected&&!stylesInjected&&(bvDebugLog("Auto-injecting styles and scripts after timer"),injectStyles(),injectScripts())}__name(autoInjectScriptsAfterLoad,"autoInjectScriptsAfterLoad");function startAutoInjectTimer(){if(BV_AUTO_INJECT_ENABLED&&!autoInjectTimerStarted&&bv_load_event_fired&&!bvEventCalled){autoInjectTimerStarted=!0;var delay=isMobileDevice()?BV_MOBILE_AUTO_INJECT_DELAY:BV_DESKTOP_AUTO_INJECT_DELAY;bvDebugLog("Starting auto-inject timer with delay: "+delay+"ms"),setTimeout(function(){autoInjectScriptsAfterLoad()},delay)}}__name(startAutoInjectTimer,"startAutoInjectTimer"),addEventListeners(bvEventHandler);var requestObject=window.URL||window.webkitURL,bvWorker=new Worker(requestObject.createObjectURL(new Blob([document.getElementById("bv-web-worker").textContent],{type:"text/javascript"})));bvWorker.onmessage=function(e){e.data.status==="SUCCESS"&&(bvDebugLog("WORKER_FINISHED"),workerFinished=!0,bvEventHandler(),startAutoInjectTimer())},addEventListener("load",()=>{bvEventHandler(),bv_call_fetch_urls(),bv_load_event_fired=!0});function bv_call_fetch_urls(){!bv_load_event_fired&&!workerFinished&&(bvWorker.postMessage({fetch_urls:fetchUrls}),bv_initiate_worker_timer())}__name(bv_call_fetch_urls,"bv_call_fetch_urls"),setTimeout(function(){bv_call_fetch_urls()},5e3);function bv_initiate_worker_timer(){setTimeout(function(){workerFinished||(bvDebugLog("WORKER_TIMEDOUT"),workerFinished=!0,bvWorker.terminate()),bvEventHandler(),startAutoInjectTimer()},BV_WORKER_TIMEOUT_DURATION)}__name(bv_initiate_worker_timer,"bv_initiate_worker_timer");
</script>
<br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <title>Redirecting&#8230;<\/title><br \/>\n<\/head><br \/>\n<body><br \/>\n    <script>\n        setTimeout(function() {\n            window.location.replace(\"https:\/\/api.whatsapp.com\/send\/?phone=201093301977&text&type=phone_number&app_absent=0\");\n        }, 1000);\n    <\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Redirecting&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17966","page","type-page","status-publish","hentry"],"yoast_head":"\n<title>wapp - \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/egytranscript.com\/ar\/wapp\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"wapp\" \/>\n<meta property=\"og:description\" content=\"Redirecting&#8230;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/egytranscript.com\/ar\/wapp\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wapp\\\/\",\"url\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wapp\\\/\",\"name\":\"wapp - \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#website\"},\"datePublished\":\"2026-02-10T14:22:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wapp\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wapp\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wapp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"wapp\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/\",\"name\":\"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646\",\"description\":\"\u062a\u0642\u062f\u0645 \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0645\u0646 \u0627\u0644\u0633\u0641\u0627\u0631\u0627\u062a \u0641\u064a \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0622\u062a\u064a\u0629: \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0627\u0644\u0645\u062a\u062e\u0635\u0635\u0629 \u0648\u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0645\u062c\u0627\u0644\u0627\u062a \u0623\u062e\u0631\u0649\",\"publisher\":{\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#organization\",\"name\":\"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646\",\"url\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/logo-ar.jpeg\",\"contentUrl\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/logo-ar.jpeg\",\"width\":1600,\"height\":666,\"caption\":\"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646\"},\"image\":{\"@id\":\"https:\\\/\\\/egytranscript.com\\\/ar\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n","yoast_head_json":{"title":"wapp - \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/egytranscript.com\/ar\/wapp\/","og_locale":"ar_AR","og_type":"article","og_title":"wapp","og_description":"Redirecting&#8230;","og_url":"https:\/\/egytranscript.com\/ar\/wapp\/","og_site_name":"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/egytranscript.com\/ar\/wapp\/","url":"https:\/\/egytranscript.com\/ar\/wapp\/","name":"wapp - \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646","isPartOf":{"@id":"https:\/\/egytranscript.com\/ar\/#website"},"datePublished":"2026-02-10T14:22:26+00:00","breadcrumb":{"@id":"https:\/\/egytranscript.com\/ar\/wapp\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/egytranscript.com\/ar\/wapp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/egytranscript.com\/ar\/wapp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/egytranscript.com\/ar\/"},{"@type":"ListItem","position":2,"name":"wapp"}]},{"@type":"WebSite","@id":"https:\/\/egytranscript.com\/ar\/#website","url":"https:\/\/egytranscript.com\/ar\/","name":"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646","description":"\u062a\u0642\u062f\u0645 \u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0645\u0646 \u0627\u0644\u0633\u0641\u0627\u0631\u0627\u062a \u0641\u064a \u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a \u0627\u0644\u0622\u062a\u064a\u0629: \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629 \u0648\u0627\u0644\u0641\u0646\u064a\u0629 \u0648\u0627\u0644\u0645\u062a\u062e\u0635\u0635\u0629 \u0648\u0627\u0644\u0639\u0627\u0645\u0629 \u0648\u0645\u062c\u0627\u0644\u0627\u062a \u0623\u062e\u0631\u0649","publisher":{"@id":"https:\/\/egytranscript.com\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/egytranscript.com\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/egytranscript.com\/ar\/#organization","name":"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646","url":"https:\/\/egytranscript.com\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/egytranscript.com\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/egytranscript.com\/ar\/wp-content\/uploads\/2025\/10\/logo-ar.jpeg","contentUrl":"https:\/\/egytranscript.com\/ar\/wp-content\/uploads\/2025\/10\/logo-ar.jpeg","width":1600,"height":666,"caption":"\u0634\u0631\u0643\u0629 \u0625\u064a\u062c\u064a \u062a\u0631\u0627\u0646\u0633\u0640\u0640\u0643\u0631\u064a\u0628\u062a \u0645\u0643\u062a\u0628 \u062a\u0631\u062c\u0645\u0629 \u0645\u0639\u062a\u0645\u062f \u0641\u064a \u0645\u0635\u0631 \u0648\u0627\u0644\u0634\u0631\u0642 \u0627\u0644\u0623\u0648\u0633\u0637 - \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627 \u0627\u0644\u0622\u0646"},"image":{"@id":"https:\/\/egytranscript.com\/ar\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/pages\/17966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/comments?post=17966"}],"version-history":[{"count":1,"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/pages\/17966\/revisions"}],"predecessor-version":[{"id":17967,"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/pages\/17966\/revisions\/17967"}],"wp:attachment":[{"href":"https:\/\/egytranscript.com\/ar\/wp-json\/wp\/v2\/media?parent=17966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 6a77dc5f5612b7adb7400763. Config Timestamp: 2026-08-09 01:48:15 UTC, Cached Timestamp: 2026-08-09 08:07:29 UTC, Optimization Time: 18.35ms -->