Exemplo n.º 1
0
</td>
								</tr>
								<tr class="odd table-border-bottom">
									<td class="bold" valign="top">Cache mode:
										<div class="essb-new">
											<span></span>
										</div>
										<div class="essb-beta">
											<span></span>
										</div> <br /> <span class="label" style="font-weight: normal;">Choose
											between caching full render of share buttons and resources or
											cache only dynamic resources (CSS and Javascript).</span>
									</td>
									<td><?php 
$cache_mode = array("full" => "Cache button render and dynamic resources", "resource" => "Cache only dynamic resources");
ESSB_Settings_Helper::drawSelectField('essb_cache_mode', $cache_mode);
?>
</td>
								</tr>
							<tr class="even table-border-bottom">
							<td class="bold" valign="top">Combine into single file all plugin
								static CSS files:
								<div class="essb-new">
									<span></span>
								</div>
								<div class="essb-beta">
									<span></span>
								</div>
								<br /> <span class="label" style="font-weight: 400;">This option
									will combine all plugin static CSS files into single file.</span>
							</td>
Exemplo n.º 2
0
_e("Activate another display method for mobile:", ESSB_TEXT_DOMAIN);
?>
							<br/><span class="label" style="font-weight: 400;">This option allow you to set another display method of buttons which will be applied when page/post is viewed from mobile device.</span></td>
							<td class="essb_general_options"><?php 
essb_display_for_mobile();
?>
</td>
						</tr>
						<tr class="odd table-border-bottom">
							<td valign="top" class="bold"><?php 
_e("Mobile sidebar position:", ESSB_TEXT_DOMAIN);
?>
							<br/><span class="label" style="font-weight: 400;">Choose sidebar position when activate another display method for mobile is set to sidebar.</span></td>
							<td class="essb_general_options"><?php 
$mobile_pos = array("bottom", "top");
ESSB_Settings_Helper::drawSelectField('display_position_mobile_sidebar', $mobile_pos, true);
?>
</td>
						</tr>
						<tr class="even table-border-bottom">
							<td valign="top" class="bold">Hide buttons for low resolution mobile devices:<br/><span class="label" style="font-weight: 400;">This option will hide buttons when viewed from low resolution mobile device.</span></td></td>
							<td class="essb_general_options"><?php 
essb_force_hide_buttons_on_mobile();
?>
</td>
						</tr>
						<tr class="odd table-border-bottom">
							<td valign="top" class="bold">Hide buttons for all mobile devices:<br/><span class="label" style="font-weight: 400;">This option will always hide buttons when viewed from any mobile device.</span></td></td>
							<td class="essb_general_options"><?php 
ESSB_Settings_Helper::drawCheckboxField('force_hide_buttons_on_all_mobile');
?>
Exemplo n.º 3
0
						<tr class="odd table-border-bottom">
							<td class="bold" valign="top">Choose update provider:
								<div class="essb-new">
									<span></span>
								</div> <br /> <span class="label">Choose default metrics update
									provider. You can use sharedcount.com where all data is
									extracted with single call. According to high load of
									sharedcount you can use the another update method with native
									calls from your WordPress instance.</span>
							</td>
							<td>
							<?php 
$provider = array();
$provider['sharedcount'] = 'using sharedcount.com service';
$provider['self'] = 'from my WordPress site with call to each social network';
ESSB_Settings_Helper::drawSelectField('esml_provider', $provider);
?>
							</td>
						</tr>
						<tr class="even">
							<td colspan="2">
								<h3>Easy Social Metrics Pro</h3>
								<p>
									Want to extend functions of <b>Easy Social Metrics Lite</b>? We
									create a standalone version of plugin called <b>Easy Social
										Metrics Pro</b>.
								</p>
								<table border="0" cellpadding="2" cellspacing="0" width="100%">
									<tr>
										<td valign="top"><a
											href="http://codecanyon.net/item/easy-social-metrics-pro-for-wordpress/8757292?ref=appscreo"