Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jquery Socialist | 632 | 8 years ago | 58 | mit | JavaScript | |||||
jquery social media plugin that aggregates and combines Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest and.. Combine social feeds from multiple social networks or RSS in elegant layouts via this social plugin. | ||||||||||
Collection View Layouts | 344 | 2 | 3 years ago | 3 | October 22, 2018 | 4 | apache-2.0 | Swift | ||
A library that implements custom flow layouts for iOS apps | ||||||||||
Fake3d | 318 | 3 years ago | 8 | HTML | ||||||
Musicalinteractions | 291 | 6 years ago | JavaScript | |||||||
Some experimental ideas for playful musical interactions powered by MIDI.js. | ||||||||||
Gatsby Remark Embedder | 288 | 13 | 17 | a month ago | 43 | June 22, 2022 | 42 | mit | JavaScript | |
Gatsby Remark plugin to embed well known services by their URL. | ||||||||||
Menuhovereffects | 263 | 6 years ago | HTML | |||||||
Some inspiration for menu hover effects. | ||||||||||
Diagonalslideshow | 257 | 5 years ago | 1 | JavaScript | ||||||
A slideshow with a diagonal look and a content preview | ||||||||||
Folderpreviewideas | 206 | 6 years ago | HTML | |||||||
Some ideas for interacting, previewing or just playing with folders on hover | ||||||||||
Scrollspiral | 194 | 6 years ago | HTML | |||||||
WebGL Scroll Spiral | ||||||||||
Skraper | 181 | 20 days ago | 8 | June 12, 2022 | 12 | apache-2.0 | Kotlin | |||
Kotlin/Java library and cli tool for scraping posts and media from various sources with neither authorization nor full page rendering (Facebook, Instagram, Twitter, Youtube, Tiktok, Telegram, Twitch, Reddit, 9GAG, Pinterest, Flickr, Tumblr, Vimeo, IFunny, VK, Odnoklassniki, Pikabu) |
Even if you hate socialism (as I do), you'll love this flexible jQuery social media plugin. jQuery Socialist is a plugin that lets you create a social stream or social wall from multiple social networks in one place. Use it to pull content from Facebook pages, Twitter, Instagram, LinkedIn, YouTube and others.
- Display updates from multiple social networks in attractive visual layouts
- Supports Facebook, Twitter, LinkedIn, YouTube, Tumblr, Instagram, Flickr, Pinterest, RSS Feeds, Craigslist, Google+ and more..
- Multiple themes
- Easy to implement with just a few lines of code
[Display Flickr photos in Pinterest-style layouts][1]
[Combine and display Facebook, Twitter and LinkedIn updates][1]
[Show YouTube video thumbnails][1]
[Display Craiglist postings for an area and category][1]
[Visualize any RSS feed as a responsive social wall][1]
[Click Here for More Demos][2] [1]: http://plugins.in1.com/socialist/demo [2]: http://plugins.in1.com/socialist/
1) Include the .js and .css files in your HTML document <HEAD> section:
<link href="../jquery.socialist.css" rel="stylesheet" />
<script src='../jquery.socialist.js'></script>
2) Use jQuery Socialist on any <DIV> element:
$('#content').socialist({
networks: [
{name:'linkedin',id:'buddy-media'},
{name:'facebook',id:'in1dotcom'},
{name:'pinterest',id:'potterybarn'},
{name:'twitter',id:'in1dotcom'},
{name:'googleplus',id:'105588557807820541973/posts'},
{name:'rss',id:' http://feeds.feedburner.com/good/lbvp'},
{name:'rss',id:'http://www.makebetterwebsites.com/feed/'},
{name:'craigslist',id:'boo',areaName:'southcoast'},
{name:'rss',id:'http://www.houzz.com/getGalleries/featured/out-rss'}
],
isotope:false,
random:false,
fields:['source','heading','text','date','image']
});
**networks**
An array of network definition objects
**network definitions**
A javascript object containing the name of the network, id and other network specific parameters.
Most networks require only the id. Some networks such as Craiglist and Flickr require additional options.
{name:'linkedin',id:'linkedin-companyname'},
{name:'facebook',id:'(facebook-pagename)'},
{name:'tumblr',id:'(tumblr-blogname)'},
{name:'pinterest',id:'(pinterest-username/pinboard-name)'},
{name:'flickr',id:'[email protected]',apiKey:'(your-flick-api-key here)'},
{name:'youtube',id:'potterybarn'},
{name:'twitter',id:'in1dotcom'},
{name:'googleplus',id:'105588557807820541973/posts'},
{name:'rss',id:'http://www.makebetterwebsites.com/feed/'},
{name:'craigslist',id:'boo',areaName:'southcoast'},
{name:'instagram',id:'socialmedia',apiKey:'(your-instagram-api-key here)'},
**random**
true or false; default value is: true
**isotope**
true or false; default value is: true
**headingLength**
An integer value that indicates the max number of characters to display in the 'heading' field of each result
**textLength**
An integer value that indicates the max number of characters to display in the 'text' description field
**maxResults**
An integer value that indicates the max number of results to show
**theme**
(none) or 'clean'; default value is: (none)
**size**
(none) or 'small' or 'large'; default value is:(none)
**fields**
An array of strings that indicate which field values to display. Any of the following: 'source','heading','text','date','image','share'
The dependencies (included with jQuery Socialist):
- jQuery Isotope Plugin v1.5.19: An exquisite jQuery plugin for magical layouts (http://isotope.metafizzy.co)
- jQuery Cross Domain Ajax: http://james.padolsey.com/javascript/cross-domain-requests-with-jquery/
jQuery Socialist (a social media plugin) is provided under a MIT license: http://opensource.org/licenses/mit-license.php/
Use of the included jQuery Isotope Plugin requires a commerical use license: http://metafizzy.co/#licenses
9/24/2012 - Fixed Tumblr parsing issues 12/14/2012 - Added Instagram support 2/12/2013 - Fixed Twitter bug on posts w/o links