Instantly share code, notes, and snippets.
rajatvarlani
/ sassy-social-share-hover-svg-horizontal.css
Created
August 26, 2020 07:53
sassy-social-share-hover-svg-horizontal.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8";.heateor_sss_standard_follow_icons_container .heateorSssYummlySvg:hover,.heateor_sss_horizontal_sharing .heateorSssYummlySvg:hover,#heateor_sss_rearrange .heateorSssYummlySvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.heateor_sss_standard_follow_icons_container .heateorSssBufferSvg:hover,.heateor_sss_horizontal_sharing .heateorSssBufferSvg:hover,#heateor_sss_rearrange .heateorSssBufferSvg:hover{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25 |
rajatvarlani
/ class-sassy-social-share-public.php
Created
January 23, 2019 18:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contains functions responsible for functionality at front-end of website | |
* | |
* @since 1.0.0 | |
* | |
*/ | |
/** |
rajatvarlani
/ social_sharing.php
Created
December 19, 2018 18:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined('ABSPATH') or die("Cheating........Uh!!"); | |
/** | |
* File contains the functions necessary for Social Sharing functionality | |
*/ | |
/** | |
* Render sharing interface html. | |
*/ | |
function the_champ_prepare_sharing_html( $postUrl, $sharingType = 'horizontal', $displayCount, $totalShares, $shareCountTransientId, $standardWidget = false ) { |
rajatvarlani
/ super_socializer.php
Created
December 14, 2018 07:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Super Socializer | |
Plugin URI: https://super-socializer-wordpress.heateor.com | |
Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more. | |
Version: 7.12.5 | |
Author: Team Heateor | |
Author URI: https://www.heateor.com | |
Text Domain: super-socializer | |
Domain Path: /languages |
rajatvarlani
/ class-sassy-social-share-widgets.php
Created
December 5, 2018 10:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The file that defines classes for widgets | |
* | |
* Class definitions that include functions used for widgets. | |
* | |
* @since 1.0.0 | |
* | |
*/ |
rajatvarlani
/ class-sassy-social-share-public.php
Created
November 27, 2018 15:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contains functions responsible for functionality at front-end of website | |
* | |
* @since 1.0.0 | |
* | |
*/ | |
/** |
rajatvarlani
/ class-sassy-social-share-public.php
Created
September 14, 2017 23:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Contains functions responsible for functionality at front-end of website | |
* | |
* @since 1.0.0 | |
* | |
*/ | |
/** |
rajatvarlani
/ social_login.php
Created
September 18, 2016 12:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined('ABSPATH') or die("Cheating........Uh!!"); | |
/** | |
* File contains the functions necessary for Social Login functionality | |
*/ | |
/** | |
* Render Social Login icons HTML. | |
*/ | |
function the_champ_login_button($widget = false){ |
rajatvarlani
/ super_socializer.php
Created
October 26, 2015 13:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Super Socializer | |
Plugin URI: http://super-socializer-wordpress.heateor.com | |
Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more. | |
Version: 6.6.2 | |
Author: Team Heateor | |
Author URI: http://www.heateor.com | |
Text Domain: Super-Socializer | |
Domain Path: /languages |