Category Archives: Tips and Tricks

How to create Facebook App and get App ID and secret

How to create Facebook App and get App ID and secret?

Creating a Facebook App is no rocket science but it just needs clean steps to follow. Before we begin the suggested steps  to create a Facebook app, the reason must be vivid. Facebook Application ID is used to integrate  with the Social Media Sharing feature and  Facebook login integration on the website, which is usually recommended for protecting the sensitive information keeping intact.

It is because the moment a a Facebook App  is created that  app will have an App ID and an App Secret. Then the  the App ID  is utilized to  send several requests to Facebook for data. And The Facebook App Secret gets enable to decode the encrypted messages from Facebook. 

So here we can dive into the easy steps for creating Facebook App Id And Get App ID And Secret.

Step 1

Go to the Facebook Developers section and login into your Facebook account, if you are not logged in already. This should not be your business account.

Facebook AP ID and Secret Key

Continue reading

wordpress tips and tricks, wordpress tips

Select Dropdown Countries Template for WordPress developers

Hello WordPressers,

I was working on a project where I had to add the countries dropdown on the signup page. So, for making select dropdown countries selection sticky in the case of error at signup, I needed to check the $_POST[‘countries’] with every option in the select dropdown. It seems a redundant effort to me as It took me 30 mins to do this task.

Continue reading

Adnan, Asif, Devin and Matt

WordCamp Beauty through Asian Eyes

Today, I am going to share the experience of attending my first WordCamp. It was my first time in the U.S.A (and the time to Miami obviously). I stayed in the U.S.A for 20 days, traveled to four states, met a lot of great people, and visited a lot of awesome places. 10 days in Florida includes NASA, Universal, Lakes, Springs, Parks, Miami, and a special visit to KeyWest. Kudos to Asif, my buddy who drove me to all the places. I highly appreciate his support for everything he did for me during my trip.

Attending a WordCamp was a dream and when your dream comes true, you feel splendid. I received a comment on FaceBook checking that I am lucky to be there and yes I was lucky to attend this WordCamp.

Continue reading

How to integrate a WordPress blog in your existing website

How To Integrate A WordPress Blog In Your Existing Website?

WordPress is amazing in its nature. You can convert it into anything and integrate it with any PHP website. You can even set the degree of integration. Like, there may be only a few features of WordPress you want to use when integrating it with your website. For example, you want to display the recent blog posts on your website’s homepage. Your website is in PHP and WordPress blog is installed in another folder. In this article, we will show you the steps that how you can achieve this awesomeness, learning how to integrate a WordPress blog in your existing website?

Continue reading

How To Add a Custom Field via WordPress plugin

How To Add a Custom Field via WordPress plugin?

Sometimes we need to add custom data for our posts and pages other than title and content especially when ones become comfortable with WordPress, there is an urge to do something experimenting for exciting features using WordPress custom field.  for  Suppose you are using Custom Post Types for your book store and want to save the Book price as well. You have added title and description but for price you will add a custom field. Today we are going to gain an understanding of  how you can add custom fields via WordPress plugins. In modern WordPress development, these kinds of functional stuff should be done via plugins instead of coding in WordPress themes.

Continue reading