Changeset 653428
- Timestamp:
- 01/16/2013 07:09:59 AM (12 years ago)
- Location:
- scrolling-social-sharebar
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scrolling-social-sharebar/trunk/readme.txt
r650426 r653428 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2.1 7 Stable tag: 1.5 7 Stable tag: 1.5.1 8 8 9 9 A scrolling social sharebar scrolling plugin with just 7 social icons (Twitter, FB Like, Google +1, Linkedin, FB Share, Stumbleupon and Addthis). … … 18 18 * Very simple design. 19 19 * Option to choose from fixed and animated scroll 20 * Options to change the background color, padding, border, border-radius and shadow. 20 * Options to change the background color, padding, border, border-radius and shadow. Checkout the styling example link below. 21 21 22 22 Check out the options page of the plugin by clicking on the link below 23 23 [Click here Screenshots and options available with this plugin](http://techxt.com/scrolling-social-sharebar-plugin/) 24 24 25 Here are few styling examples. 26 [Click here for styling examples](http://techxt.com/scrolling-social-sharebar-plugin/) 25 27 26 28 Your suggestion is always appreciated. -
scrolling-social-sharebar/trunk/scroll-sharebar.php
r650426 r653428 4 4 Plugin URI: http://techxt.com/scrolling-social-sharebar-plugin/ 5 5 Description: Scrolling Social Sharebar (Twitter Like Google +1 Linkedin and Stumbleupon) 6 Version: 1.5 6 Version: 1.5.1 7 7 Author: Sudipto Pratap Mahato 8 8 Author URI: http://techxt.com … … 296 296 297 297 if(get_option('ssbar_fbshare',false)==true) 298 $sharelinks.= '<tr><td align="center" ><div style="position: relative; height: 60px; "><iframe src="//www.facebook.com/plugins/like.php?href='.$eplink.'&send=false&layout=box_count&width=450&show_faces=false&font=arial&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:54px;" allowTransparency="true"></iframe>298 $sharelinks.= '<tr><td align="center" ><div style="position: relative; height: 60px;width:45px;"><iframe src="//www.facebook.com/plugins/like.php?href='.$eplink.'&send=false&layout=box_count&width=450&show_faces=false&font=arial&colorscheme=light&action=like&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:41px;" allowTransparency="true"></iframe> 299 299 <div style="background: url("http://lh3.googleusercontent.com/-TuITveepO2g/UOvRrWHqsaI/AAAAAAAAAnw/VrVfnRoLfio/s45/fbshare.jpg") repeat scroll 0px 0px transparent; width: 45px; height: 18px; position: absolute; bottom: 1px; cursor: pointer;" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='.$eplink.'','popUpWindow','height=500,width=400,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no, status=yes');"></div></div></td></tr>'; 300 300
Note: See TracChangeset
for help on using the changeset viewer.