May 15, 2023 — Er zijn meerdere manieren om binnen WordPress een AJAX request af te handelen. Maar welke manier is nou de beste voor jou en hoe optimaliseer je nou zo’n request.
En heb je sowieso wel AJAX nodig voor wat je wilt bereiken?
Aan de hand van een paar gave code voorbeelden ga ik je laten wat wij zoal doen in en met WordPress zelf om de load op je server zo laag mogelijk te houden. En je hiermee dus een snellere WordPress site/shop krijgt.
We kijken daarbij verder dan standaard oplossingen zoals admin-ajax.php en de REST API. Want we gaan out-of-the-box denken, met wat leuke trucjes.
June 26, 2020 — Learn about the WordPress REST API, and how to use it to make forms and pages that don’t need to reload. This talk includes stepping through the build of a small WordPress REST API site.
June 2, 2019 — This talk will cover how JavaScript has been used with WordPress in the past, and how it will be used going forward. Instead of proposing one single method or framework to use when coding JavaScript, we will go through a few different combinations you’ll see in the wild in both older and more forward-looking WordPress plugins. Examples will cover AJAX with jQuery, ES6, the Heartbeat API, REACT, and Gutenberg blocks.
After this talk, attendees should feel more comfortable opening up any JS file they come across in the WordPress world and knowing a bit more about how to work with the various frameworks and patterns in use.
February 12, 2019 — Mitko will tell us about some of the ways WordPress websites can be AJAXed. The talk will start with explaining how the wp_ajax functionality works and show some tips and tricks, and then go into the WP API and some javascript frameworks that can help you AJAX your website.
November 21, 2017 — In his talk, Mitko Kochkovski will tell us about some of the ways WordPress website can be „ajaxed“. The talk will start with explaining how the wp_ajax functionality works and show some tips and tricks, and then go into the WP API and some javascript frameworks that can help you AJAX your website.
March 9, 2017 — Na prvý pohľad patria možno AJAX a cron medzi pokročilé témy, ale nemusí tomu tak byť.
AJAX je použitý na takmer všetkých webových stránkach, ktoré robia niečo aspoň trošku zaujímavé. Martin Krcho vám ukáže, ako správne nakódiť AJAX-ové volania na WordPress, aby ste mohli držať krok s dobou a nenačítavali pri každom kliknutí celú stránku.
Cron je zase nevyhnutný na vykonávanie opakovaných úloh, ako napr. posielanie súhrnného e-mailu vašim čitateľom každú nedeľu podvečer. Na WordPress je to hračka, keď viete ako na to.
November 6, 2014 — Using Ajax and JavaScript in WordPress plugins. JavaScript is an incredibly powerful tool to make your website and or web app more powerful and interactive. See the full power of integrating right into your WordPress with wp_ajax and taking advantage of client side scripting.
September 3, 2014 — Backbone.js and Underscore.js are exciting additions that allow more scalable Javascript creation, both on the front and back end of the system. Along with these great tools came some other, smaller utilities and helpers that make the life of a WordPress Javascript developer just a bit easier.
So let’s explore just some of the hidden wonders in the wp object: wp.ajax, wp.template, wp.shortcode, and wp.html.
August 21, 2014 — En demonstration af hvordan man kan lave en webside med WordPress-indhold, der opdateres/hentes ved hjælp af Ajax og Javascript – dvs. uden at hele siden skal genindlæses når indholdet ændres. Indlægget er beregnet på personer med nogen erfaring i at lave temaer og/eller plugins til WordPress.
August 7, 2014 — WordPress is an amazing tool. JavaScript makes it even better. Learn how to push data from WP-to-JS and back again in this primer on AJAX.