Categories
FaceBook Solutions Uncategorized Web

Check How My Facebook Timeline Looks to Others

Facebook logo Español: Logotipo de Facebook Fr...
Facebook logo (Photo credit: Wikipedia)

With privacy slowly becoming a major concern in social networking sites, it is important to keep an eye on what information you are giving out. Your facebook timeline is one of the places where you can unintentionally give out information publicly. So its critical to Check how your facebook timeline looks to others.

Here is how to Check How My Facebook Timeline Looks to Others

To check what your friends, other users and public can see on your timeline, you can use the built-in “View As” tool. This is how to use it:

  1. Go to your Timeline and click on the button “
  2. Click on “View As…” in the dropdown menu.
  3. Now You will see what your Timeline looks to the public. To see how your Timeline appears to someone in specific (friend, collegue, relative ect.) click “View as Specific Person“, type their name in the text box and press enter.

Other Links:
Beedle – https://amzn.to/2SAmCH0
* GOT illustrated – https://amzn.to/2Qsj5hx
* Poker – https://amzn.to/2LakF1I
* Time turner – https://amzn.to/2Px0Pyb
* https://amzn.to/2QMXXBP

Categories
Uncategorized

How to Download Youtube Playlist Ubuntu

Here is the simple step by step process of how to Download Youtube Playlist in Ubuntu. The following method makes it very easy to download entire playlists onto your system.

For this we use the command line tool youtube-dl.

To install youtube-dl use the following commands:
{adinserter 4}
$ sudo apt-get update
$ sudo apt-get install youtube-dl

To download an entire channel use the command:

youtube-dl -citw ytuser:

To download all videos on a playlist use the below command followed by the playlist url:

youtube-dl -citw

Categories
Uncategorized

Fixing the IE8 Double Click Bug

The Big Blue E
The Big Blue E (Photo credit: sbisson)

In Internet Explorer 9 & higher, there is a bug in handling form based javascript written for IE8. One of the side effect is that for ‘Forms’ with ‘Submit’ Buttons, it can cause a ‘Double Click Action’ on Submit.

This action can cause unexpected behavior on webpages designed primarily for IE8. There are a couple of ways to work around the issue. One simple JS fix is to replace the onclick call to something like this:

onclick="this.disabled=true; /*Do Required operation*/ return false;"
{adinserter 3}
Other options include, using a js listener to catch the click event and prevent it from double clicking.
Also changing the type of the button from “Submit” to Button apparently reduces the probability of this error recurring.

Enhanced by Zemanta
Categories
FaceBook Solutions Uncategorized Web

How to find your Facebook ID for Facebook Apps

Image representing Facebook as depicted in Cru...
Image via CrunchBase

Your Facebook ID (not your login ID) is required for administering many developer based apps (pages, share buttons and open graph based programs). You can figure out your ID using the following method:

  1. Login to Facebook
  2. Go to your photos and click on any of your photosets
  3. Right Click on any photo and open it in a new window
  4. In the url look for the text “fbid” and copy the number right next to it between the ‘=’ and ‘&’.
  5. This number is your Facebook ID.