Skip to content

Commit

Permalink
#6 Integrated social media (using modules: Social media + Widgets)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izoman committed Jul 10, 2015
1 parent 9530618 commit dee70f1
Show file tree
Hide file tree
Showing 88 changed files with 9,011 additions and 0 deletions.
339 changes: 339 additions & 0 deletions sites/all/modules/socialmedia/LICENSE.txt

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions sites/all/modules/socialmedia/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// $Id$

CONTENTS OF THIS FILE
---------------------

* Introduction
* Installation
* Additional Information about README file formatting


INTRODUCTION
------------

Current Maintainer: Chris Shattuck <http://drupal.org/user/166383>

This is where you would put an explaination of what the module does and
why it would be needed.


INSTALLATION
------------

This should outline a step-by-step explanation of how to install the
module.

1. Install as usual, see http://drupal.org/node/70151 for further information.


ADDITIONAL INFORMATION ABOUT README FILE FORMATTING
-----------------------------------------

For more examples of README.txt files, see http://drupal.org/node/447604. For
discussion about possible standards, see http://groups.drupal.org/node/14523.
2 changes: 2 additions & 0 deletions sites/all/modules/socialmedia/icons/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Icon set freely provided by Social.me
http://jwloh.deviantart.com/art/Social-me-90694011
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions sites/all/modules/socialmedia/socialmedia.admin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

/**
* Image style configuration pages.
*/
table#socialmedia-iconsets th {
padding: 3px 2px;
width: 34px;
}

table#socialmedia-iconsets td {
padding: 5px 2px;
width: 34px;
}

/**
* Setup wizard styling
*/
#socialmedia-setup-4-form #preview {
float: left;
width: 50%
}

#socialmedia-setup-4-form #settings {
float: right;
width: 50%
}

/* divide platform selectors into two columns */
.form-item-socialmedia-platforms-site {
width: 50%;
padding-right: 20px;
float: left;
}

.form-item-socialmedia-platforms-user {
width: 50%;
float: left;
}
Loading

0 comments on commit dee70f1

Please sign in to comment.