Hi dears, i’m asking myself if is possible to get the pilot list in a page without a template to put it in a wordpress theme with <iframe>
for example:
http://remote.fsairlines.net/v1/roster.php?rvi=368&title=off
and how can I do that?
Thanks!!
Hi dears, i’m asking myself if is possible to get the pilot list in a page without a template to put it in a wordpress theme with <iframe>
for example:
http://remote.fsairlines.net/v1/roster.php?rvi=368&title=off
and how can I do that?
Thanks!!
Replace index.php in your link with action.php
22 hours ago, Vangelis said:
Replace index.php in your link with action.php
It works, but without style jajja and if i wanna display my acars live map it doesn’t show… There is other metod?
Thanks for your reply and your time
The are 2 solutions or you make a plugin for wordpress that grabs the Json data and shows it via Ajax or you create a single HTML website that gets the data via Ajax request
U can use phpVMS REST API. Simple to call anything.
//forum.phpvms.net/applications/core/interface/index.html
9 hours ago, Aaryan said:
is it works with wordpress??
5 hours ago, joooseb said:
is it works with wordpress??
Yup, works with everything.
25 minutes ago, Aaryan said:
Yup, works with everything.
Nice, but how can I use it?? an example for the pilot roster for example pls to put in a wordpress page.
Thanks for your time!