PHP code example of norman-huth / nova-iframe-popup
1. Go to this page and download the library: Download norman-huth/nova-iframe-popup library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
norman-huth / nova-iframe-popup example snippets
IframePopup::make(__('Url'), 'url'),
IframePopup::make('', 'url', function () {
return 'https://huth.it';
})->icon('eye')->sufText('Help'),