Descripció
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.
Plugins from the same author
- Commerce Manager, to sell your products
- Affiliation Manager, to create your affiliate program
- Membership Manager, to create your members areas
- Optin Manager, to build your prospects lists
- Contact Manager, to create your contact forms
- Easy Timer, to display count down/up timers
- Content Switcher, to display random or variable contents
Instal·lació
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:
- Unzip the plugin file.
- 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.
PMF
-
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');
Ressenyes
Col·laboradors i desenvolupadors
«Device Detect» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Device Detect” s’ha traduït a 1 configuració regional. Gràcies als traductors per les seves aportacions.
Traduïu «Device Detect» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
- Version 2.0
- Remove the “mobile-detect.php” file
- 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