EBW-DeviceContent ebwdc
The EBW-DeviceContent plugin detects whether the Joomla website is running on a mobile device or a desktop computer. For mobile devices, it distinguishes between smartphones and tablets. The plugin allows you to customize content output for different devices using the following parameters:
Mobile Display:
{mobile}Show only if mobile device{/mobile}
{!mobile}Show only if NOT mobile device{/mobile}
Tablet Display:
{tablet}Show only if tablet{/tablet}
{!tablet}Show only if NOT tablet{/tablet}
Desktop Display:
{desktop}Show only if desktop{/desktop}
{!desktop}Show only if NOT desktop{/desktop}
