Plugin Directory

Changeset 653428


Ignore:
Timestamp:
01/16/2013 07:09:59 AM (12 years ago)
Author:
sudiptomahato
Message:

Minor bug fix

Location:
scrolling-social-sharebar
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • scrolling-social-sharebar/trunk/readme.txt

    r650426 r653428  
    55Requires at least: 3.0
    66Tested up to: 3.2.1
    7 Stable tag: 1.5
     7Stable tag: 1.5.1
    88
    99A scrolling social sharebar scrolling plugin with just 7 social icons (Twitter, FB Like, Google +1, Linkedin, FB Share, Stumbleupon and Addthis).
     
    1818*   Very simple design.
    1919*   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.
    2121
    2222Check out the options page of the plugin by clicking on the link below
    2323[Click here Screenshots and options available with this plugin](http://techxt.com/scrolling-social-sharebar-plugin/)
    2424
     25Here are few styling examples.
     26[Click here for styling examples](http://techxt.com/scrolling-social-sharebar-plugin/)
    2527
    2628Your suggestion is always appreciated.
  • scrolling-social-sharebar/trunk/scroll-sharebar.php

    r650426 r653428  
    44Plugin URI: http://techxt.com/scrolling-social-sharebar-plugin/
    55Description: Scrolling Social Sharebar (Twitter Like Google +1 Linkedin and Stumbleupon)
    6 Version: 1.5
     6Version: 1.5.1
    77Author: Sudipto Pratap Mahato
    88Author URI: http://techxt.com
     
    296296
    297297if(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.'&amp;send=false&amp;layout=box_count&amp;width=450&amp;show_faces=false&amp;font=arial&amp;colorscheme=light&amp;action=like&amp;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.'&amp;send=false&amp;layout=box_count&amp;width=450&amp;show_faces=false&amp;font=arial&amp;colorscheme=light&amp;action=like&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; height:41px;" allowTransparency="true"></iframe>
    299299<div style="background: url(&quot;http://lh3.googleusercontent.com/-TuITveepO2g/UOvRrWHqsaI/AAAAAAAAAnw/VrVfnRoLfio/s45/fbshare.jpg&quot;) repeat scroll 0px 0px transparent; width: 45px; height: 18px; position: absolute; bottom: 1px; cursor: pointer;"  onclick="window.open(&#39;https://www.facebook.com/sharer/sharer.php?u='.$eplink.'&#39;,&#39;popUpWindow&#39;,&#39;height=500,width=400,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no, status=yes&#39;);"></div></div></td></tr>';
    300300
Note: See TracChangeset for help on using the changeset viewer.