Quote:
Originally Posted by bosanci28
Can Instagram and pinterest be add it to the share block?
Also, i am not sure if is me or... when try to click on a picture/video if you don't click in the center will not go to the next, i would like the users to be able to click any where on that picture and they can be directed to the full picture page and video too.
Thanks,
|
1.- For Pinterest you must modify the template: mediagallery_view_media
Search for:
Code:
<div class="plusone" title="Share link on Google+">Google+</div>
and below add:
Code:
<div class="pinterest" title="Share image on Pinterest" data-media="mediagallery/photos/{vb:raw logo}">Pinterest</div>
2.- I've noticed it. I'll try to fix it.