Live Cricket



When you activate the “Enabled” option, it signifies:

* Disabling ads within your plugin
* Enabling the plugin to work on your website using a shortcode
* Cricket Live Score will work without using an iframe
* Activating the display of a link to the author’s website

On the other hand, if you choose the “Disabled” setting, it conveys:

* Activating on iframe the display of ads within your plugin and cricket scores
* Enabling the plugin to work on your website using an iframe with the ability to use the “height” parameter. Example:

* Disabling the display of a link to the author’s website

Using the Plugin:

      Utilize the shortcode to display live scores wherever you desire.
      Customize the display with additional attributes:

      * For instance, you can specify the period as: “live”; “yesterday”. Example:

      * Also, you can customize the frame height using the “height” parameter. Example:

options[‘fscore_crecket_is_autorefresh’]) ? $this->options[‘fscore_crecket_is_autorefresh’] : ‘off’;

$selected_one=array(‘on’ => ”, ‘off’ => ”);
$selected_one[$val] = ‘selected=”selected”‘;
echo <<

EOD;
}

public function isLinkInsertSettingsField() {
$val = isset($this->options[‘fscore_crecket_is_link_insert’]) ? $this->options[‘fscore_crecket_is_link_insert’] : ‘off’;

$selected_one=array(‘on’ => ”, ‘off’ => ”);
$selected_one[$val] = ‘selected=”selected”‘;
echo <<

EOD;
}
}