source: trunk/www.guidonia.net/wp/wp-content/plugins/fbconnect/invitefriends.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.0 KB
Line 
1<?php get_header(); ?>
2<div style="margin-left:20px;width:95%;">
3
4 <h2 class="widgettitle"><?php _e('Invite your friends', 'fbconnect') ?></h2>
5 <fb:serverfbml style="width: 100%;">
6 <script type="text/fbml">
7 <fb:fbml>
8 <fb:request-form
9 action="<?php echo get_option('siteurl'); ?>"
10 method="GET"
11 invite="true"
12 type="<?php echo get_option('blogname');?>"
13 content="<?php echo get_option('blogname')." : ".get_option('blogdescription'); ?>
14 <fb:req-choice url='<?php echo get_option('siteurl'); ?>'
15 label='<?php _e('Become a Member!', 'fbconnect') ?>' />
16 "
17 >
18
19 <fb:multi-friend-selector
20 showborder="false"
21 actiontext="<?php _e('Select the friends you want to invite.', 'fbconnect') ?>">
22 </fb:request-form>
23 </fb:fbml>
24
25 </script>
26 </fb:serverfbml>
27
28 </div>
29
30
31
32<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.