Posts

Showing posts from June, 2020

Getting Started 1

Getting Started Knowing Instant games. Instant games are the new way of gaming over facebook where the users can find and play games directly in the messenger chats or news feed, on mobile devices and desktops. Let's get started. Head over to  developers.facebook.com Login to your account. If you don’t have one, Signup ! Now you have account, start creating your app. Name it Fill the details page. Select Games as the Category Select  Trivia & Word  as the Sub-Category. Leave out the privacy policy and terms of service url for now. we'll add them later Finally, upload the app icon. Now to Turn it into an instant game. Add  Instant Games  in the  PRODUCTS  section of your app(in the left side bar) Now fill in the details sub page in the new  Instant Games  in the left side abr You may use these sample images as a reference for the images:  download samples Web hosting  tab allows you to upload an i...

fronts et features igbro

Image
Front end Features Igbro front end comes loaded with features. In this guide we'll walk you throught them and how to setup those. It is not necessary that you set up all the features but these are good features to have Google analytics support Deep link (custom app link) support Translate game according to user languages Get languages from user locale Design and color customization options Google analytics You can integrate google analytics in your instant game easily. this will allow you to see realtime users and it fires an event for all app plays and shares. Sign up for Google analytics if you haven’t already Create a new property as shown in the below video and copy the tracking id. In the domain field you may enter  https://www.facebook.com/ Paste it in analytics.js and also change window.analytics to true window . analyticsId = "UA-XXXX-YY" ; //set this to your tracking id window . analytics = true ; //set this to true Now ...

igbro installation

Image
Installation This documentation explains you how to install IGBro Introduction The game is divided into 2 parts: Admin Panel  :  where the quizzes are made Front end  :  which is uploaded to facebook In order to install the game we'll first install the admin panel. and then install the front end, although order does not matter. You need a server/hosting to install the admin panel along with a domain  (You can install in a subdirectory/subdomain of a domain that you already use for some other matter) Admin panel Prerequisites 🌟Important🌟 Domain or subdomain should have ssl (https) The following server requirements: PHP v7.2 Apache Server Ioncube Loader  for PHP 7.2 It is better to install in a subdomain or sub directory like  quiz.mywebsite.com  or  mywebsite.com/quiz Add a Game in IGBro.com Login in IGBro and visit your accounts section Under Products go the  Manage  section of your selected ...