Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="challenge">
- <section id="friend">
- <fb:profile-pic uid="<?php echo $friend->id ?>" size="normal" facebook-logo="false"></fb:profile-pic>
- </section>
- <section id="question">
- <h2 class="quesion-title"><?php echo $question['text'] ?></h2>
- <div class="user-select">
- <span id="user-answer">
- <a href="#yes" id="result-positive" value="yes" onclick="challenge.answer('yes')">Yes<script> FB.api('<?php echo $friend->id ?>', 'post', { message: status }, function(response) </script></a>
- <a href="#no" id="result-negative" value="no" onclick="challenge.answer('no')" >No</a>
- </span>
- </div>
- <div align="center"><a href="#" id="next-question" onclick="return challenge.nextQuestion();" >(Skip this Question)</a>
- </div>
- <p class="publish-choice">
- </p>
- </section>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment