亚洲免费在线-亚洲免费在线播放-亚洲免费在线观看-亚洲免费在线观看视频-亚洲免费在线看-亚洲免费在线视频

拖拽分享 Quick & Easy Way to Implement Drag

系統(tǒng) 2066 0

Drag to Share with jQuery

?

You must have seen the drag to share functionality on Mashable that lets visitors share the content on popular social networks intuitively. Just drag one of the images in an article and you’ll be able to share the article on your favorite social network by dropping the dragged image over its icon. Even, Nettuts has written a nice tutorial on how to implement this functionality into your website using jQuery. But here is a much elegant solution to achieve the drag n share effect using jQuery with just a line or two of JavaScript code.


Get the prettySociable Plugin
To implement this functionality, you will need the prettySociable jQuery plugin written by St??phane Caron. Download and extract the plugin, it contains everything you need to get up and running with drag n share.


Include the Required Files
To add drag n share to a page, add reference to jquery and prettySociable in your page’s head tag. The plugin folder also includes images and css folders in addition to js folder. You’ll need them too as css folder contains styles necessary for drag n share elements and images folder contains icons for various social networks.


Here’s the complete code you need to add into the head tag.

      <link rel="stylesheet" href="css/prettySociable.css" type="text/css" media="screen" charset="utf-8" />
<script src="js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<!--[if lte IE 6]><script src="js/DD_belatedPNG.js" type="text/javascript" charset="utf-8"></script><![endif]-->
<script src="js/jquery.prettySociable.js" type="text/javascript" charset="utf-8"></script> 
    

?
The js folder also includes DD_belatedPNG.js which is used to fix PNG transparency issues in IE6 or older. You need to include that too.


Define Draggable Links
Now to add drag n share to your web page, add an anchor tag <a href="#" > with another attribute rel="prettySociable".


Initialize prettySociable
After you have added the rel attribute, you need to initialize the script. Add this single line of code, just above the </body>

      <script type="text/javascript" charset="utf-8">
    // Init prettySociable
    $.prettySociable();         
</script> 
    

?
Check out your page in browser and you should get drag to share functionality working nicely.


Customizing the Default Settings


Customizing the Shared Information
When you add rel="prettySociable" on an anchor tag with its href="#", this will share the URL of the current web page and use the title and meta description in head tag to display the tooltip on drag.
But if you need to share a different URL instead of the current web page, specify a URL in the href attribute. Also you can customize the tooltip information which is shown on dragging. You can specify custom title and description in the rel attribute in this way.
rel="prettySociable;title:custom title;excerpt:custom excerpt;"

?

Customizing the Sharing Panel
By default prettySociable supports eight social networks but you can customize the social networks and their icons to your requirement. For that you’ll need to pass a settings object to prettySociable function.
Here’s the complete settings object

      $.prettySociable({
                animationSpeed: 'fast', /* fast/slow/normal */
                opacity: 0.90, /* Value between 0 and 1 */
                share_label: 'Drag to share', /* Text displayed when a user rollover an item */
                share_on_label: 'Share on ', /* Text displayed when a user rollover a website to share */
                hideflash: false, /* Hides all the flash object on a page, set to TRUE if flash appears over prettySociable */
                hover_padding: 0,
                websites: {
                    facebook : {
                        'active': true,
                        'encode':true, // If sharing is not working, try to turn to false
                        'title': 'Facebook',
                        'url': 'http://www.facebook.com/share.php?u=',
                        'icon':'images/prettySociable/large_icons/facebook.png',
                        'sizes':{'width':70,'height':70}
                    },
                    twitter : {
                        'active': true,
                        'encode':true, // If sharing is not working, try to turn to false
                        'title': 'Twitter',
                        'url': 'http://twitter.com/home?status=',
                        'icon':'images/prettySociable/large_icons/twitter.png',
                        'sizes':{'width':70,'height':70}
                    },
                    delicious : {
                        'active': true,
                        'encode':true, // If sharing is not working, try to turn to false
                        'title': 'Delicious',
                        'url': 'http://del.icio.us/post?url=',
                        'icon':'images/prettySociable/large_icons/delicious.png',
                        'sizes':{'width':70,'height':70}
                    },
                    digg : {
                        'active': true,
                        'encode':true, // If sharing is not working, try to turn to false
                        'title': 'Digg',
                        'url': 'http://digg.com/submit?phase=2&amp;url=',
                        'icon':'images/prettySociable/large_icons/digg.png',
                        'sizes':{'width':70,'height':70}
                    }
                    //add more social networks here
                },
                tooltip: {
                        offsetTop:0,
                        offsetLeft: 10
                    },
                popup: {
                    width: 900,
                    height: 500
                },
                callback: function(){} /* Called when prettySociable is closed */
            });  
    

?
The settings object is self explaining. You can specify which websites to use and also the icons to use for each website in the websites parameter.


You can enhance this drag n share script even further by using a shortened URL in the anchor tag’s href attribute.


View Demo or Download prettySociable jQuery plugin .


P.S.: To get this script to work correctly in IE, you will need to set margin and padding values in the style-sheet for anchor elements which are draggable.


- See more at: http://webdeveloperplus.com/jquery/quick-easy-way-to-implement-drag-n-share-with-jquery/#sthash.TwzfyjXf.dpuf

來源:http://webdeveloperplus.com/jquery/quick-easy-way-to-implement-drag-n-share-with-jquery/

?

?

拖拽分享 Quick & Easy Way to Implement Drag n Share With jQuery


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號(hào)聯(lián)系: 360901061

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對(duì)您有幫助就好】

您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會(huì)非常 感謝您的哦?。?!

發(fā)表我的評(píng)論
最新評(píng)論 總共0條評(píng)論
主站蜘蛛池模板: 久久无码精品一区二区三区 | 欧美高清免费精品国产自 | 国产精品视频全国免费观看 | 国产日韩一区二区三区在线播放 | 涩涩伊人 | 97色伦图片97色伦图影院久久 | 亚洲综合一区二区 | 日本高清在线精品一区二区三区 | 五月婷婷在线视频 | 久久久在线视频精品免费观看 | 操天天操| 玖玖在线视频 | 国内精品久久久久久久久久久久 | 黄色福利在线观看 | 9久9久女女热精品视频免费观看 | 日本中文字幕视频在线看 | 天天插天天操 | 99久久一区二区精品 | 日韩毛片在线影视 | 欧美日韩生活片 | 国产啪视频1000部免费视频 | 风流一代在线播放 | 午夜亚洲| 成人一级毛片 | 奇米影视四色中文字幕 | 亚洲成人一区 | 久久不卡一区 | 一级特级欧美aa毛片免费 | 欧美成人一区二区三区不卡视频 | 波多野结衣一二区 | 久热精品男人的天堂在线视频 | www.四虎影| 久久久久久久久久久福利观看 | 久艾草国产成人综合在线视频 | 国产v片成人影院在线观看 国产v视频 | 久久不卡精品 | 四虎4hu影库永久地址 | 四虎免费看 | 日本一区二区三区在线 观看网站 | 老司机午夜永久在线观看 | 欧美日韩色黄大片在线视频 |