195 comments found.
How can I get Smart Notification plugin? Why did you remove it?
I bought the “SMIO WordPress API Complete Solution” plugin, but I am having some difficulties with configuration and testing using Postman; here is the page I created for documentation: https://vreiacasa.com/api-documentation/; do you by any chance offer a configuration and testing service regards Stefano
Pre-purchase question, I wanted to know if using your plugin I can connect a mobile app to authenticate and access the backend, thanks
Yes, the plugin is developed for that purpose.
Hi! Ca i make the plugin work with https://themeforest.net/item/mylisting-directory-listing-wordpress-theme/20593226 ?
I mean registering custom endpoints from the custom theme db
yes sure, you can create any custom end-points using the service builder that coming with the plugin.
Can you give me a short sample php? For example I want to fetch listings from a custom theme. I know how to register a new endpoint generally, outside your plugin. In my case I want to fetch: ‘post_type’ => ‘job_listing’ Can you please give me a short example how can I build a custom service for this custom post_type? Thank you!
Please check my plugin here: http://swiftuisoft.com/plugin-example.html
Hi, as I have already created one (paid) support ticked, I’m still waiting. Please consider this as high priority. Thanks.
Hi dear, I think it’s already issued.
Yes dear, it’s fixed. Thanks for your support. I really appreciate. One of the bests plugin so far.
can this be used to open up the wp site api to mobile apps?
Yes sure, it’s the main purpose for the plugin.
can this be used on multiple sites?
yes, it’s possible.
I this plugin support connected with external api to sync products and orders
no, it’s not possible.
I want to buy this plugin https://codecanyon.net/item/smio-wordpress-api-complete-solution/6448487 but I was wondering if can use this plugin to send this data over to my external pho site? via API. is this possible?
Yes, it’s possible. it will export your website data in JSON format/
Hi,
I need auto login to wordpress from another application wihout requesting username/password again.
The login method request: - Authentication Method : OAuth 2.0 - OAuth 2.0 Grant Type : Password Grant - Token Type : Access Token
is this plugin provide it?
Regards.
Yes, it’s supported by our plugin.
I want to view a certain table and rows on json format, How can I achieve this?
Plugin can output WordPress native data only. But you can write some custom code using `Build Custom Service` feature.
There is no sufficient tutorial in youtube or anywhere.
plugin has a complete API documentation.
Your Demo site is not working, please fix it so I can review the solution.
Thanks
it’s working for now.
Does this plugin support bbPress and BuddyPress?
no, it’s not supported.
1. Hi Im using houzez theme for a real estate business and I want to create an API and a XML to post my listings in other websites, is this possible? 2. Can other websites post in my website using the API?
1. Yes, plugin has an end-point to read posts as JSON or XML formats.
2. Yes, plugin has an end-point to create posts.
Can I customize a feed for a custom post type and have the client get the posts from my website?
yes, you can get posts based on their custom type name.
I need to create an XML feed always available for other website to catch my custom type content. They are expecting the date to be available this way, not sure if this is something possible:
<?xml version=”1.0” encoding=”utf-8”?> <trovit>
<ad> <id><![CDATA[...]]></id> <url><![CDATA[...]]></url> <title><![CDATA[...]]></title> <type><![CDATA[...]]></type>
<agency><![CDATA[...]]></agency>
<content><![CDATA[...]]></content>
<price><![CDATA[...]]></price>
<property_type><![CDATA[...]]></property_type>
<floor_area unit="feet"><![CDATA[...]]></floor_area>
<rooms><![CDATA[...]]></rooms>
<bathrooms><![CDATA[...]]></bathrooms>
<parking><![CDATA[...]]></parking>
<address><![CDATA[...]]></address>
<city><![CDATA[...]]></city>
<city_area><![CDATA[...]]></city_area>
<postcode><![CDATA[...]]></postcode>
<region><![CDATA[...]]></region>
<latitude><![CDATA[...]]></latitude>
<longitude><![CDATA[...]]></longitude>
<pictures>
</pictures>
<picture>
<picture_url><![CDATA[...]]></picture_url>
<picture_title><![CDATA[...]]></picture_title>
</picture>
<picture>
</picture>
...
<picture_url><![CDATA[...]]></picture_url>
<picture_title><![CDATA[...]]></picture_title>
<virtual_tour><![CDATA[...]]></virtual_tour>
<date><![CDATA[...]]></date>
</ad>
<ad> .... </ad>
<ad> .... </ad>
...
</trovit>
yes, that’s possible. plugin can output data in XML format.
How would I go about creating that within the plugin? Can u kindly explain so I can check on the dEMO.
Hi, I’m not so much tech-savvy, but I have a question and I’m guessing your plugin could help.
I already created a Zapier/Integrately integration for some automation. Whenever I create a new post in WP, the URL is being passed to my CRM through API and there the information is recorded.
However, I use another plugin for link tracking (HighWayPro – btw, it’s a very handy plugin). This plugin creates a short (tracking) URL automatically by each new post, and it’s vissible on the post editing page itself. Unfortunately, in the integration app I can see all sort of data being pulled out from WP, but there’s no info about the tracking URL – which indeed is something I need to have in my CRM!
Do you thing I can somehow work it out with your plugin?
Thanks for your answer in advance!
I have opened a ticket, but I cannot get a response in 48 hours
ticket is resolved
Good luck with your sales
thank you dear
Hi, please let me know when update will be released for WordPress 5.7. Thanks.
WordPress 5.7 is already supported.
OK thanks.
sorry it’s not possible.
Dear smartiolabs Developer, Before i buy this plugin i want to know if it’s support my situation, i want to get data from external api not wordpress and store each data in custom post type, meta and with possibility to import images that comes with json data, secondly i want to know if it’s support conditionals for ex: if json data[statut] = 10 {store this “text1” statut_meta_field}if data[statut] = 11 {store this “text2” in statut_meta_field}
unfortunately no, this plugin can’t import data, you need to write some PHP code to implement that.