The WordPress Products API returns JSON that contains all data. In the result are included the tags, the categories, the images and all fields. You could display the product info with one API call. The URL is formed like this: https://<wp>/wp-json/wc/store/products. The fields here are: id: Integer name: String description: String (HTML) – the explanation…
Facebook App Privacy Policy & Terms Of Use
Program Tom dot Com Apps may request users to Login via their Facebook Account. The Accessed Data is only the main profile and only for the purpose of authentication and authorization. You could request to see or to delete the data we store by email: bachillerko@abv.bg
FREE Apps – What – Video Converter – Softwares to use
I offer a Video Converter Software as a Paid Product that includes Executable Part and the Source Code. From a small talk I was reminded how important to start producing videos is. I’m also sharing here – some of the tools I have used or I am using – mine and free options from the…
10 Matrix Games – Data Model
This article will be about Matrix Games Data Model – a little bit slide away from business like apps, architectures, platforms and code. Game Developers also derive knowledge and wisdom from best practices – applied in all other areas. One aspect you could embrace – even in games is focus on the state. Several apps…
How to read WordPress Users and show Them with Flutter Web
The Content Management Platform – WordPress – also has User System inside. User Centered are almost all the Applications around the Internet. WordPress offers Administrative Visual Interface, Roles Editing and many more things integrated or offered as a plugin. In this article I’m gonna explain how to read WordPress Users from the WP JSON Rest…
How to read WordPress Posts & show Them with Flutter Web
In this article I’m gonna continue the tutorial of reading the WP JSON API to how you how to read the WordPress Posts and display them in Flutter Web Application. The Information is located on the URL: https://<wp>/wp-json/wp/v2/posts. It has the following JSON Data Model: The important fields of this complex WordPress Posts array/object –…
What You Eat – 2020 yearly update
What You Eat is a project that has been left practically alone – besides checking that it is online for several years now. There have been small fixes here and there, but nothing major, but practically and philosophically, it has grown on its own. You want numbers?! Here you have! These is the last year….
How to WordPress JSON Media & show it with Flutter Web
I’ll continue my previous articles about Consuming WordPress JSON API, Tags and Categories by showing you how to Grab the Media (probably mostly Images) from the JSON API of a WordPress Web Site. The Endpoint for Images is: https://<wp>/wp-json/wp/v2/media?[offset=<0,10,20>]. It has the following – more complex Data Model: Important and probably most used fields of…
How to grab WordPress Categories and show them in Flutter Web
I’ll continue my previous post about Consuming WordPress JSON API and Tags by showing you how to Grab the Categories and their related Posts or Products from the JSON API of a WordPress Web Site. Load Post Categories The Post Categories list endpoint is located under the address https://<wp>/wp-json/wp/v2/categories[?parent=<id>]. It has the following JSON Model:…
Add Watermark to your Creative Content
If you publish something on the Internet – with or without Watermark, no matter what or where – you must count it as pirated. The tool presented here is small part of a functionality of a project developed 4-5 years ago, that Facebook stole. The current rework is a minimal feature – minimal step to…