How to open audio and video files in lightbox in wordpress

admin

Administrator
Staff member
I want to open the audio and video files through the plugin in the wordpress.and i am currently use the plugin wp video lightbox plugin in the wordpress.

I have iframe code like..

Code:
<iframe width="325" height="64" src="http://www.ewihosting.com/evp/?id=Mi0wMSBJbnRlcm5ldCBSaWNoZXMgTWFkZSBFYXN5Lm1wMw%3D%3D&profile=default&mode=iframe" frameborder="0" style="background:#fff;" allowfullscreen></iframe>

and i use the logic like..

Code:
<li>
<a href="http://www.ewihosting.com/evp/?id=MS0wMSBJbnRlcm5ldCBSaWNoZXMgTWFkZSBFYXN5Lm1wMw%3D%3D&profile=default&mode=iframe" rel="wp-video-lightbox[iframes]"><span class="audio_upload_icon"></span><h3>Audio</h3><h4>Lesson #1</h4></a>
</li>

and i click on the image then open the lightbox but my audio file is not working but may video file is working are correctly.

So please advise me to which plugin very useful for me or any done the code modification.

Thank You.