سلم السفير المصري لدى العراق، أحمد سمير، أوراق اعتماده لرئيس الجمهورية العراقية، عبد اللطيف رشيد. وقد نوهت وزارة الخارجية المصرية بالعلاقات الاستراتيجية والروابط التاريخية والأخوية بين مصر والعراق. كما أكد السفير ضرورة تعزيز التعاون بين البلدين في جميع المجالات، سواء عن طريق التعاون الثنائي أو التعاون الثلاثي مع الأردن، وخاصةً في تعزيز المستويات التجارية بين البلدين. وأوضحت الوزارة أن رئيس الجمهورية العراقية أعرب عن اعتزاز العراق بالعلاقات التاريخية مع مصر، وحرصه على دفع العلاقات الثنائية قدماً واستفادة من الخبرات المصرية في مختلف المجالات.
replacEOmebeds()
replaceOembeds is a function that aims to replace all the embeds in the content, currently with YouTube, Instagram and Facebook. It does this by replacing the OEMBED elements with HTML code containing the relevant information. For YouTube, this involves replacing the OEMBED element with an HTML iframe element containing the video. For Instagram, it involves replacing the OEMBED element with HTML code that will display the Instagram content, and the same goes for Facebook.
The script then runs a function to load YouTube videos lazily, delaying the loading of the videos until after the page has loaded. It also loads the Facebook API after a delay of 4000 milliseconds. This ensures that the page loads quickly, and the videos and Facebook content are then loaded in after the initial page load. This can help to improve the performance and loading times of the page, as well as reduce the amount of data that needs to be downloaded initially.
Overall, the replaceOembeds function is a useful tool for replacing embedded content in a website, and can help to improve the performance and loading times of the page, as well as delaying the loading of YouTube videos and the Facebook API until after the initial page load.