Buy me a coffee

Change Social Icon Links (One Page)

Suppose you want to change the Facebook Icon URL on One Page

Change Social Icon Links One Page 01 Min

You can use this code to Page Header Code Injection

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('header#header a.icon[href*="facebook"]').attr('href','https://facebook.com/squarespace');
});
</script>

Remember to replace it with a new Facebook URL

Change Social Icon Links One Page 02 Min