sfsi_options_view.php
5.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!-- Loader Image section -->
<div id="sfpageLoad" >
</div>
<!-- END Loader Image section -->
<!-- javascript error loader -->
<div class="error" id="sfsi_onload_errors" style="margin-left: 60px;display: none;">
<p>We found errors in your javascript which may cause the plugin to not work properly. Please fix the error:</p><p id="sfsi_jerrors"></p>
</div> <!-- END javascript error loader -->
<!-- START Admin view for plugin-->
<div class="wapper sfsi_mainContainer">
<!-- Get notification bar-->
<?php if(get_option("show_notification") == "yes") { ?>
<script type="text/javascript">
jQuery(document).ready(function(e) {
jQuery(".sfsi_show_notification").click(function(){
SFSI.ajax({
url:ajax_object.ajax_url,
type:"post",
data: {action: "notification_read"},
success:function(msg){
if(msg == 'success')
{
jQuery(".sfsi_show_notification").hide("fast");
}
}
});
});
});
</script>
<style type="text/css">
.sfsi_show_notification {
float: left;
margin-bottom: 45px;
padding: 12px 13px;
width: 98%;
background-image: url(<?php echo SFSI_PLUGURL ?>images/notification-close.png);
background-position: right 20px center;
background-repeat: no-repeat;
cursor: pointer;
text-align:center;
}
</style>
<div class="sfsi_show_notification" style="background-color: #38B54A; color: #fff; font-size: 18px;">
New: You can now also show a subscription form on your site, increasing sign-ups! (Question 8)
<p>
(If question 8 gets displayed in a funny way then please reload the page by pressing Control+F5(PC) or Command+R(Mac))
</p>
</div>
<?php } ?>
<!-- Get notification bar-->
<!-- Top content area of plugin -->
<div class="main_contant">
<h1>Welcome to the Ultimate Social Icons and Share Plugin!</h1>
<p>This plugin is 100% FREE and will fulfill all your subscription/sharing/liking needs!</p>
<p>Get started by clicking on the first question below. Once done, go to the <a href="<?php echo admin_url('/widgets.php');?>">widget area</a> and move the widget to the sidebar so that your icons are displayed. For more placing options please check out <a target="_blank" href="https://wordpress.org/plugins/ultimate-social-media-plus/">this plugin</a></p>
<p>If you face any issues please check out our <a href="http://ultimatelysocial.com/faq/" target="_blank">FAQ</a>.</p>
</div> <!-- END Top content area of plugin -->
<!-- step 1 end here -->
<div id="accordion">
<h3><span>1</span>Which icons do you want to show on your site? </h3>
<!-- step 1 end here -->
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view1.php'); ?>
<!-- step 1 end here -->
<!-- step 2 start here -->
<h3><span>2</span>What do you want the icons to do? </h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view2.php'); ?>
<!-- step 2 END here -->
<!-- step 3 start here -->
</div>
<h2 class="optional">Optional</h2>
<div id="accordion1">
<h3><span>3</span>What design & animation do you want to give your icons?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view3.php'); ?>
<!-- step 3 END here -->
<!-- step 4 Start here -->
<h3><span>4</span>Do you want to display "counts" next to your icons?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view4.php'); ?>
<!-- step 4 END here -->
<!-- step 5 Start here -->
<h3><span>5</span>Any other wishes for your main icons?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view5.php'); ?>
<!-- step 5 END here -->
<!-- step 6 Start here -->
<h3><span>6</span>Do you want to display icons at the end of every post?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view6.php'); ?>
<!-- step 6 END here -->
<!-- step 7 Start here -->
<h3><span>7</span>Do you want to display a pop-up, asking people to subscribe?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view7.php'); ?>
<!-- step 7 END here -->
<!-- step 8 Start here -->
<h3><span>8</span>Do you want to show a subscription form (<b>increases sign ups</b>)?</h3>
<?php include(SFSI_DOCROOT.'/views/sfsi_option_view8.php'); ?>
<!-- step 8 END here -->
</div>
<div class="tab9">
<div class="save_button">
<img src="<?php echo SFSI_PLUGURL; ?>images/ajax-loader.gif" class="loader-img" />
<a href="javascript:;" id="save_all_settings" title="Save All Settings">Save All Settings</a>
</div>
<p class="red_txt errorMsg" style="display:none"> </p>
<p class="green_txt sucMsg" style="display:none"> </p>
<p style="margin-top: 30px;">This plugin is 100% free. Please do us a BIG favor and give us a 5 star rating <a href="https://wordpress.org/support/view/plugin-reviews/ultimate-social-media-icons" target="_new">here</a>. If you're not happy, please <a href="mailto:support@ultimatelysocial.com">get in touch with us</a>, so that we can sort it out.Thank you!</p>
<p class="bldtxtmsg">Need top-notch Wordpress development work at a competitive price? Visit us at <a href="http://www.ultimatelysocial.com">ultimatelysocial.com</a></p>
</div>
<!-- all pops of plugin under sfsi_pop_content.php file -->
<?php include(SFSI_DOCROOT.'/views/sfsi_pop_content.php'); ?>
</div> <!-- START Admin view for plugin-->