http://www.bjssoftware.com/portfolio/
when you click on the image to zoom there is a facebook and twitter buttons.
Thank you
Edit http://www.bjssoftware.com/wp-content/plugins/nimble-portfolio/includes/scripts.js
REPLACE
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']", ".nimble-portfolio ul li:not(.hidden)" ).prettyPhoto();
WITH
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']", ".nimble-portfolio ul li:not(.hidden)" ).prettyPhoto(social_tools: '');
AND REPLACE
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']").prettyPhoto();
WITH
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']").prettyPhoto(social_tools: '');
I tried this, and it just disables iframe and goes directly to the video source.
Sussed it. Remove the following from jquery.prettyPhoto.js. Worked perfectly. Hope this helps kenahn
<div class=”twitter”>Tweet<script type=”text/javascript” src=”http://platform.twitter.com/widgets.js”></script></div><div class=”facebook”><iframe src=”//www.facebook.com/plugins/like.php?locale=en_US&href={location_href}&layout=button_count&show_faces=true&width=500&action=like&font&colorscheme=light&height=23″ scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; width:500px; height:23px;” allowTransparency=”true”></iframe></div>