Facebook as a plugin for photo galleries with photo comment feature

Is there a good plugin for implementing lightbox with comments function, like in facebook, google +.

I plan to use it in asp.net mvc 3

Thanks in advance.

+6
source share
3 answers

Colorbox is the best implementation of Javascript lightbox, hands down.

Regarding the comment features, Disqus may like your style.

At best, they all work on the client side, so it doesn't matter if your backend is in .NET or just plain old C!

+3
source
+1
source

I developed a photo gallery gallery plugin called lightgallery where you can include comments on facebook. Here is a demo .. I know this is an old question, but someone can still find the answer.

+1
source

Source: https://habr.com/ru/post/899092/


All Articles