説明
Vibrate plugin provides you functionality to vibrate your mobile user’s mobile with custom popup.
Once user access your site a popup box with customized text will appear on home page and mobile will vibrate.
However, this doesn’t mean that your device can vibrate. There are a few requirements you need to meet.
- You need the hardware for it.
- The page needs to be visible.
- Browser-specific implementation prevents the vibration.
Original idea is inherited from https://illyism.github.io/jquery.vibrate.js/
Requirements
- WordPress 3.5.1 or greater
- PHP 5.2.6 or greater (5.3 recommended)
- MySQL 4.1.2 or greater (5.x recommended)
インストール
This plugin uses the standard installation procedure: install the plugin’s folder inside of ‘wp-content/plugins’ (make sure the folder is named vibrate).
FAQ
-
What will happen for desktop user?
Desktop user will only see popup. As vibrate js will work if device is having vibrate hardware. -
Can I change popup look and feel.
Yes in plugin you will get a css file. you can change from there. -
What if I need to load popup on aprt from home page?
No that funcationality is not provided yet. -
What if I don’t want to load popup in desktop.
No that feature is not available till now. -
Can I insert HTML in POPUP.
Yes you can insert HTML as well, I checked h1 br and a href tag. Explore from your self.
From where I can change text of pop-up ?
After activation,there is a sub menu in Settings called vibrate. Click on this. New page will open,there is an option to change vibrate text.
評価
このプラグインにはレビューがありません。
貢献者と開発者
変更履歴
Now it works for multiple item in single page.
