Skip to content

Latest commit

 

History

History
 
 

ruby

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Social Share Code Libraries

The Social Share Code Libraries project provides source code libraries for writing code that uses sharing on social-media.

All code is released under the permissive BSD-3-Clause License, so you should be able to use it in any of your projects, even if they are not permissively licensed like the BSD-3-Clause License.

Share Links - Do You Have Them?

Who Maintains This Project?

This is a sub-project of Social Share URL's, a project for documenting the sharing URL API's of third-party, social-media websites. Check out more about us here :

https://github.com/bradvin/social-share-urls

https://github.com/bradvin/social-share-urls/tree/master/code/

Ruby

Online Demo :

Code Sandbox :

Sample Use :

sm = SocialMedia.new

socialmediaurls = sm.GetSocialMediaSiteLinks_WithShareLinks({
  'title'=>'EarthFluent',
  'url'=>'http://www.earthfluent.com/',
})

sm.GetSocialMediaSites_WithShareLinks_OrderedByPopularity().each{
  |socialmedia|
    puts socialmedia + ' : ' + socialmediaurls[socialmedia]
}

Library Files :