Create a Facebook App and add it as a Page tab

Refer to the guide from Facebook:

Steps in a nutshell

  1. Create your Facebook App.
  2. Make sure you’re the admin of the App and the Page
  3. Add Your App to your Facebook Page.

Adding your App to a Page

This step can be a bit tricky, so read carefully. In order to install your new page tab on your business page, you need to visit a link with several custom URL parameters. The link is: Read more

Monitor internet connectivity through the command line

If you have an intermittent internet connection, this is how you can monitor it through the command line, and maybe also generate logs to send to your ISP for troubleshooting. This works on the Mac and maybe for Linux (not tested):

ping www.google.com | while read pong; do echo "$(date): $pong"; done