Plugin / Byte's PHP Code Widget

Description

Description

This is a widget plugin that allow’s you to mix PHP and html code with mobile
support. Two text area’s are provided. The first is the standard “Title”.
The one named “Code:” can mix PHP and html. Two checkboxes allow you to choose
before and/or after posts. No limit on the number of widgets.

WordPress version 3.4 and higher has defined a function called wp_is_mobile().
This can be used inside your code mix to perform certain actions if the
browser is mobile. Mobile support is via wp_is_mobile() function which returns
true if on a mobile browser. See the WordPress API for more information.

Dynamic title support means that you can name your widget using the title
field and not have it displayed in the output. This is useful to give
your widgets meaningful names so you don’t lose track of what is going
on with your widgets.

Two variables have been defined for use with Google Mobile Adsense:

$myMobileAdsenseCode;
$myMobileAdsenseSlot;

This widget requires some knowledge of PHP and HTML coding. Misuse could crash
your site or cause errors with Adsense.

Examples:

Output:
5

To use Google mobile adsense include the following in the “Code:” area:

The plugin will take care of the rest. Another check is made to ensure
that wp_is_mobile is true inside the plugin and that the Google Adsense variable
has a value.

You can combine both regular and mobile adsense. Be careful.

The following snippet will either show mobile or regular ads depending on the
browswer used by the end-user.

< ?php
if ( !wp_is_mobile() ) {
echo '

(adsbygoogle = window.adsbygoogle || []).push({});
‘;}
else {
$myMobileAdsenseClient=’ca-mb-pub-xxxxxxxxxxxx’;
$myMobileAdsenseSlot=’xxxxxxxxxx’;
}?>

Ordered list:

  1. Support for the mixing of PHP and HTML
  2. Support for mobile browsers
  3. Support for Google Adsense including mobilie
  4. Includes “before post” support
  5. Includes “after post” support
  6. No limit on the number of widgets
  7. Includes dynamic title support in sidebars

Unordered list:

  • Support for the mixing of PHP and HTML
  • Support for mobile browsers
  • Support for Google adsense including mobile
  • Includes support for “before post”
  • Includes support for “after post”
  • No limit on the number of widgets
  • Include dynamic title support in sidebars

Link to [WordPress](https://wordpress.org/ \”Your favorite software\”) and one to [Markdown\’s Syntax Documentation][markdown syntax].

Ratings

5
1 reviews

Rating breakdown

Details Information

Version

0.4

First Released

11 Nov, 2013

Total Downloads

1,629

Wordpress Version

3.4 or higher

Tested up to:

3.7.28

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.