• Home
  • Insight
  • Blog
  • Business
  • Entertainment
  • Health
  • Politics
  • Shop
    • Gift Shop
    • Value Shop
    • Store
    • Bargain Shop
    • Discount
  • Sports
  • Tech
  • Travel
  • USA
  • Video
  • World
    • Asia
    • Africa
    • South America
    • North America
    • Europe
    • Oceania
Thursday, August 20, 2026
No Result
View All Result
Subscribe Now
  • Home
  • Insight
  • Blog
  • Business
  • Entertainment
  • Health
  • Politics
  • Shop
    • Gift Shop
    • Value Shop
    • Store
    • Bargain Shop
    • Discount
  • Sports
  • Tech
  • Travel
  • USA
    NTSB releases new videos, images from deadly Philadelphia medical jet crash

    NTSB releases new videos, images from deadly Philadelphia medical jet crash

    Iran Calls Trump ‘Delusional’ After He Claims Hormuz a ‘New U.S. Territory’

    Iran Calls Trump ‘Delusional’ After He Claims Hormuz a ‘New U.S. Territory’

    IPOs for Open AI, Anthropic could unlock 0B for charity

    IPOs for Open AI, Anthropic could unlock $430B for charity

    Poll showing Bass leading Raman by double digits was bogus, company says

    Poll showing Bass leading Raman by double digits was bogus, company says

    Multiple people dead as flooding continues in Indiana : NPR

    Multiple people dead as flooding continues in Indiana : NPR

    Sophie Cunningham defends stance on biological men in women’s sports

    Sophie Cunningham defends stance on biological men in women’s sports

    Democrats Make South Carolina the First Contest in 2028 Presidential Primary Calendar

    Democrats Make South Carolina the First Contest in 2028 Presidential Primary Calendar

    Has the Left Really Met Its Limit? 

    Has the Left Really Met Its Limit? 

    U.S. Attorney confirms no meth was found in van of Texas man shot by immigration officers

    U.S. Attorney confirms no meth was found in van of Texas man shot by immigration officers

  • Video
  • World
    • Asia
    • Africa
    • South America
    • North America
    • Europe
    • Oceania
The Insight Post
  • Home
  • Insight
  • Blog
  • Business
  • Entertainment
  • Health
  • Politics
  • Shop
    • Gift Shop
    • Value Shop
    • Store
    • Bargain Shop
    • Discount
  • Sports
  • Tech
  • Travel
  • USA
    NTSB releases new videos, images from deadly Philadelphia medical jet crash

    NTSB releases new videos, images from deadly Philadelphia medical jet crash

    Iran Calls Trump ‘Delusional’ After He Claims Hormuz a ‘New U.S. Territory’

    Iran Calls Trump ‘Delusional’ After He Claims Hormuz a ‘New U.S. Territory’

    IPOs for Open AI, Anthropic could unlock 0B for charity

    IPOs for Open AI, Anthropic could unlock $430B for charity

    Poll showing Bass leading Raman by double digits was bogus, company says

    Poll showing Bass leading Raman by double digits was bogus, company says

    Multiple people dead as flooding continues in Indiana : NPR

    Multiple people dead as flooding continues in Indiana : NPR

    Sophie Cunningham defends stance on biological men in women’s sports

    Sophie Cunningham defends stance on biological men in women’s sports

    Democrats Make South Carolina the First Contest in 2028 Presidential Primary Calendar

    Democrats Make South Carolina the First Contest in 2028 Presidential Primary Calendar

    Has the Left Really Met Its Limit? 

    Has the Left Really Met Its Limit? 

    U.S. Attorney confirms no meth was found in van of Texas man shot by immigration officers

    U.S. Attorney confirms no meth was found in van of Texas man shot by immigration officers

  • Video
  • World
    • Asia
    • Africa
    • South America
    • North America
    • Europe
    • Oceania
No Result
View All Result
No Result
View All Result
Home Asia

Chinese State Councillor and Foreign Minister Wang Yi Reaffirms China’s Commitment to Strengthen Relations with ASEAN

by Theinsightpost
July 25, 2022
in Asia
0 0
0
Chinese State Councillor and Foreign Minister Wang Yi Reaffirms China’s Commitment to Strengthen Relations with ASEAN

Secretary-General of ASEAN, Dato Lim Jock Hoi, met with State Councillor and Foreign Minister of the People’s Republic of China, H.E. Wang Yi, at the ASEAN Secretariat on 11 July 2022. During his visit to the Secretariat, the State Councillor also delivered a Policy Speech touching upon ASEAN-China relations and open regionalism.

