Skip to main content

Posts

Showing posts with the label FaceBook

How to add Facebook Page Plugin to WordPress

Facebook Page Plugin helps you to embed and promote Facebook Page on your website. Visitors can like and share your Facebook Page without leaving your site. Using of WordPress widget you can easily add Facebook Page Plugin to your website. You should need to place this FB Page widget at the sidebar of your website. This tutorial has divided by two steps. In the first step we will create the Facebook Page Plugin at the Facebook and second step helps to implement this FB page plugin in WordPress. Create Facebook Page Plugin  Go to the Facebook social plugin page and navigate to Social Plugins >> Page Plugin .  In this page you will find the configuration options for your Facebook Page Plugin. Into the Facebook Page URL input field enter your Facebook page URL. Plugin preview would be generated and also you can configure Plugin width, height and other options.  Once configuration is completed, click on the Get Code button. A popup would be appearing with the ...

Display Facebook Albums and Photos on the Website using PHP

Facebook Graph API makes it easy to embed Facebook albums to the website. You can easily create a photo gallery with Facebook photo albums using PHP and Graph API . In this tutorial, we’ll show you how to display albums and photos of a Facebook page in the website with PHP. Do you want to get all the photos from the Facebook page and show on your website? There’s a way to upload a photo once on the Facebook page, and then let it available for both your Facebook page and website. Here we’ll build a simple PHP script to get photos from Facebook and display Facebook albums and photos on the website using Graph API. The best part of this functionality is that the photo gallery can be customized as per your needs. Also, when you upload an image to your facebook fan page, it will be shown automatically on your website. Before you get started, a Facebook App need to be created to get App ID and App Secret . You can get an idea to create Facebook App from here . Retrieve Photo Albums from Fac...

Login with Facebook using PHP

Nowadays users are not interested in filling a big form to registration. Short registration process helps to get more subscribers for your website. Login with Facebook is a quick and powerful way to integrate registration and login system on the website. Facebook is a most popular social network and most of the users have a Facebook account. Facebook Login allow users to sign into your website using their Facebook account credentials without sign up on your website. This tutorial will explain how you can implement user login and registration system with Facebook using PHP and store the user profile data into the MySQL database. We’ll use Facebook PHP SDK v5.0 with Facebook Graph API to build Facebook Login system with PHP and MySQL. To get started with the latest version of Facebook SDK v5.0, make sure your system meets the following requirements.     PHP version should be 5.4 or greater.     The mbstring extension should be enabled. Before you begin to int...

Add or invite all facebook friends to facebook group – 2016 safe trick

Today I will explain you about how to add or invite all facebook friends to facebook group. Facebook allow’s maximum 5000 friends per account and because of this it is very difficult task to add or invite all facebook friends to facebook group. So here is a very simple and easy steps to add or invite all facebook friends to facebook group. Steps to add or invite all facebook friends to facebook group     Login to your facebook account     Open your facebook group in which you want to add your friends.     Click to F12 button in your keyboard and go to console box.     Now click here and copy the scripts.     Paste the copy script in console box and press enter.     Now add or invite all facebook friends to facebook group process start. Note: If you have more than 800 friends in you facebook friend list than due to facebook restriction only add below 800 friends per day otherwise facebook bots detec...