fancyapps / fancybox

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable.
http://fancyapps.com/
7.29k stars 1.79k forks source link

document ready for fancybox in wordpress with php #2617

Closed stathimexas closed 2 years ago

stathimexas commented 2 years ago

Hi. I want to use the fancybox package in my wordpress but I am stack here: I cannot add $(document).ready(function() { $(".fancybox").fancybox();} just before </head> I am using a little php plugin I made and I have tried for many, too many hours unsuccessfully. Please help me.

fancyapps commented 2 years ago

Hi,

This is not Wordpress support forum, try googling add custom JavaScript to WordPress, there are plenty of tutorials.

Also, you are not required to place that code inside <head> section. You could, for example, simply place $(".fancybox").fancybox(); after the HTML code that contains your links.