Hi all!
Social share buttons have become an industry standard.
How do we integrate them in Gideros?
One way is to redirect users to url like:
https://twitter.com/home?status=Cool game engine! http://giderosmobile.comIs there a 'native' way to share? (open user's twitter app, not just url in browser)
Comments
Likes: Apollo14
наприклад:
"Ви пройшли 10 рівнів гри -хочете повідомити про це друзям?" -і тут посилання на кнопки соцмереж..
Likes: Apollo14
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://medium.com/the-megacool-blog/megacool-vs-replaykit-vs-everyplay-b81c8df685fb
and referal program that helps app going viral:
https://megacool.co/blog/zeptolab-cats-megacool-casestudy/
@hgy29 can you pls take a look at it when you'll have some time? THX!
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Likes: Apollo14
https://deluxepixel.com
Likes: Apollo14, SinisterSoft, vitalitymobile
https://deluxepixel.com
https://www.getsocial.im/
I just post for reference
Leave it here if someone needs to update the parameters to share on facebook and twitter.
Share.lua file line 26.
Thanks :-)
self.urls = {
facebook = "http://www.facebook.com/sharer.php?u="..url..""e="..title,
twitter = "https://twitter.com/intent/tweet?text="..title.." "..url
}
Likes: kinrpg
Likes: MoKaLux
is there any way for that?
and for the reverse, can you tell me how can i let android know that opening a file of my own format should be sent to my app? (also my app should receive the file or the path to the file)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Maybe this still works?
http://forum.giderosmobile.com/discussion/6104/share-text-or-binary-in-android/p1
But instead of "text/plain" use something else?
P.S. to get activity:
Likes: keszegh
i will also check what you wrote about how to get activity, although it's not clear how i should use it.
Fragmenter - animated loop machine and IKONOMIKON - the memory game
To use native functions you need to get application activity first.
Likes: MoKaLux