Skip to content

Instantly share code, notes, and snippets.

/**
* Build social sharing icons.
*
* @return string
*/
function wds_eight_display_social_share() {
// Build the sharing URLs.
$twitter_url = 'https://twitter.com/share?text=' . rawurlencode( html_entity_decode( get_the_title() ) ) . '&url=' . rawurlencode( get_the_permalink() );
$facebook_url = 'https://www.facebook.com/sharer/sharer.php?u=' . rawurlencode( get_the_permalink() );
@efuller
efuller / array.md
Last active November 13, 2022 10:38
PHP Array isset and empty
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active June 13, 2024 10:59
A badass list of frontend development resources I collected over time.