• Resolved ogre2000

    (@ogre2000)


    Hi.
    How to use Your plugin as php function.
    I would like to embed photo gallery below the body of article using custom fields.

Viewing 1 replies (of 1 total)
  • Plugin Author pavex

    (@pavex)

    Hi Ogre, try update to 2.0.7 and use folloving code:

    <?php
    	echo (new Pavex_embed_google_photos_album()) -> getcode(
    		'https://photos.app.goo.gl/CSV7NDstShTUwUZq5', 0, 480, 1920, 1080
    	);
    ?>
    • This reply was modified 5 years, 11 months ago by pavex.
Viewing 1 replies (of 1 total)
  • The topic ‘php function’ is closed to new replies.