Skip to content

Instantly share code, notes, and snippets.

View CSElliyas's full-sized avatar
🏠
Working from home

Elliyas Ahmed CSElliyas

🏠
Working from home
View GitHub Profile
@changmason
changmason / Google Blogger Social Meta Tags.html
Created December 9, 2015 06:07 — forked from milanaryal/Google Blogger Social Meta Tags.html
Google Blogger/BlogSpot Social Meta Tags for Facebook, Twitter, Google+, Pinterest [v1.0]
<!-- add the following code in the head tag -->
<head prefix='og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#'>
<!-- Share Image -->
<link href='YOUR_LOGO_IMAGE' rel='image_src'/>
<!-- Open Graph Meta Tags -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
<meta expr:content='data:blog.title' property='og:site_name'/>
@gokulkrishh
gokulkrishh / media-query.css
Last active May 4, 2024 16:17
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@mynimi
mynimi / jquery.stickyNav.js
Last active March 31, 2020 20:51
jQuery Sticky Header Plugin
/*!
* jQuery Sticky Navigation Plugin
* Original author: Myriam Frisano (@mynimi)
*
* Licensed under the MIT license
*
* How to use:
* $('nameOfNavToBeMadeResponsive').stickyNav();
*/
@billerickson
billerickson / gist:1888923
Created February 23, 2012 01:07
Popular Posts Widget
<?php
/**
* Popular Posts Widget
*
* Displays posts in last X days, sorted by most comments (proxy for popularity)
*
* @package Core Functionality
* @author Bill Erickson <bill@billerickson.net>
* @copyright Copyright (c) 2011, Bill Erickson
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License