China’s Regional Policy Speech
.flickr-img-responsive { width:100% !important; height:auto !important; display:block !important; } .LoadingImg img { max-width: 45px; max-height: 45px; box-shadow: none; } .wpfrank-flickr-div{ padding:15px; } @media (max-width: 786px){ .col-md-3 { width:49.9%; float:left; } } .play-pause { display: none !important; } .gallery109334 { overflow:hidden; clear: both; } .fnf{ background-color: #a92929; border-radius: 5px; color: #fff; font-family: initial; text-align: center; padding:12px; } jQuery(function() { jQuery(‘.gallery109334’).flickr({ apiKey: ‘037c012784565c3b5691cc5a0aa912b7’, photosetId: ‘72177720300452587’ }); }); ;(function ($, window, document, undefined) { ‘use strict’; var pluginName = “flickr”, defaults = { apiKey: “”, photosetId: “”, errorText: “
Error generating gallery.
“, loadingSpeed: 38, photosLimit: 200 }, apiUrl=”https://api.flickr.com/services/rest/”, photos = []; // The actual plugin constructor function Plugin(element, options) { this.element = $(element); this.settings = $.extend({}, defaults, options); this._defaults = defaults; this._name = pluginName; this._hideSpinner = function() { this.element.find(‘.spinner-wrapper’).hide().find(‘*’).hide(); }; this._printError = function() { //this.element.find(‘.gallery-container’).append($(“
“, { “class”: “col-lg-12 col-lg-offset-1” }) this.element.find(‘.gallery-container’).append($(“
“, { “class”: “col-lg-12” }) .append($(“
“, { “class”: “error-wrapper” }) .append($(““, { “class”: “label label-danger error” }) .html(this.settings.errorText)))); }; this._flickrAnimate = function() { this.element.find(‘.gallery-container img’).each($.proxy(function(index, el) { var image = el; setTimeout(function() { $(image).parent().fadeIn(); }, this.settings.loadingSpeed * index); }, this)); }; this._printGallery = function(photos) { var element = this.element.find(‘.gallery-container’); $.each(photos, function(key, photo) { var img = $(‘‘, { ‘class’: ‘thumb img-thumbnail flickr-img-responsive’, src: photo.thumbnail, ‘alt’: photo.title }); element.append($(‘
‘, { ‘class’: ‘ col-md-3 col-sm-4 col-center wpfrank-flickr-div’ }) .append($(‘‘, { ‘class’: ”, href: photo.href, ‘data-gallery’: ”, ‘title’: photo.title }).hide() .append(img))); }); element.imagesLoaded() .done($.proxy(this._flickrAnimate, this)) .always($.proxy(this._hideSpinner, this)); }; this._flickrPhotoset = function(photoset) { var _this = this; photos[photoset.id] = []; $.each(photoset.photo, function(key, photo) { // Limit number of photos. if(key >= _this.settings.photosLimit) { return false; } photos[photoset.id][key] = { thumbnail: ‘https://farm’ + photo.farm + ‘.static.flickr.com/’ + photo.server + ‘/’ + photo.id + ‘_’ + photo.secret + ‘_q.jpg’, href: ‘https://farm’ + photo.farm + ‘.static.flickr.com/’ + photo.server + ‘/’ + photo.id + ‘_’ + photo.secret + ‘_b.jpg’, title: photo.title }; }); this._printGallery(photos[photoset.id]); }; this._onFlickrResponse = function(response) { if(response.stat === “ok”) { this._flickrPhotoset(response.photoset); } else { this._hideSpinner(); this._printError(); } }; this._flickrRequest = function(method, data) { var url = apiUrl + “?format=json&jsoncallback=?&method=” + method + “&api_key=” + this.settings.apiKey; $.each(data, function(key, value) { url += “&” + key + “=” + value; }); $.ajax({ dataType: “json”, url: url, context: this, success: this._onFlickrResponse }); }; this._flickrInit = function () { this._flickrRequest(‘flickr.photosets.getPhotos’, { photoset_id: this.settings.photosetId }); }; // Init this.init(); } Plugin.prototype = { init: function () { this._flickrInit(); } }; // Wrapper $.fn[pluginName] = function (options) { this.each(function () { if (!$.data(this, “plugin_” + pluginName)) { $.data(this, “plugin_” + pluginName, new Plugin(this, options)); } }); // Chain return this; }; })(jQuery, window, document);

‹ › ×

    jQuery(function() { // Set blueimp gallery options jQuery.extend(blueimp.Gallery.prototype.options, { useBootstrapModal: false, hidePageScrollbars: false }); });
    Visit by State Counsellor & Foreign Minister of China, HE Wang Yi to ASEAN Secretariat
    .flickr-img-responsive { width:100% !important; height:auto !important; display:block !important; } .LoadingImg img { max-width: 45px; max-height: 45px; box-shadow: none; } .wpfrank-flickr-div{ padding:15px; } @media (max-width: 786px){ .col-md-3 { width:49.9%; float:left; } } .play-pause { display: none !important; } .gallery109304 { overflow:hidden; clear: both; } .fnf{ background-color: #a92929; border-radius: 5px; color: #fff; font-family: initial; text-align: center; padding:12px; } jQuery(function() { jQuery(‘.gallery109304’).flickr({ apiKey: ‘037c012784565c3b5691cc5a0aa912b7’, photosetId: ‘72177720300450832’ }); }); ;(function ($, window, document, undefined) { ‘use strict’; var pluginName = “flickr”, defaults = { apiKey: “”, photosetId: “”, errorText: “
    Error generating gallery.
    “, loadingSpeed: 38, photosLimit: 200 }, apiUrl=”https://api.flickr.com/services/rest/”, photos = []; // The actual plugin constructor function Plugin(element, options) { this.element = $(element); this.settings = $.extend({}, defaults, options); this._defaults = defaults; this._name = pluginName; this._hideSpinner = function() { this.element.find(‘.spinner-wrapper’).hide().find(‘*’).hide(); }; this._printError = function() { //this.element.find(‘.gallery-container’).append($(“
    “, { “class”: “col-lg-12 col-lg-offset-1” }) this.element.find(‘.gallery-container’).append($(“
    “, { “class”: “col-lg-12” }) .append($(“
    “, { “class”: “error-wrapper” }) .append($(““, { “class”: “label label-danger error” }) .html(this.settings.errorText)))); }; this._flickrAnimate = function() { this.element.find(‘.gallery-container img’).each($.proxy(function(index, el) { var image = el; setTimeout(function() { $(image).parent().fadeIn(); }, this.settings.loadingSpeed * index); }, this)); }; this._printGallery = function(photos) { var element = this.element.find(‘.gallery-container’); $.each(photos, function(key, photo) { var img = $(‘‘, { ‘class’: ‘thumb img-thumbnail flickr-img-responsive’, src: photo.thumbnail, ‘alt’: photo.title }); element.append($(‘
    ‘, { ‘class’: ‘ col-md-3 col-sm-4 col-center wpfrank-flickr-div’ }) .append($(‘‘, { ‘class’: ”, href: photo.href, ‘data-gallery’: ”, ‘title’: photo.title }).hide() .append(img))); }); element.imagesLoaded() .done($.proxy(this._flickrAnimate, this)) .always($.proxy(this._hideSpinner, this)); }; this._flickrPhotoset = function(photoset) { var _this = this; photos[photoset.id] = []; $.each(photoset.photo, function(key, photo) { // Limit number of photos. if(key >= _this.settings.photosLimit) { return false; } photos[photoset.id][key] = { thumbnail: ‘https://farm’ + photo.farm + ‘.static.flickr.com/’ + photo.server + ‘/’ + photo.id + ‘_’ + photo.secret + ‘_q.jpg’, href: ‘https://farm’ + photo.farm + ‘.static.flickr.com/’ + photo.server + ‘/’ + photo.id + ‘_’ + photo.secret + ‘_b.jpg’, title: photo.title }; }); this._printGallery(photos[photoset.id]); }; this._onFlickrResponse = function(response) { if(response.stat === “ok”) { this._flickrPhotoset(response.photoset); } else { this._hideSpinner(); this._printError(); } }; this._flickrRequest = function(method, data) { var url = apiUrl + “?format=json&jsoncallback=?&method=” + method + “&api_key=” + this.settings.apiKey; $.each(data, function(key, value) { url += “&” + key + “=” + value; }); $.ajax({ dataType: “json”, url: url, context: this, success: this._onFlickrResponse }); }; this._flickrInit = function () { this._flickrRequest(‘flickr.photosets.getPhotos’, { photoset_id: this.settings.photosetId }); }; // Init this.init(); } Plugin.prototype = { init: function () { this._flickrInit(); } }; // Wrapper $.fn[pluginName] = function (options) { this.each(function () { if (!$.data(this, “plugin_” + pluginName)) { $.data(this, “plugin_” + pluginName, new Plugin(this, options)); } }); // Chain return this; }; })(jQuery, window, document);
    Chinese State Councillor and Foreign Minister Wang Yi Reaffirms China’s Commitment to Strengthen Relations with ASEAN

    ‹ › ×

      jQuery(function() { // Set blueimp gallery options jQuery.extend(blueimp.Gallery.prototype.options, { useBootstrapModal: false, hidePageScrollbars: false }); });

      The post Chinese State Councillor and Foreign Minister Wang Yi Reaffirms China’s Commitment to Strengthen Relations with ASEAN appeared first on ASEAN.



      Source link
      ShareTweetSend
      Previous Post

      I’m More Qualified Than Tinubu — Labour Party Presidential Candidate, Peter Obi Replies Shettima Over Igboland President Claim

      Next Post

      University of Michigan medical students protest anti-abortion speaker

      Related News

      Beijing resumes demolition of major Tibetan Buddhist academy, satellite imagery shows – Radio Free Asia
      Asia

      Beijing resumes demolition of major Tibetan Buddhist academy, satellite imagery shows – Radio Free Asia

      August 19, 2026
      India Flags West Asia Crisis, Warns on Sanctions | World
      Asia

      India Flags West Asia Crisis, Warns on Sanctions | World

      August 18, 2026
      Rise and Growing Threat of Ittehad-ul-Mujahideen Pakistan
      Asia

      Rise and Growing Threat of Ittehad-ul-Mujahideen Pakistan

      August 18, 2026
      Asian Express Newspaper – Excel Entertainment and Amazon MGM Studios drop the highly anticipated trailer of Mirzapur: The Movie
      Asia

      Asian Express Newspaper – Excel Entertainment and Amazon MGM Studios drop the highly anticipated trailer of Mirzapur: The Movie

      August 17, 2026
      Next Post
      University of Michigan medical students protest anti-abortion speaker

      University of Michigan medical students protest anti-abortion speaker

      Discussion about this post

      Subscribe To Our Newsletters

        Customer Support


        1251 Wilcrest Drive
        Houston, Texas
        77042 USA
        Call-832.795.1420
        e-mail – news@theinsightpost.com

        Subscribe To Our Newsletters

          Categories

          • Africa
          • Africa-East
          • African Sports
          • American Sports
          • Arts
          • Asia
          • Australia
          • Business
          • Business Asia
          • Business- Africa
          • Canada
          • Defense
          • Education
          • Egypt
          • Energy
          • Entertainment
          • Europe
          • European Soccer
          • Finance
          • Germany
          • Ghana
          • Health
          • Insight
          • International
          • Investing
          • Japan
          • Latest Headlines
          • Life & Living
          • Markets
          • Mobile
          • Movies
          • New Zealand
          • Nigeria
          • Politics
          • Scholarships
          • Science
          • South Africa
          • South America
          • Sports
          • Tech
          • Travel
          • UK
          • USA
          • Weather
          • World
          No Result
          View All Result

          Recent News

          One year on, Raiders and Broncos still reckon with the legacy of their greatest game

          One year on, Raiders and Broncos still reckon with the legacy of their greatest game

          August 19, 2026
          The Language Barrier Is the Real Barrier in Edtech

          The Language Barrier Is the Real Barrier in Edtech

          August 19, 2026
          Netflix and Chills | Short Horror Film

          Netflix and Chills | Short Horror Film

          August 19, 2026
          One Month After MV Barima Sank, Search Operations Have Ended, No Salvage Contractor Named, And Questions Remain

          One Month After MV Barima Sank, Search Operations Have Ended, No Salvage Contractor Named, And Questions Remain

          August 19, 2026
          • Home
          • Advertise With Us
          • About Us
          • Corporate
          • Consumer Rewards
          • Forum
          • Privacy Policy
          • Social Trends

          Theinsightpost ©2026 | All Rights Reserved. Theinsightpost is an Elnegy LLC company, registered in Texas, USA

          Welcome Back!

          Login to your account below

          Forgotten Password?

          Retrieve your password

          Please enter your username or email address to reset your password.

          Log In

          Add New Playlist

          We are using cookies to give you the best experience on our website.

          You can find out more about which cookies we are using or switch them off in .

          No Result
          View All Result
          • Home
          • Insight
          • Blog
          • Business
          • Entertainment
          • Health
          • Politics
          • Shop
            • Gift Shop
            • Value Shop
            • Store
            • Bargain Shop
            • Discount
          • Sports
          • Tech
          • Travel
          • USA
          • Video
          • World
            • Asia
            • Africa
            • South America
            • North America
            • Europe
            • Oceania

          Theinsightpost ©2026 | All Rights Reserved. Theinsightpost is an Elnegy LLC company, registered in Texas, USA

          The Insight Post
          Powered by  GDPR Cookie Compliance
          Privacy Overview

          This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

          Strictly Necessary Cookies

          Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings.

          Cookie Policy

          More information about our Cookie Policy