Getting Wix Blog Post's Rich Text Content

Is it possible to get the entire blog post content including the images, text, etc in html? We are building a mobile app which needs to be synced with a wix site. We have a Wix blog and we need to display the blogs on the app as well. To list all the blogs we just retrieve the cover image and title to populate on the mobile app but when it comes to displaying individual blogs we have no choice than to launch an in-app browser to the clicked item’s url.

We would like to keep the user in the mobile app if possible but the wix blog does not return rich content like:

<body>
<h1>My blog title</h1><br>
<br>
<img src="img.jpg" alt="Alt from blog"><br>
<br>
<p>Blog starts here</p>
</body>

Not looking for interactions like allowing users to like or comment from the app (although this would be super convenient) but just the ability to display the individual blog post natively inside the app.

Does someone have a workaround for this apart from launching an in-app browser?

1 Like

Nice :slight_smile: hey just curious. Can you help me with a issue that I am having?