so i am basically finished with my game “yay” but I am having one last issue. when i test out the fb share on device. the fb plugin attempts to but gets stuck “loading” not sure why. Am i using the urls correctly?
any help would be amazing!!!
thank you,
btw, just put xxx for fb id for privacy
--[[CONFIG FILE]]-- --[[ADS]]-- show\_admob\_ads = true -- set this to true if you want insert AdMob ads admob\_app\_id = "ca-app-pub-8XXXXXXXXXXXXXXX" -- replace XXXXXXXXXX with your AdMob App ID (used only if show\_admob\_ads is true) --[[FACEBOOK]]-- facebook\_share = true --set this to true if you want to enable facebook share facebook\_app\_id = "9XXXXXXXXXX" -- replace XXXXXXXXXX with your Facebook App ID facebook\_share\_url = "http://facebook.com/smallmegastudios" -- Your game website or the Facebook page where to download the app facebook\_share\_pic = "http://imgur.com/KpATJEO " -- Picture displayed on Facebook within the shared message (recommended size: 90x90) --[[GAME]]-- player\_jumping\_power = 800 -- Power of the jump of the player points\_per\_star = 200 -- Points given when the player hit a star star\_frequency = 40 -- the lower the value, the higher the frequency! (recommended values: from 40 to 100) --[[CREDITS PAGE]]-- credits\_line\_1 = "Developed by:" -- What will appears in Credits section credits\_line\_2 = "Small Mega Studios" -- What will appears in Credits section credits\_line\_3 = "© 2015" -- What will appears in Credits section