How can I make an embedded audio file automatically play, when someone visits the blog? I asked this same question a while back and got my response only problem is that now the solution no longer applies since the file structure has changed in Easyblog.
Mark replied on Wednesday, June 25 2014, 03:49 PM
Hello Michael,
If you want to enforce all videos to be autoplay by default, edit the file /components/com_easyblog/themes/default/blog.audio.php and locate the codes below at line 23,
'autostart': <?php echo $autoplay; ?>,
Replace it with,
'autostart': true,
Mark replied on Wednesday, June 25 2014, 03:49 PM
Hello Michael,
If you want to enforce all videos to be autoplay by default, edit the file /components/com_easyblog/themes/default/blog.audio.php and locate the codes below at line 23,
'autostart': <?php echo $autoplay; ?>,
Replace it with,
'autostart': true,