Yes.
Yes. You can use this plugin with shortcodes.
Yes.
If using shortcode, in leave the attribute 'msg' blank. For example:
[quick_download_button button_type="small" msg="" title="Download Now" url_external="http://external-url-here/"]
If using block, under the 'Countdown Settings', select time to wait (E.g 15 for 15 seconds) and the message box will show up. Remove the default message.
[quick_download_button button_type="small" title="Download Now" url_external="http://external-url-here/"]
Example: Add file from your WordPress site with 'url'
[quick_download_button button_type="mid" title="Download Now" url="http://yoursite/wp-content/uploads/yourfile.pdf"]
Example: Add border radius with 'border_radius'
[quick_download_button button_type="small" border_radius="9" title="Download Now" url_external="http://external-url-here/"]
Example: Change icon color from dark to light with 'color_icon_dark'
[quick_download_button button_type="large" color_icon_dark="false" color_bg="black" color_font="#FFF" title="Download Now" url_external="http://external-url-here/"]
Example: Add countdown and wait message with 'wait' and 'msg'
[quick_download_button button_type="basic" wait="10" msg="Please wait..." title="Download Now" url_external="http://external-url-here/"]
Example: Add file size manually with 'file_size' - This is useful for external download lik
[quick_download_button button_type="basic" wait="10" msg="Please wait..." file_size="40MB" title="Download Now" url_external="http://external-url-here/"]
Example: Hide file extension (icon) with 'extension'
[quick_download_button button_type="basic" extension="0" title="Download Now" url_external="http://external-url-here/"]
Example: Add border style
[quick_download_button button_type="small" border_width="2" border_style="solid" border_color="black" title="Download Now" url_external="http://external-url-here/"]
Example: By default, the button is position at the center of the page. Change alignment with 'align'
[quick_download_button button_type="small" align="left" title="Download Now" url_external="http://external-url-here/"]