Making Your Profile Photo Un-clickable
1) Go to your Albums – > Profile Pictures2) Select your current profile picture.
3) Adjust privacy setting to “Only Me”
Selecting / Inviting All Friends
1) Open Firefox and go to your Facebook page to invite all friends to like your page.
2) Select “All Friends” instead of “Recent Interaction” so that you can invite all friends to your page. Scroll down till all of your friends are shown in the page.
3) Press Ctrl+Shift+K and a small window will appear at bottom.
4) Paste the below code in it and click enter.
javascript:elms=document.getElementsByName(“checkableitems[]“);for (i=0;i < elms.length;i++){if (elms[i].type=”checkbox” )elms[i].click()};