Categories
Latest Articles
Most Viewed Articles
- Advanced Event layout is not working like your demo site after upgrading
- I want to show up like your demo site with Business Directory menu
- How to fix main menu bar when scrolling
- How to hide Advanced Menu System on non users
- How to limit tabs on Main menu bar
- Can I adjust Mini menu styles?
- Some menus do not appear on main menu bar after installation
- Why layout is not applied when changing Main Menu Style
- Distinguish of Main Menu Styles
- The difference of Site Logo in Advanced Menu System and in theme management page
1. Go to https://www.linkedin.com/developer/apps and click on "Create App"
2. Fill in the information as on-screen instructions
Just a forced field as "Company" will take much time to complete, follow their instruction by creating a new Company page if you have not yet had any page on Linkedin
3. How to get Client ID and Client Secret
4. Enter Redirect URLs
- HTTP: http://yoursitename/PF.Base/module/socialbridge/static/php/linkedin.php/
- HTTPS: https://yoursitename:443/PF.Base/module/socialbridge/static/php/linkedin.php/
5. To import the full profile from LinkedIn, you also need to apply for r_fullprofile permission.
For r_fullprofile permission, please visit our http://knowledgebase.younetco.com/gettingstarted/article/article_1040 for more information
Note: with phpFox platform, in some cases if you are using Amazon as hosting service with SSL Certification, you might encounter this error:
Then you need to fix this by insert below code into file PF.Base/start.php at line 32 to 35 (Please perform backup before editing files):
if(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO']=="https") {
$_SERVER['HTTPS'] = "on";
$_SERVER['SERVER_PORT'] = "443";
}
February 9, 2018
Category: Social Bridge