Posts Tagged ‘Facebook’

How to Invite all of your Facebook Friends at Once

Posted on September 25th, 2010 by admin

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]);}}

Facebook – Confirm Your Identity Problem

Posted on August 27th, 2010 by admin

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.

Part 2 Using FBML to create a custom Join page.

Posted on November 30th, 2009 by admin

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.

<table cellpadding=0 cellspacing=0><tr><td>
<table cellpadding=0 cellspacing=0>
<tr><td>
<fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr>
<tr><td>
<fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name>
</td></tr></table>
</td><td>
<table cellpadding=0 cellspacing=0><tr><td>
<fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr>
<tr><td>
<fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name>
</td></tr></table>
</td><td>
<table cellpadding=0 cellspacing=0><tr><td>
<fb:profile-pic uid=xxxxxx></fb:profile-pic> </td></tr>
<tr><td>
<fb:name useyou=false uid=xxxxxx firstnameonly=true></fb:name>
</td></tr></table>
</td></tr></table>

You’ll also want to visit How to Style an Application Like Facebook for more information on styling your Facebook page.

Here's the Tutorial:

Install FBML on a Facebook Page

Posted on November 28th, 2009 by admin

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.

More News

AgentPress Theme

How to add Post Links to the Navigation Bar in AgentPress

How to add Post Links to the Navigation Bar in AgentPress

This particular video tutorial is for Wordpress users who are ...

CSS

HTML/CSS Video Tutorial Using Just Notepad for Beginners

Here is a great video that I found on YouTube ...

Domain Names

First Step – Purchasing a Webhosting service

First Step – Purchasing a Webhosting service

For those of you who will be following this blog ...

Dreamweaver

How To Set up a Website in Dreamweaver

How To Set up a Website in Dreamweaver

The following video tutorial will help newbies (techie term for ...

Facebook

Facebook – Confirm Your Identity Problem

Facebook – Confirm Your Identity Problem

As probably many of you know, today, there has cropped ...

Free Stuff

How to Use Filezilla to Make Simple Changes to Website

How to Use Filezilla to Make Simple Changes to Website

Many people don't neccessarily want to learn web design just ...

Freelancing

How to Find Work

How to Find Work

Until your name is out there and before you have ...

HTML

How to Find HTML Color Codes

How to Find HTML Color Codes

In this short video tutorial we will explain how to ...

Photos and Images

Tips & Tricks for Customizing your WordPress Blog

Tips & Tricks for Customizing your WordPress Blog

In the following video I will demonstrate a couple ways ...

SEO

FREE SEO Presentation

FREE SEO Presentation

The following link is a FREE SEO Presentation that we ...

Social Networking

Part 2 Using FBML to create a custom Join page.

Part 2 Using FBML to create a custom Join page.

Thanks for returning to part 2 on How to use ...

Twitter

How to Create a Custom Twitter Page – Video Tutorial

How to Create a Custom Twitter Page – Video Tutorial

This is a great video tutorial explaining in detail how ...

Uncategorized

Protected: Password protected blogpost

This post is password protected. To view it please enter ...

Upcoming Events

SEO 101 Class Tonight

SEO 101 Class Tonight

LearnToWebDesign.com is going to have it’s first training event July ...

Viral Marketing

What is Viral Video Marketing

In the next few days I will be posting information ...

Wordpress

Placing of Attachments in a WordPress Post or Page

Tutorial on placing attachments such as PDFs, Word documents, Excel ...