All Projects β†’ christophery β†’ slide-social-buttons

christophery / slide-social-buttons

Licence: other
Slide Social Buttons are a fun way to display your social media buttons.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to slide-social-buttons

awosome-ai-in-social-media
πŸ’» Collect those AI & Bot use in social media wechat/facebook/twitter/instagram/weibo/TikTok etc.
Stars: ✭ 21 (-36.36%)
Mutual labels:  social-media, facebook
React Login Modal Sm
Customizable React Social Media login modal
Stars: ✭ 23 (-30.3%)
Mutual labels:  social-media, facebook
gobo
πŸ’­ Gobo: Your social media. Your rules.
Stars: ✭ 87 (+163.64%)
Mutual labels:  social-media, facebook
Social-Media-Automation
Automate social media because you don't have to be active on all of themπŸ˜‰. Best way to be active on all social media without actually being active on them. πŸ˜ƒ
Stars: ✭ 186 (+463.64%)
Mutual labels:  social-media, facebook
Learning Social Media Analytics With R
This repository contains code and bonus content which will be added from time to time for the book "Learning Social Media Analytics with R" by Packt
Stars: ✭ 102 (+209.09%)
Mutual labels:  social-media, facebook
meta-tag-gen
Generate HTML code optimal for social media, SEO, mobile. Uses web standards from Open Graph (Facebook) and Twitter to provide optimal results. Also generates social media posts.
Stars: ✭ 24 (-27.27%)
Mutual labels:  social-media, facebook
Socialreaper
Social media scraping / data collection library for Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs
Stars: ✭ 338 (+924.24%)
Mutual labels:  social-media, facebook
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (+100%)
Mutual labels:  social-media, facebook
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+139.39%)
Mutual labels:  social-media, facebook
Share Selected Text
share selected text on twitter, buffer, and some others. Inspired by medium.com
Stars: ✭ 64 (+93.94%)
Mutual labels:  social-media, facebook
Rrssb
RRSSB is a KNI Labs freebie crafted by @dbox and @joshuatuscan.
Stars: ✭ 3,443 (+10333.33%)
Mutual labels:  facebook, social-buttons
Socialblocklists
Blocklists to block the communication to social networking sites and privacy harming services
Stars: ✭ 161 (+387.88%)
Mutual labels:  social-media, facebook
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (+75.76%)
Mutual labels:  social-media, facebook
Shrinktome
πŸ“˜Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-54.55%)
Mutual labels:  social-media, facebook
Simplesharingbuttons
Share to Facebook, Twitter, Google+ and other social networks using simple HTML buttons.
Stars: ✭ 147 (+345.45%)
Mutual labels:  social-media, facebook
Social Media Data Scripts
Stars: ✭ 188 (+469.7%)
Mutual labels:  social-media, facebook
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+121.21%)
Mutual labels:  social-media
facebook-cleaner
It is almost spring, so time for a pre spring cleaning. This time: taking care of your Facebook. This script can safe you a lot of time if you would try to do that by hand.
Stars: ✭ 52 (+57.58%)
Mutual labels:  facebook
Meower-Vanilla
Official source code for the Scratch-based Meower client.
Stars: ✭ 24 (-27.27%)
Mutual labels:  social-media
socialx react native
The SocialX ecosystem takes the social media experience to the next level.
Stars: ✭ 20 (-39.39%)
Mutual labels:  social-media

Slide Social Buttons

Slide Social Buttons are a fun way to display your social media buttons.

The buttons are inspired by the Supersteil blog but instead of using jQuery for the animation, they use CSS transforms & transitions.

Feel free to let me know if you use Slide Social Buttons in one of your websites.

View Demo

Features

  • Uses CSS transforms & transitions.
  • Uses Font Icons, perfect for retina displays.
  • It's responsive!

Requirements

Usage

Include Font Awesome and the Slide Social CSS in your header.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="path/to/your/css/slide-social-buttons.css">

Pick and choose which social buttons you wish to use, be sure to add the appropriate like/tweet markup and JS as required.

<div class="slide-social">
    <div class="ss-button">
    	<!-- Place FB Like Button Here -->
    </div>
    <div class="facebook-bg ss-icon">
        <i class="fa fa-facebook"></i>
    </div>
    <div class="facebook-bg ss-slide"><p>like</p></div>
</div>

You can find the markup for additional social buttons in the demo file (index.html).

Thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].