How To Delete All Facebook E-mail Notifications In 10 Seconds
Since there was so much interest in my previous post on how to delete Facebook wall posts and groups, I’m going to followup with a short tutorial on how to remove all Facebook e-mail notifications in one clean swoop.
Facebook sends out an email notification when certain actions are taken. For example, when someone requests to add you as a friend, posts on your wall, pokes you, etc etc. See the screenshot below.
Usually these notifications are a good thing, but if you’re like me and logon at least once a day, these notifications are annoying and pointless. The steps below will show you how to remove them completely. If there are certain notifications that you’d still like to receive, just check them individually after running the imacros script.
Steps To Remove All Facebook Notifications
1. First, you will need to have the Firefox Imacros plugin (opens in new window) installed.
Note: if this is your first time using imacros please refer to my previous post (opens in new window) on basic instructions how to use it.
2. Press F8 for the imacros sidebar to appear. Create a new .iim file, and paste in the following script (updated Jan 12, 2010)
VERSION BUILD=6111228 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/editaccount.php?notifications
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_msg CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_confirmed CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_wall CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_poke CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_birthday_reminder CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_detail_req CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_family_request CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_family_confirm CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_suggestion CONTENT=NO
TAG POS=11 TYPE=TD ATTR=CLASS:even_column
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_suggestion_accepted CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_invitee_joined CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_mention CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_mentions_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_profile_pic_request CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_tag CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_tag_request CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_comment_tagged CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_upload_via_email CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_album_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_album_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_invite CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_add_officer CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_admin CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_r2j CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_board_post_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_name_change CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_fbpage_admin CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_fbpage_fan_invite CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_invite CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_update CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_cancel CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_admin CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_r2j CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_wall CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_name_change CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_tag CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_share_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_share_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_tag CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_tag_request CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_comment_tagged CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_gift_received CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_answers_answered CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_answers_best_answer CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_feed_comment CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_feed_comment_reply CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_stale_email CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_product_news CONTENT=NO
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_research_invite CONTENT=NO
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:save_notifications
Note: This script will NOT remove the notifications from your Facebook apps since we use different Facebook apps. You will have to uncheck them yourself manually.
3. Login to Facebook and run the imacros script by clicking Play. It doesn’t really matter what Facebook page you’re on because the script above will go to the Facebook notification url:
URL GOTO=http://www.facebook.com/editaccount.php?notifications
4. (optional) If you want to receive ALL Facebook e-mail notifications (have all the options checked), this is the script (updated Jan 14 2010) << ONLY USE AFTER RUNNING THE FIRST SCRIPT SO ALL OF IT IS UNCHECKED.
VERSION BUILD=6111228 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/editaccount.php?notifications
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_msg CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_confirmed CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_wall CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_poke CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_birthday_reminder CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_detail_req CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_family_request CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_family_confirm CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_suggestion CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_friend_suggestion_accepted CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_invitee_joined CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_mention CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_mentions_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_profile_pic_request CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_tag CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_tag_request CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_comment_tagged CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_upload_via_email CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_album_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_photo_album_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_invite CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_add_officer CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_admin CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_r2j CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_board_post_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_group_name_change CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_fbpage_admin CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_fbpage_fan_invite CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_invite CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_update CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_cancel CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_admin CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_r2j CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_wall CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_event_name_change CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_tag CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_note_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_share_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_share_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_tag CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_tag_request CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_comment_tagged CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_video_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_gift_received CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_answers_answered CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_answers_best_answer CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_feed_comment CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_feed_comment_reply CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_stale_email CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_product_news CONTENT=YES
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:notif_setting_email_research_invite CONTENT=YES
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.facebook.com/editaccount.php?notifications ATTR=ID:save_notifications
And there you have it – another Facebook tutorial to keep your Facebook life easy and simple to maintain.
P.S. If you have any imacros script requests, let me know in the comments. I usually think of new ideas when I want to get something done, but if you wanna suggest something feel free to and I’ll write up another tutorial for it when I have time.
Create Your Own Online Dating Site Using osDate – Part 6 – Sites That Use osDate
This is part of the osDate 7 part blog series. Scroll down to the bottom of this post for links to the other parts.
If you made it this far, good for you! I know it’s a lot of information to digest, but I hope it has helped made your learning curve less steep. So by now you should have installed osDate, optimized admin settings, figured your way around the tpl files, and maybe even looked at a few themes you want to buy.
This part is about showing you which sites out there are using osDate. You can see there are a wide variety of sites that use this script, and for some, you can tell the owner has put a lot of hard work into customizing the design of the site.
The key to online dating site success is differentiation. What do you have to offer that other larger, general sites like Plenty of Fish don’t? There are plenty of free online dating sites out there. Don’t create a new one without a plan unless you’re doing it just for fun. But I suspect that if you’re reading my blog, you’re probably someone who’s interested in making money online, and seizing opportunities to deliver value.
Like the optimal admin settings post, this is a list that I transferred over from an old blog. My personal notes are in brackets.
Sites that use osDate
* updated Nov 16 2008 Jan 12, 2010 (some of the sites are gone so I have crossed them out)
* Note: If you are uncomfortable being showcased and listed here, please drop me an e-mail and I’ll remove it. It’s not a problem.
http://www.african-love.de (One of my personal favorites because I simply think the web design rocks. Looks really professional.)
http://www.52ons.com (52ons is also one of the top osDate sites out there with a nice design and 10,000+ members. The site is based in Hong Kong.)
http://www.datemymate.net (One of my favorites because of its unique concept. It’s a dating site for people to match up their single friends without them knowing you placed an ad on the site for them.)
http://www.handiscuter.fr (Nice, welcoming layout.)
http://www.sleeplessinthecity.com (This site shows up 3rd page on Google for the keywords “free online dating.” Very impressive considering how hard it is to rank for those particular keywords. Great domain name as well, but unfortunately the owner didn’t spend too much time customizing the design.)
http://www.Italianisingles.com (I really like this site; it looks good design-wise.) Using Dolphin
http://www.cheatersexpose.com (Another unique concept of creating profiles for men who cheat. The site’s not very active, so the concept probably didn’t take off.)
http://www.vestdating.dk (Listed for showing variation of design.)
http://www.ozlounge.com.au (This is an active gay community for Australian Youth.)
http://www.hispanicinternetdating.com (Doesn’t reveal number of members, BUT I wanted to highlight this one because it does something that no other site I’ve come across has done so far. If you register, you get a FREE copy of 101 Romantic Ideas by Michael Webb.
http://www.getfitbuddies.com (Find people who are into fitness as much as you are.)
After you’ve settled with a template, you can move onto tips…Create Your Own Online Dating Site Using osDate – Part 7 – osDate Tips
