Topic-icon Ariquizlite results to facebook

Active Subscriptions:

None
11 years 4 months ago #28859 by redmac
Hi, I guess the title is self explanatory, but,..

Can I use Joomla Ariquizlite to host a quiz and have the results at the end of the quiz auto-posted to the visitors Facebook-Page?
If I can, I'm a customer ;-)
If it is not possible, is there a way to customize it to get it to work?

demo here: Quiz example

Thanks for your answer.
Redmac
The topic has been locked.
Support Specialist
11 years 4 months ago #28885 by alzander
Redmac,
Yes and no. JFBConnect won't do what you're looking for automatically. However, it will get you very close to what you're looking for and would require just a little bit of development to finish it out. It's impossible for us to integrate with every extension out there, but we have lots of options for implementing things on your own.

Some things you could do with JFBConnect, depending on how you want the post to occur and difficult (from easiest to hardest):
* Add a 'button' on your final page that says something like "Post these results to Facebook". When clicked, a popup will appear for any user to post to their wall (they won't need to be logged in to your site through FB or have granted any special permissions). The popup can have a description of your quiz, an image about it and then the user can add a comment like "Beat that!" or whatever. To do this is much simpler and requires just a little HTML and Javascript.
* Add some PHP code to the last page/results page of the quiz to automatically post to the user's wall. They would have had to already logged in through Facebook and granted permission to post to their wall for them. This is a little more difficult, and may not hit all users since not all users will likely meet those criteria.
* Create an Open Graph Actions plugin for JFBConnect that will automatically post an 'action' to the user's timeline. This is much more difficult, but very flexible about what you post (quiz score, quiz name, etc). You'd definitely need a developer to do this, but it wouldn't be overly difficult. A plugin for what you're looking for would likely be about 50 lines of code.

Hope that all explains some of the options. We can gladly elaborate more on any point if you'd like more info!

Thanks for your interest,
Alex
The topic has been locked.