Skip to content

Instantly share code, notes, and snippets.

@bloqhead
bloqhead / google-slideshow-shortcode.php
Last active May 27, 2025 21:16
Allows you to easily embed a Google Slides slideshow in WordPress as a shortcode.
<?php
/**
* Google Slides embed shortcode
* The slideshow must be set to public!
*/
add_shortcode( 'googleslideshow','google_slideshow' );
function google_slideshow( $atts, $content = '' ) {
$atts = shortcode_atts( array(