I think I have it working. Right now it's generating this format as a link.
https://mini.ixbyix.com/?name=share&wave...ave1=20001
I was going to add a link out to your site in the menu, what would you like me to call it? Also do you have referral tracking code you'd like me to implement?
I'm still looking into how to pull your info in to populate the app. I couldn't see how to register as a receiver?
https://mini.ixbyix.com/?name=share&wave...ave1=20001
I was going to add a link out to your site in the menu, what would you like me to call it? Also do you have referral tracking code you'd like me to implement?
I'm still looking into how to pull your info in to populate the app. I couldn't see how to register as a receiver?
(12-30-2016, 06:48 PM)drewbenn Wrote: Yep, those are the basics. The first engine is 0x0001, the second is 0x0002, the third is 0x0004, and so on. So a value like '351' would be:
. 111
. 2109 8765 4321 <-- engine number
3 0011 .... ....
5 .... 0101 ....
1 .... .... 0001
or the 1st, 5th, 7th, 9th and 10th engines. You can just play around on the site yourself to see that, e.g. change the URL to '.../?name=share&wave1=0x351' and see which engines are checked (be sure to view source, too, there are 'DONOTDISPLAY' engines or sets that have been removed from some sets, that are still counted in the bitmasks but not shown, that you'll have to account for in import/export functions).
Base64 is only for moving binary data over ascii-only transmission channels; there shouldn't be any need for you to use it inside your app. If I was moving data between phones I'd do it as a binary attachment (but think about how you're going to preserve data when moving between versions: you don't want someone to lose part of their checklist in the future because they copied data from a phone that supported 2017/4 to one that didn't!).
I have some ideas percolating about supporting multiple lists (of which 'want' could be one) but haven't gotten around to it (honestly I always assumed if someone wanted a Wantlist with my site they'd just check the ones they wanted and leave the rest unchecked).
Oh and for what it's worth, about 75-80% of my visitors use mobile devices.
Probably something like http://www.forumrunner.net/?p=faq which already integrates with MyBB would be easiest.