Chaturbate had made adding images pretty complicated and I know not every model has access to the Model's Only Section (where there is a lot of awesome information!) so I thought I would add this here since so many people were having issues with it.
If you want to add images to your bio, here's the coding:
To make it work properly, you need to remove the http: part of the URL.
If you want to make an image 'clickable' then you need to do this:
This way you can make an image to something like Twitter, then make it an image that can be clicked and transfers the person to the website of you choice, i.e. twitter.
It is pretty simple once you know the code, but just remember somethings are not allowed on Chaturbate, such as you own website or promotion of your other camsites/websites.
If you want to add images to your bio, here's the coding:
Code:
<img style="height:HEIGHT;width:WIDTH;background:COLOR" src="//IMAGE ADDRESS"/>
To make it work properly, you need to remove the http: part of the URL.
If you want to make an image 'clickable' then you need to do this:
Code:
<a href="//websiteurl.com" target="_blank"><img src="//image.jpg"/></a>
This way you can make an image to something like Twitter, then make it an image that can be clicked and transfers the person to the website of you choice, i.e. twitter.
It is pretty simple once you know the code, but just remember somethings are not allowed on Chaturbate, such as you own website or promotion of your other camsites/websites.