FACEBOOK and JAVASCRIPT

FACEBOOK and JAVASCRIPT

Practically every company you can think of uses JavaScript. Why?

First, because the web is all-pervasive in our world. We can’t avoid it.

Second, because the web browser (or some kind of web browser component) is the only tool available for using the web.

Third, because JavaScript is the only language that is native to the web browser, so if you’re going to write a web browser application, you have to use JavaScript.

What is JavaScript?

JavaScript is a text-based programming language used both on the client-side and server-side that allows you to make web pages interactive. Where HTML and CSS are languages that give structure and style to web pages, JavaScript gives web pages interactive elements that engage a user. Common examples of JavaScript that you might use every day include the search box on Amazon, a news recap video embedded on The New York Times, or refreshing your Twitter feed.?

Incorporating JavaScript improves the user experience of the web page by converting it from a static page into an interactive one. JavaScript is mainly used for web-based applications and web browsers

No alt text provided for this image

JavaScript Usage by Industry

  • finance: 7%
  • advertising and marketing: 5%
  • education: 5%
  • entertainment: 5%
  • business support and logistics: 4%
  • healthcare: 4%
  • retail: 3%
  • government: 2%
  • manufacturing: 2%


USE CASE: Facebook

Facebook SDK for JavaScript :

  • Enables you to use the?Like Button?and other?Social Plugins?on your site.
  • Enables you to use?Facebook Login?to lower the barrier for people to sign up on your site.
  • Makes it easy to call into Facebook's?Graph API.
  • Launch Dialogs that let people perform various actions like sharing stories.
  • Facilitates communication when you're building a?game?or an?app tab?on Facebook.

Examples using the SDK:

Trigger a Share dialog

The?Share Dialog?allows someone using a page to post a link to their timeline, or create an Open Graph story. Dialogs displayed using the JavaScript SDK are automatically formatted for the context in which they are loaded - mobile web, or desktop web.

Facebook Login

Facebook Login?allows users to register or sign in to your app with their Facebook identity.

No alt text provided for this image


?Other Major?Companies?Using JavaScript:

  • Microsoft
  • PayPal
  • Netflix
  • Uber etc.



要查看或添加评论,请登录

Prachi Soni的更多文章

  • RTO LICENSE DETECTOR

    RTO LICENSE DETECTOR

    Object Recognition using CNN model Task Description ?? ?? In this task : ??Create a model that will detect a car in a…

  • JavaScript Integration with Docker

    JavaScript Integration with Docker

    Create a Web Application for Docker This app will help the user to run all the docker commands like: ??docker images…

  • K-means Clustering in Machine Learning

    K-means Clustering in Machine Learning

    K-means clustering is one of the simplest and popular unsupervised machine learning algorithms. The objective of…

    6 条评论
  • Confusion Matrix in Cyber Crime

    Confusion Matrix in Cyber Crime

    Task Description ?? ?? Cyber crime cases where they talk about confusion matrix or its two types of error. WHAT IS…

    8 条评论
  • GUI container in Docker

    GUI container in Docker

    Task Description ?? ??GUI container on the docker ?Launch a container ?Run any GUI software on the container…

    6 条评论

社区洞察

其他会员也浏览了