News
Loading...

Recent Post

Showing posts with label Popup. Show all posts
Showing posts with label Popup. Show all posts
social-gallery-wordpress-photo-viewer-plugin Free Download

social-gallery-wordpress-photo-viewer-plugin Free Download



Social Gallery is The Ultimate Social Lightbox for WordPress.
Social Gallery Plugin is a fantastic new way to engage visitors to your WordPress blog by adding the ultimate lightbox featuring social media buttons (Facebook like, Facebook Send, Pinterests ‘Pin it’, Twitters ‘Tweet This’ and now Linked In, Stumble Upon & Tumblr) as well as Facebook or Disqus Comments!

Get More out of your images. More Likes. More Comments. More Revenue.

Your blog visitors already click your images, at best perhaps you have a lightbox feature (or maybe you don’t even have that!) – but once they click your images (and if they clicked it, they probably like it!) then what? With Social Gallery Plugin your users can “like”, “tweet” and “pin” the images on your page!

Improve your visitors user experience.

As well as better engaging your visitors and driving more likes and shares this plugin also improves the overall viewing experience for the visitor, allowing them to look through your blog media with the left and right arrow keys, just like on Facebook.

Version 3.0 is here

Version 3.0 has been in development for some time now and it is finally ready to purchase from CodeCanyon. The update to the plugin was submitted 20th October 2013. Keep an eye out on the “last updated” to see whether you are downloading v2.3 or v3.0
  • The Ultimate Social Lightbox
  • Facebook-style image viewing
  • 3x More opportunity for visitors to Like and Share
  • Super Easy Install * Now with a Wizard
  • 11 Preset “Modes” including NextGen and Justified Image Grid Compatibility
  • NextGen gallery plugin support – note this does not work with NextGen SLIDERS or SLIDESHOWS
  • Better media navigation for users
  • 40+ CSS 3 Animations – Transition in your Lightbox!
  • Earn More with Lightbox Adverts (Google Adsense)
  • Fullscreen Mode
  • Image Library & Social Gallery Pages
  • Themes Framework gives you control
  • Leverage all your existing blog posts
  • Light weight Javascript
  • Replaces any old Lightbox plugin
  • Multiple browser’s supported (IE 7+, IE10, Safari 3+, iOS Safari, Chrome 3+, Firefox 3+, Opera 10+)
  • Works with posts, pages, widgets and theme’s
  • Custom URLS & SEO Friendly
  • Detailed Documentation with examples
  • Base Bar & Side Bar specific to your blog
  • Works with WordPress Galleries like NextGen, WordPress Gallery Plugin and Justified Imaged Grid
  • Add custom HTML descriptions New: Now “Per Image”!
  • Fully Customisable, 50+ new options in V2
  • Did we tell you it’s easy to install?
  • Facebook’s 1 Billion+ users will be familiar with Social Gallery
The Ultimate WordPress Facebook Plugin for Photo Viewing – Easily integrated just by installing the plugin! Once installed you can view your very own Facebook style gallery – on your own blog!

Version 2.3 improves the stability!

There’s a number of performance improvements in the latest version and bug fixes. The main one being stability of the image scanner and theme compatibility checks

Preview--> http://codecanyon.net/item/social-gallery-wordpress-photo-viewer-plugin/2665332
Download
Facebook Popup Widget with Lightbox Effect

Facebook Popup Widget with Lightbox Effect

Here's a fantastic way to increase facebook likes for your blog or website.  Add this enticing widget to your site and a facebook like box will pop up when a user visits your page.  This is a surefire way to dramatically increase your likes.


1. Copy the Following Code

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'></script>
<style>
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw_rrJ9D76SeAnRYn26OD-BSKHb7ZKWE4tBbNp6u8aWvdyb2LKZnmC0rjZzx2crECXlzsNCwUUkpvH1KuvOEck7Ygfa6AGdCFd2oOlv1EbVGZRbKgrKwYq8yskQjNGtWL7hE7rumtX0BRf/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style>


<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {

// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);

if (value === null || value === undefined) {
options.expires = -1;
}

if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}

value = String(value);

return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}

// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_user_login') != 'yes'){
$('#fanback').delay(100).fadeIn('medium');
$('#fanclose, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
});
</script>

<div id='fanback'>
<div id='fan-exit'>
</div>
<div id='fanbox'>
<div id='fanclose'>
</div>
<div class='remove-borda'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?

href=http://www.facebook.com/vampytricks&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'

style='border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;'></iframe>
</div>
</div>



2. Go to Blogger Dashboard >> Layout >> Add a Gadget >> HTML/JavaScript and paste the copied code

3. Replace highlighted code with your User Name or Id and save it..

Thats it your Done!!
Copyright © 2012 VAMPY TRICKS All Right Reserved