﻿<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="FaceFace" 
  height="252" 
  author="Serason Media"
  author_email="jserafin@serason.com"
  description="A facebook profile picture rating widget that randomly displays profile pictures two at a time and you can pick which one is better. The votes are stored in a central database and you can see where you and your friends pictures rank. There is a search function built into the widget. You must allow Facebook access to register your and your friends profile picture."
  screenshot="http://serason.com/projects/faceface/images/screenshot.png"
  thumbnail="http://serason.com/projects/faceface/images/faceface-logo1.gif"
  title_url="http://serason.com/projects/faceface/index.php" 
  scaling="false" />
  <Content type="html">
  <![CDATA[
<script type="text/javascript" src="http://serason.com/projects/faceface/js/jquery.js"></script>
<script type="text/javascript"> 
 var data_msg = new Object();
 data_msg.action = 'run';
 data_msg.parameters = '1.0.0';
 datastring = JSON.stringify(data_msg);
 $.getJSON("http://serason.com/projects/faceface/gg_stats.php?jsoncallback=?",{data : datastring},function(res){
 });
</script> 
  <div style="width:302px;margin:0px auto 0px auto"><iframe src='http://serason.com/projects/faceface/ff_module/ff.php' width='300px' height='252px' marginheight='0px' marginwidth='0px' frameborder='0' scrolling='no'></iframe></div>
  ]]> 
</Content>
</Module>
