This video tutorial shows you how to use a short Javascript code to invite all of you Facebook Friends with one click. No more having to select your friends one-by-one and clicking invite. Just watch the video and then us the code below to do to a mass invite. You can also use this same method to suggest friends, suggest pages, etc.
Please leave a comment below to tell us what you think of this video tutorial and if you have any questions. Also, please share this video tutorial with your friends! Have Fun!
javascript:elms=document.getElementById(‘friends’).getElementsByTagName(‘li’);for(var fid in elms){if(typeof elms[fid] === ‘object’){fs.click(elms[fid]);}}
As probably many of you know, today, there has cropped up a problem with Facebook. I’m hoping that it is being worked on by Facebook and is resolved soon.
The problem is that while logged into your Facebook account, you are reminded to log in again. Once you go to log in, it tells you now that you must register a phone number to verify that you are a real person. So, Facebook then tells you to verify your phone number by texting the letter “f” to 32665. Facebook then texts you back a code which you enter into Facebook.
Sounds good so far right? Well, I followed all of the instructions and now can no longer get into my Facebook account. I’m attaching a screen shot below of the issue so that you can see what is happening. When I log in, I get a message that says “Confirm You Identity”, then below that it says “Your Account is Already Verified” and then there is a button to click “Confirm”. So, you click the “Confirm button, and nothing happens.
I just wanted those out there that are having this problem to realize that you aren’t the only ones with this issue and I don’t have an answer yet but I have contacted Facebook and I am awaiting their reply or fix.
Thanks for returning to part 2 on How to use FBML to Create a Custom Page!
Really, in order to participate and understand this tutorial you must have some knowledge HTML and hopefully some CSS. If you don’t, I recommend that you visit the W3Schools.com website. I have placed some code below and you are welcome to copy and paste it.
One of the sites that you will want to visit is this Facebook site: http://developers.facebook.com/tools.php?fbml. It has a place for you to test your FBML before you actually place it on your Facebook page.
This is the first part of a two-step tutorial on creating a “special” page for people to see that have not yet become “Fans” of your Facebook page. For people who are having trouble installing the FBML app in Facebook and are having trouble then this is a great tutorial for you as well. Once, you have followed this tutorial and have installed FBML on your Facebook page, please come back to Learntowebdesign.com and watch the second part of this tutorial and creating a custom page for people to join!
What do you need to do this tutorial:
1. a Facebook account
2. at least one Facebook page.