Showing posts with label tip. Show all posts
Showing posts with label tip. Show all posts

Tuesday, November 12, 2013

NOT AN AVERAGE BANANA




If your marketing strategy is to reach a mass audience, it is very likely you need to have an "average" offering.
Ignore the masses! Create a product or service just for believers and once those believers buy from you, their tribes will follow.

People do not get passionate on average products.

Saturday, September 28, 2013

How to quickly invite all your Facebook friends to a Facebook event - Tip and Trick

We recently wrote an article about how to Invite all your Facebook friends to a Facebook page. Some times you also might need to invite all your thousands Facebook friends to a Facebook event but do not have the time to tick all those boxes next to your friends names. 


WHAT TO DO - TIP AND TRICK

Follow the below steps and you will get it done in less than a minute. Viola!
Cheers Mauricio @ eDigital.
  • Join the event with your personal Facebook account using Firefox browser.
  • On the event page, click on "Invite friends" box  - A pop up window will appear.
  • Scroll down until the end of the "Search by Name" list.
  • Open Firefox Scratch pad by going to Tools menu, then Developers, then Scratchpad.
  • A small window or pad should open.


  • Paste the below code into the pad.
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};

  • Click on to 'Execute" menu and then press "Run".


  • Wait around 10-20 seconds and all your friends names should be now ticked.


Hope it works for you. If not give me a buzz and happy to assist +61481367711.
Mauricio


NEXT

RELATED

How to quickly invite all your Facebook friends to like a Facebook page - Tip and trick

Recently we wrote an article on how to invite your Facebook friends to a Facebook event. However, sometimes you might also want to invite your thousands Facebook friends to "Like" a Facebook page but you do not have the time to manually select (tick) all those little boxes next to your friends names when inviting them to "Like" a Facebook page.


WHAT TO DO - TIP AND TRICK

Follow the below steps and you will get it done in less than a minute. Viola!
Cheers Mauricio @ eDigital.


  • Visit the desire Facebook page using your personal Facebook account (not as page admin logged in) using Chrome Browser. (Yes, this will only works using Chrome).
  • Click on "Invite friends" - A pop up window will appear.
  • Click on the arrow next to the box that reads "Recent Interations" and select: "Search all friends"
  • Scroll down until the end of the "All friends list".
  • Mac users using chrome to press "option + Command + J" - it will open the Chrome java script console.
  • Paste the below code into the console and then press enter.
  1. var inputs = document.getElementsByTagName("input");
    for (var i=0; i < inputs.length; i++) {
    if (inputs[i].getAttribute('type') == 'checkbox') {
    inputs[i].click();
    }
    }
Invite all your Facebook friends quickly by pasting a Java Script
code into the Chrome Java Script Console - By eDigital
  • Wait for some 5-10 seconds and all your friends ( who have not been invited previously) will be automatically selected.

Hope it works for you. If not give me a buzz and happy to assist +61481367711.
Mauricio


NEXT


    RELATED