General Information
- The plug-in is implemented using a single script that is executable by a http request
- The whole communication between the central application Backlinks Genius and the plug-in is done using the POST request, which always contains a parameter function and other parameters, which are described below.
- Data is exchanged in JSON format
- If your hosting does not support json_encode, you can use our function bsf_json_encode for PHP, which contains everything you need Download it here, please.
- API is located at https://www.backlinksgenius.com/Services/api.php. Beware of uppercase and lowercase letters.
Plug-in User Interface
Ony a simple registration form is needed.
Relationships between users, blogs, articles and plug-ins
- One user has n blogs
- One blog has n articles
- One user has n plug-ins
- There is no relationship between a blog and a plug-in. One plug-in can serve more blogs.
Data communication between the plug-in and the central application backlinks Genius
The data communication is composed of 4 types of transfers:
- One-time plug-in registration in the central application
- Regular article list loading from the plug-in to the central application
- Regular content of a specific article loading from the plug-in to the central application
- Regular content of a specific article updates from a central application plug-ins
Download documentation with examples in PHP
Your authorization code can be found in administration in Settings - Controll code.
If you came to this page from administration directly, your authorization code is: ###KOD###.
If you have any problems or question, write us, we will try to help you!

