a few things about Media Gallery :
SEO does not work. I have the htaccess.txt in my .htacces and enabled in the settings.
but when i click on a media thumb i went back to my forum.
white page after clicking youtube thumb :
search in your styles for mediagallery_view_media
in this template search for :
Code:
<iframe id="ytplayer" type="text/html" width="{vb:raw vboptions.mediagallery_youtube_width}" height="{vb:raw vboptions.mediagallery_youtube_height}" src="http://www.youtube.com/embed/{vb:raw video}?autoplay=0" frameborder="0"/></iframe>
and change it to :
Code:
<iframe id="ytplayer" type="text/html" width="{vb:raw vboptions.mediagallery_youtube_width}" height="{vb:raw vboptions.mediagallery_youtube_height}" src="https://www.youtube.com/embed/{vb:raw video}?autoplay=0" frameborder="0"/></iframe>
the changes are marked in red
this change solved the problem with the white page.
when i share a media with facebook i get this under the thumb on facebook :
Code:
'); var sidebar_align = 'right'; var content_container_margin = parseint('290px'); var sidebar_width = parseint('270px'); //-->
this apears only on sharing with facebook