Hey all i was wondering if its possible to put things like "recent posts" or "recent members" into my standalone html site that i'm running. Maybe something like SMFS SSI?
You can get most things through the API. Make a request to the page that has the info you want, adding 'api' to the url. Such as `/api/users' will return JSON with the recent members.
@Muhammad-Saqib I wasn't suggesting that you specifically implement it, just that you should wait until someone does. If you can implement it, then please do!