• hello ..

    i want to add a bookmark behind thanks to wordpress.com inthe last page for my index.php

    from the footer.php now

    var bookmarkurl="https://www.mysite.com" 
    
    var bookmarktitle="bookmark my site here!!!!" 
    
    function addbookmark(){ 
    
    if (document.all) 
    
    window.external.AddFavorite(bookmarkurl,bookmarktitle) 
    
    }
    </script>

    now its doesnt show there ??
    is there any code to add bookmark inside the footer.php ?

    sorry for my pure english

    regards

  • The topic ‘how to bookmark this ?’ is closed to new replies.