Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Device Detect

Descrizione

Device Detect allows you to detect the device of the user, and to easily insert into posts, pages and widgets of your website some contents only for the phones, tablets or computers.

Installazione

You can install Device Detect through the “Add Plugins” page of the “Plugins” menu in WordPress (Plugins => Add New => Upload Plugin). Upload the plugin file without unzipping it. You can also install it like this:

  1. Unzip the plugin file.
  2. Upload with your FTP software the “device-detect” folder, and only this folder, to your plugins directory (it should be “wp-content/plugins”).

Once you have installed Device Detect, activate the plugin through the “Plugins” menu in WordPress.

FAQ

How can I use shortcodes in my WordPress theme?

Insert into the PHP files of your theme a code like this:

<?php echo do_shortcode('[your-shortcode]'); ?>

How to use shortcodes in comments?

Edit the “functions.php” file (create it if it doesn’t exist) of your WordPress theme and add this line of code:

add_filter('comment_text', 'do_shortcode');

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Device Detect” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Device Detect” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Device Detect” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

  • Version 1.4.6
    • Update the “mobile-detect.php” file
  • Version 1.4.5
    • Update the “mobile-detect.php” file
  • Version 1.4.4
    • Update the “mobile-detect.php” file
  • Version 1.4.3
    • Update the “mobile-detect.php” file
  • Version 1.4.2
    • Update the “mobile-detect.php” file
  • Version 1.4.1
    • Improve the security
  • Version 1.4
    • Use anonymous functions instead of “create_function”
  • Version 1.3
    • Update the “mobile-detect.php” file
  • Version 1.2
    • Update the “mobile-detect.php” file
  • Version 1.1
    • Update the “mobile-detect.php” file
  • Version 1.0
    • Initial version