Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
PlantBasedPigs
tagDiv Member

To anybody that has this problem along with me please use this custom Javascript, it will solve your issue.

function fixInstagramlink() {
var x = document.getElementsByClassName(“td-footer-instagram-user-link”);
x[0].href = “https://www.instagram.com/ENTER_YOUR_INSTAGRAM_ID_HERE”;
}
window.onload = fixInstagramlink;

Viewing 1 post (of 1 total)