Like and link facebook

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By orelvis15
:warning: Old Version Published before Godot 3 was released.

h1, I need to know how to integrate the facebook like button in a game and how to put that launches the browser game page button. Thank you

:bust_in_silhouette: Reply From: volzhs

I don’t use facebook, but you can open broswer with OS.shell_open("http://google.com")

You can not yet integrate facebook share button ??

orelvis15 | 2016-06-14 23:28

:bust_in_silhouette: Reply From: MrMonk

There was something started here:
FaceBook
I did not get that module working though but I did not spend anytime on it either.
If you can’t find the module I’ll post it somewhere, I don’t see a way to attach something here.

Your link doesn’t work, here’s a working link: Loading...

CowThing | 2016-06-18 04:13

:bust_in_silhouette: Reply From: DrMoriarty

For godot 3.2.3 now you can use precompiled Facebook module. More information at GitHub - DrMoriarty/godot-facebook: Facebook module for Godot Game Engine (android and iOS)
You can install NativeLib (binary module manager) from AssetLib and than search Facebook in it.

:bust_in_silhouette: Reply From: kurtsev0103

Hi , You can use Facebook Plugin

If you’re integrating this for iOS, you’ll also need to implement login via Apple.
You can use the Apple Plugin for this.

  • Both plugins have detailed instructions for installation and use.

  • Both plugins work on the same methods and signals for convenience.

  • Both plugins support any version of Godot