# How to Download Facebook Uploaded Videos? Facebook is a famous social networking platform in these days. Everyday most of people many times visits Facebook. Various type of videos uploaded to Facebook everyday. Maximum friends ask a question that, How to Download a Facebook Video? Here, is the Solution- Solution-1: First Copy the … Continue reading How to Download Facebook Uploaded Videos?
Category: Facebook
Download Facebook Uploaded Videos
In Facebook we can fing many Interesting Videos. Sometimes we want to download this videos. Many friends were asking that "How to Download Facebook Uploaded Videos" in local machine. After Finding i found the solution & downloaded few videos... Please follow the below instruction to download the video... Step-1: Right Click on the video you … Continue reading Download Facebook Uploaded Videos
Meta tags for social share links or images
Facebook Meta Tags <meta http-equiv="Content-Type" content="text/html; charset=utf-8" > <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="keywords" content="" > <meta name="description" content=""> <!--FACEBOOK--> <meta property="og:title" content="" > <meta property="og:site_name" content=""> <meta property="og:url" content="" > <meta property="og:description" content="" > <meta property="og:image" content="" > <meta property="fb:app_id" content="" > <meta property="og:type" content="website" > <meta property="og:locale" content="" > L ## Twitter … Continue reading Meta tags for social share links or images
Facebook share link with more than one image
Facebook share link with more than one image <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" /> <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" /> <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" />
Google+ meta tags
Facebook share link with more than one image
Facebook share link with more than one image <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" /> <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" /> <meta property="og:image" content="https://images-na.ssl-images-amazon.com/images/I/41LH4pXAe6L.jkhjk000_.jpg" />
Facebook login script
<script> window.fbAsyncInit = function() { FB.init({ appId : '{your-app-id}', cookie : true, xfbml : true, version : '{latest-api-version}' }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script>
Facebook login in core php
<!--Add in Header / where login --> <button class="facebook" id="facebook"><i class="fa fa-facebook" aria-hidden="true"></i>Sign in with Facebook</button> <!-- Add in Header / where login --> ## Add this to the same login page or footer page. <script type="text/javascript"> window.fbAsyncInit = function() { //Initiallize the facebook using the facebook javascript sdk FB.init({ appId:'781510555361020', … Continue reading Facebook login in core php