Great Video 👍.. I learned a lot of skills from your TH-cam channel, can't thank you enough 🙏.. BTW how can I get REST API of Firebase? I wonder if that possible, cause I have a Flatter app using Firebase database and I need to get same data on my website.
Hello Jubran, you can surely fetch data from firebas & display it in wordpress but as of now we are unable to filter data just like we did in this tutorial, so the whole chunks of API data can be displayed but not as filter.
@@MoxetKhanPK hello thank your for your tutorial. It is amazing ! Do you know if now it is possible to list singular posts with external API ? Because I need to fetch individuals properties for a real state website.Thank you for your answer !
Hi Moxet, love your video 😍 from me, your subscriber anyway, I've simple question about this settings, can I get the "endpoint URL" from "old website" but the source is came from CPT instead of CCT ? is it possible in that way? thank you
Thanks for watching, CPT is much easier than CCT, you can use the following enpoint yoursite.com/wp-json/wp/v2/cpt_slug developer.wordpress.org/rest-api/reference/
Hey thanks for this video you have the best jet engine tutorials can you cover a video on dynamic functions think you would be best fit to cover this difficult topic thank you
Hello, Thank you for this helpful tutorial.. the problem is Query Variable for _post_id doesn't work with PHP 8.0+ any more.. is there any solution for this?
hey moxet, i have the problem the when i type in the query builder key=id and value=53939 from the preview, it still shows me the data of the full sting.
may i know why need to use option page ya to create the link? 12:30 .... can we just put direct link with shortcode url variable into the dynamic link ?
On the rest api query when you add a dynamic variable as rest api id and the value post_id i want to use on the single product what would the the dynamic variable value should be? Thanks
@user-by5jc2mk7s I haven't found a solution yet...
ปีที่แล้ว
Thank you so much for this video. I have an issue. I cannot limit post number in a listing created from a REST API. The option "Posts number" is not working. May you know how can I fix it?
I made a single post page and want to filter by ID to display a single post using WordPress REST API but it's not working. All the posts are displayed even when I enter the filter.😥
Thank you for video. But I’m trying to figure what is the difference between querying via the rest api that you connected to your cct and just querying the cct itself ?
Thank you for a new great tutorial. Idea: It would be interesting to make a tutorial about how to develop a following system like Instagram, Twitter, etc, where users can follow each other.
There are ready made plugin/themes for that, you can use buddyboss for social media related system in wordpress. In fact it can be build in Crocoblock as well but it will take long time and some custom code.
@@MoxetKhanPK Hi Moxet, I know I can use another complex plugins, but they adds useless code that I don't want to load on my page. That's why it would be awesome to learn how to create the functionality with JetEngine. Thank you anyway for all the work and the knowledge that you share with us ☺
@@educaenvivo5081 There is work-around in jetengine, let me give you some clue to be followed. CPT are your posts where poeple can comment with the help of CCT, (one-to-many) relationship. Add datastore for like or favorite. User accounts should be shared with register users (dynamic visibility), follow/unfollow should be an array in user meta which store ID's of user you follow. Then while showing listing grid show post where author in a list of array, so the user can see only those who follow.
@@MoxetKhanPK Thank you for your answer Moxet, unfortunately, even if I understand the idea, my knowledge is not enough to make your works in reality. It's amazing how you expand the possibilities of Jetengine to create stuns 🙂
🎯 Key Takeaways for quick navigation: The video *demonstrates how to build a REST API listing and a single page layout using JetEngine, Elementor, and WordPress.* Jet Engine's *REST API listing feature needs to be enabled in order to fetch data from another website using the REST API.* One can *create custom content types and choose REST API endpoints for fetching information.* The video *shows how to create a query, create a listing for the query, and display the listing using Elementor.* The process *of creating a single page layout involves creating a new query, filtering the results based on ID, and designing the layout using Elementor.* Option pages *can be used to automate the process by creating a dynamic link for each listing.* By using *option pages, dynamic links can be inserted into the listing grid, making it easier to display the single page layout for each item.* Made with HARPA AI
Hi Moxet, great tutorial! Thank you for sharing your knowledge. I am wondering if you have any experience connecting the JobAdder API to JetEngine listings? I am looking for ways to sync job data between JobAdder and job boards created with JetEngine. Appreciate any input! :)
super!! pero hago el ejercicio con un api externa y aun no logro que me muestre el detalle de cada articulo, ya que mi api recibe 3 parámetros y también veo que le pones "_post_id" a la variable y es justo la que te sale cuando previsualizas tu pagina, yo declaro mis variables pero el primer parámetro que me sale es "page_id=10" y si lo quito no funciona pero ese page_id no es ninguna delas variables que declare, no se como hacer para poder acceder al detalle de cada articulo, sigo tus pasos tal cual pero no funciona :(🥲 me podrías ayudar?
@@MoxetKhanPK Thank you for replying. Yes, I have seen the video for 3rd party API but I would like something different from that. E.g. Lets say you have a custom MySQL DB in your server and you want to pull the data from that DB to the WP site which has different DB. Is that possible? Can you show us how?
@@MoxetKhanPK Thanks. I will search it cause I do not have good knowledge of code. However, I would highly appreciate it if you could make a video tutorial for that when you can. Thanks a lot again.
How to make cct single page without REST API? It is possible? I try to make single page cct with "has single a single page" feature . But its limited, and i only Can add post title and content. I need to show dynamic Table in every single page
Great video! Is it possible to add a API information as a meta? I want to let users post their information (as usual) and in that same post, add an api information! Thank you in advance!
Esta genial el video, muy claro y funcional, lástima que no pueda generar una página de detalle con la API de tercero me extraña que el plugin deje hacer un listado y no página de detalle, no tiene sentido, es decir, te quedas a medio camino. Incluso intenté hacer un filtro con smartFilters del mismo Jet, pero tampoco cruza la info, es una lástima siendo un plugin tan potente, se quede a medias :/
@@MoxetKhanPK, thanks a lot for your video. I think Valérie means Custom Post Types, and your video is about Customer Content Types. Do you know any tutorials on how to do the same with Custom Post Types? Thanks!
enable rest api from jetengine, then kon website theke data anba sai endpoint ta bosao, then query builder, select rest api query, then select endpoint, which will show list of item pulled. then listing create koro, remember seelct rest api listing, then dynami sob details dekhao, same way te single listing but now query te add meta _ID = student_id or post_id then single listing design koro. now items list theke click korle jate single page ae jai, tai from option page created a field like signle_item_link then add value single page link, but for id go listing item there take a button or dynamic link select option variable then add query argument _post_id or student_id!
hey really awesome video...can u make a crypto website where you can display crypto data like coins grid and exchanges grid there fetching data from API, pls make such videos if possible.
[businessId] => 01H8VPT8MG9JSAB05WTPFYKZHE This is my ID and Value but when i try to make a custom query by Query Variable. it's not working. If i add key=businessId and value=01H8VPT8MG9JSAB05WTPFYKZHE, it's not showing one results. Can you help me to make a new video?
Great Video 👍.. I learned a lot of skills from your TH-cam channel, can't thank you enough 🙏.. BTW how can I get REST API of Firebase? I wonder if that possible, cause I have a Flatter app using Firebase database and I need to get same data on my website.
Hello Jubran, you can surely fetch data from firebas & display it in wordpress but as of now we are unable to filter data just like we did in this tutorial, so the whole chunks of API data can be displayed but not as filter.
@@MoxetKhanPK hello thank your for your tutorial. It is amazing ! Do you know if now it is possible to list singular posts with external API ? Because I need to fetch individuals properties for a real state website.Thank you for your answer !
Great Tutorial Boss 😍
Thank you from Greece!! Great tutorial!!
Most need jet engine rest api tutorial thanks
sir can i make repeater field clickable ? ie. whwn i click on repeater field i go on single page . is this possible. plz make video
Thank you! Amazing tutorial!
Wow Wow Wow. Thankyou 😍
Thank you for this amazing video!!!
Hi Moxet, love your video 😍 from me, your subscriber
anyway, I've simple question about this settings, can I get the "endpoint URL" from "old website" but the source is came from CPT instead of CCT ?
is it possible in that way?
thank you
Thanks for watching,
CPT is much easier than CCT, you can use the following enpoint
yoursite.com/wp-json/wp/v2/cpt_slug
developer.wordpress.org/rest-api/reference/
Thanks Brother ♥
Mucho gracias, thank you, dankje wel
Hey thanks for this video you have the best jet engine tutorials can you cover a video on dynamic functions think you would be best fit to cover this difficult topic thank you
Hello, Thank you for this helpful tutorial.. the problem is Query Variable for _post_id doesn't work with PHP 8.0+ any more.. is there any solution for this?
yeah, same issue here
hey moxet, i have the problem the when i type in the query builder key=id and value=53939 from the preview, it still shows me the data of the full sting.
It doesnt work, the api endpoint doesnt support filteration.
may i know why need to use option page ya to create the link? 12:30 .... can we just put direct link with shortcode url variable into the dynamic link ?
This is the easiest way, you can try with shortcode as well.
Wow. Thankyou
Awesome
Brother I must to know, is it possible to create taxonomy listing and filter for this post?
On the rest api query when you add a dynamic variable as rest api id and the value post_id i want to use on the single product what would the the dynamic variable value should be? Thanks
Doest work as of now
Followed your tutorial and worked as expected, Thank you! Is it possible to do a rewrite of the URL so it is more SEO-friendly?👍
@user-by5jc2mk7s I haven't found a solution yet...
Thank you so much for this video. I have an issue. I cannot limit post number in a listing created from a REST API. The option "Posts number" is not working. May you know how can I fix it?
All options in query builders are not compatible with REST API. I already inform Crocoblock.
I made a single post page and want to filter by ID to display a single post using WordPress REST API but it's not working. All the posts are displayed even when I enter the filter.😥
Unfortunatily most of the API does'nt support filteration with ID.
same
THANK YOU SO MUCH!!!
Thank you for video. But I’m trying to figure what is the difference between querying via the rest api that you connected to your cct and just querying the cct itself ?
When you query via REST API you get data from other site which is not stored with you. If you want your own CCT the data is store on your site.
@@MoxetKhanPKmy question here is why you’re querying the cct data using your own website API? You can query the cct itself and get the same result.
@@Swiss187 its not same website, we show CCT from other website 😂
Thank you for a new great tutorial.
Idea: It would be interesting to make a tutorial about how to develop a following system like Instagram, Twitter, etc, where users can follow each other.
There are ready made plugin/themes for that, you can use buddyboss for social media related system in wordpress. In fact it can be build in Crocoblock as well but it will take long time and some custom code.
@@MoxetKhanPK Hi Moxet, I know I can use another complex plugins, but they adds useless code that I don't want to load on my page. That's why it would be awesome to learn how to create the functionality with JetEngine. Thank you anyway for all the work and the knowledge that you share with us ☺
@@educaenvivo5081 There is work-around in jetengine, let me give you some clue to be followed.
CPT are your posts where poeple can comment with the help of CCT, (one-to-many) relationship. Add datastore for like or favorite. User accounts should be shared with register users (dynamic visibility), follow/unfollow should be an array in user meta which store ID's of user you follow. Then while showing listing grid show post where author in a list of array, so the user can see only those who follow.
@@MoxetKhanPK Thank you for your answer Moxet, unfortunately, even if I understand the idea, my knowledge is not enough to make your works in reality. It's amazing how you expand the possibilities of Jetengine to create stuns 🙂
🎯 Key Takeaways for quick navigation:
The video *demonstrates how to build a REST API listing and a single page layout using JetEngine, Elementor, and WordPress.*
Jet Engine's *REST API listing feature needs to be enabled in order to fetch data from another website using the REST API.*
One can *create custom content types and choose REST API endpoints for fetching information.*
The video *shows how to create a query, create a listing for the query, and display the listing using Elementor.*
The process *of creating a single page layout involves creating a new query, filtering the results based on ID, and designing the layout using Elementor.*
Option pages *can be used to automate the process by creating a dynamic link for each listing.*
By using *option pages, dynamic links can be inserted into the listing grid, making it easier to display the single page layout for each item.*
Made with HARPA AI
Hi Moxet, great tutorial! Thank you for sharing your knowledge. I am wondering if you have any experience connecting the JobAdder API to JetEngine listings? I am looking for ways to sync job data between JobAdder and job boards created with JetEngine. Appreciate any input! :)
super!! pero hago el ejercicio con un api externa y aun no logro que me muestre el detalle de cada articulo, ya que mi api recibe 3 parámetros y también veo que le pones "_post_id" a la variable y es justo la que te sale cuando previsualizas tu pagina, yo declaro mis variables pero el primer parámetro que me sale es "page_id=10" y si lo quito no funciona pero ese page_id no es ninguna delas variables que declare, no se como hacer para poder acceder al detalle de cada articulo, sigo tus pasos tal cual pero no funciona :(🥲 me podrías ayudar?
Hola, como mencioné, la filtración no funciona con API de terceros a partir de ahora. Quizas en el futuro
When I click “Send Request”, I get an error saying “Not Found”.
Can you help please? Any possible solutions?
Double check your API end points and authentication.
Thank you!
And what if we want to connect Post type?❤️
It is easy, i ll make a tutorial.
@@MoxetKhanPK Nice!
Hi, please make a tutorial for making SSO between two websites, If it's possible with currently existing tools.
Thank you so much for this video. Very comprehensive and simple. Can we pull data from and external database that is not wordpress/jetengine made?
Yes you can surely fetch it, there is another video on 3rd party API
@@MoxetKhanPK Thank you for replying. Yes, I have seen the video for 3rd party API but I would like something different from that. E.g. Lets say you have a custom MySQL DB in your server and you want to pull the data from that DB to the WP site which has different DB. Is that possible? Can you show us how?
@@dionstr17 all you need to do is to make a PHP file which convert your sql to a REST API end point; then pull based on that request.
@@MoxetKhanPK Thanks. I will search it cause I do not have good knowledge of code. However, I would highly appreciate it if you could make a video tutorial for that when you can. Thanks a lot again.
how to out put Gallery with REST API ??
How to make cct single page without REST API? It is possible?
I try to make single page cct with "has single a single page" feature . But its limited, and i only Can add post title and content. I need to show dynamic Table in every single page
It is jetengine native feature to make single CCT. I do have a tutorial on this channel for making single cct.
Great video! Is it possible to add a API information as a meta? I want to let users post their information (as usual) and in that same post, add an api information! Thank you in advance!
You can achieve that with make.com integration, you can push data to meta fields from an API
Hello, could you please teach us how to implement pagination for a listing grid that retrieves information from an API. Pleasssee!
You cant add pagination to REST API listing. Not supported as of now.
Amazing Tutorial., but I worry that the Single Page Listing is not SEO friendly ? How can we keep the url clean like when we use CPTs
@@OnyeStephen custom code might help
one to more video brother
Esta genial el video, muy claro y funcional, lástima que no pueda generar una página de detalle con la API de tercero me extraña que el plugin deje hacer un listado y no página de detalle, no tiene sentido, es decir, te quedas a medio camino. Incluso intenté hacer un filtro con smartFilters del mismo Jet, pero tampoco cruza la info, es una lástima siendo un plugin tan potente, se quede a medias :/
how much does JetEngine cost?
Thank you
Great , thanks ! is it possible to configure REST API with CPT instead of CCT ? Any tutorials about it ?
You want to show content or publish using REST API?
@@MoxetKhanPK I only want to show content from site A into site B ; the update of the informations will be done only in site A
@@valeriebonin1770 This is exactly what explained in the video.
@@MoxetKhanPK, thanks a lot for your video. I think Valérie means Custom Post Types, and your video is about Customer Content Types. Do you know any tutorials on how to do the same with Custom Post Types?
Thanks!
@@santiagofabadosalvador2657 I will surely cover it in next video, it is feasable.
enable rest api from jetengine, then kon website theke data anba sai endpoint ta bosao, then query builder, select rest api query, then select endpoint, which will show list of item pulled. then listing create koro, remember seelct rest api listing, then dynami sob details dekhao, same way te single listing but now query te add meta _ID = student_id or post_id then single listing design koro. now items list theke click korle jate single page ae jai, tai from option page created a field like signle_item_link then add value single page link, but for id go listing item there take a button or dynamic link select option variable then add query argument _post_id or student_id!
THIS!!!
hey really awesome video...can u make a crypto website where you can display crypto data like coins grid and exchanges grid there fetching data from API, pls make such videos if possible.
Hi, The concept is more or less the same. All you need to do is to fetch API and then filter it as per currency/coin.
[businessId] => 01H8VPT8MG9JSAB05WTPFYKZHE This is my ID and Value but when i try to make a custom query by Query Variable. it's not working. If i add key=businessId and value=01H8VPT8MG9JSAB05WTPFYKZHE, it's not showing one results. Can you help me to make a new video?
It doesn't work as of now in query builder.