TOS Pages
Overview
Some social networks requires you to provide Terms of Service URL and Privacy Policy URL and to fit with their conditions to offer access for their API. With Mixpost you can generate these pages in seconds.
Generate TOS pages
- In Mixpost Dashboard, navigate to the Admin Console then click on Pages.
- Click on Generate samples.
- Upload logo, input brand name, email and register url.
- Click on Generate.
Many social networks, such as TikTok, require a fully developed website to approve your application. We recommend integrating or adapting our samples into your existing website to meet these requirements effectively.
Remove page prefix
By default, TOS pages have a prefix after the domain in the url. Example:
https://example.com/pages/terms
If you choose to use pages directly from your Mixpost instance rather than from your main website, you must remove the pages
prefix. This adjustment will allow your Mixpost instance to function seamlessly like a website.
To remove the pages
prefix, set the MIXPOST_PUBLIC_PAGES_PREFIX
environment variable to an empty string by adding the following line to your environment configuration:
MIXPOST_PUBLIC_PAGES_PREFIX=''
Now, your homepage will display the content defined under Admin Console -> Pages as the homepage information.
You will be able to access the Mixpost Dashboard like this:
https://example.com/<MIXPOST_CORE_PATH>
Substitute <MIXPOST_CORE_PATH>
with your specified MIXPOST_CORE_PATH
. If you have not altered the MIXPOST_CORE_PATH
environment variable, use the default value: mixpost
.