Skip to content

Instantly share code, notes, and snippets.

View sunderhus's full-sized avatar
👉
Always learning and coding. 🇧🇷 🇺🇸

Matheus Sunderhus sunderhus

👉
Always learning and coding. 🇧🇷 🇺🇸
View GitHub Profile
@chrisgoddard
chrisgoddard / wp-utilities.php
Last active January 7, 2021 01:55
WordPress Utility Functions
<?php
/*
* @name: WordPress utility functions
* @desc: Useful utility functions for WordPress
* @author: https://github.com/chrisgoddard
*/
/*
@apisandipas
apisandipas / share-urls.md
Last active March 31, 2025 07:50 — forked from chrisl8888/drupal-views-share-global-text-field
Share url's for Facebook, Twitter, Pinterest and Linkedin with just get variables

Creating share buttons with just URL's

Twitter

http://twitter.com/share?text=<TITLE>&url=<URL>

E.g. http://twitter.com/share?text=This+is+google+a+search+engine&url=https%3A%2F%2Fwww.google.com

Facebook

http://www.facebook.com/sharer.php?u=&amp;p[title]=

@cecilemuller
cecilemuller / 2019-https-localhost.md
Last active April 15, 2025 14:53
How to create an HTTPS certificate for localhost domains

How to create an HTTPS certificate for localhost domains

This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.

Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).