Chaturbate Social Media Icon Footer Maker

If you are looking to customise your Chaturbate bio page then you will want to check out my Chaturbate Social Media Icon Footer Maker.

How To Use The Chaturbate Footer Maker

Step 1:
Select your footer background colour.

Step 2:
Now select an icon that goes behind the social media icon. (Or you can use one you have from elsewhere.)

Step 3:
Depending on what colour your background is. Choose if you want white or black social media icons. (For contrast)

Step 4:
Next select the Social Media Platform you want to add to your footer

Step 5:
Enter your social media link. (Click Apply)

Step 6:
Repeat this for all your links and click the apply changes button.

Step 7:
Check your layout in the preview window and if all is good to go click the copy button.

You can see what your footer is looking like in the Live preview window.

Read More…

Chaturbate Social Media Icon Footer Maker

Chaturbate Footer Maker


`; } }// Helper function to convert hex to RGB function hexToRgb(hex) { hex = hex.replace(/^#/, ''); const bigint = parseInt(hex, 16); return { r: (bigint >> 16) & 255, g: (bigint >> 8) & 255, b: bigint & 255 }; }function addSocialLink() { const linkUrl = linkUrlInput.value.trim(); if (selectedImageSrc && linkUrl) { let bgStyle = 'black'; for (let i = 0; i < backgroundStyleRadios.length; i++) { if (backgroundStyleRadios[i].checked) { bgStyle = backgroundStyleRadios[i].value; break; } } let dynamicImageSrc = getCorrespondingImage(bgStyle, selectedImageSrc); // Use the correct image based on selectionlet socialLinkHtml = ` `; linksContainer.insertAdjacentHTML('beforeend', socialLinkHtml); const newLink = linksContainer.lastElementChild; const removeButton = newLink.querySelector('.removeLinkButton'); removeButton.addEventListener('click', () => { newLink.remove(); generateSidebarCode(); // Regenerate code after removal });linkUrlInput.value = ''; // Clear the URL input after adding linkUrlInputContainer.style.display = 'none'; // Hide the URL input box selectedImageSrc = ''; // Reset the selected imagegenerateSidebarCode(); // Regenerate code after addition } else { alert("Please select an image and enter a URL."); } }const imageElements = document.querySelectorAll('.socialImage'); imageElements.forEach(image => { image.addEventListener('click', () => { selectedImageSrc = image.src; // This will be updated in addSocialLink based on radio selection linkUrlInputContainer.style.display = 'block'; linkUrlInput.focus(); }); });sidebarEditor.querySelector('.applyChangesButton').addEventListener('click', generateSidebarCode);submitLinkButton.addEventListener('click', addSocialLink);copyCodeButton.addEventListener('click', () => { navigator.clipboard.writeText(finalCodeOutput.value).then(function() { console.log('Code copied to clipboard'); alert("Code copied to clipboard!"); }, function(err) { console.error('Could not copy text: ', err); alert("Failed to copy code to clipboard"); }); });backgroundStyleRadios.forEach(radio => { radio.addEventListener('change', generateSidebarCode); });// Event listener for gradient type changes gradientTypeRadios.forEach(radio => { radio.addEventListener('change', generateSidebarCode); });// Event listeners for color changes document.getElementById('colorPicker1').addEventListener('change', generateSidebarCode); document.getElementById('colorPicker2').addEventListener('change', generateSidebarCode); document.getElementById('colorPicker3').addEventListener('change', generateSidebarCode);// Initial generation to show something in the iframe generateSidebarCode();

How To Add Your Footer To Your Chaturbate Bio:

Step 1:
Now go to your Chaturbate page and select your bio page and click on “edit your bio”.

Step 2:
Scroll down to Wishlist box and paste in your code.

Step 3:
Finally click update bio at the bottom of the page and your footer will be added to your Chaturbate bio page.

Other Useful Chaturbate Tools

UKDAZZZ Website Logo
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.