• Hello,
    Thanks for your previous reply I am trying to solve the problem as you suggested.
    I need to embed Iframely inside of the category pages.
    I am trying to use the following code as suggested by https://codex.www.ads-software.com/Function_Reference/the_widget:

    <?php vthe_widget(‘Iframely_Cache_Hook’,'[iframely]https://www.slideshare.net/AdrianoTravaglia/decreto-legislativo-di-recepimento-della-crd-iv[/iframely]’ ); ?>

    This code should call your widget by using the class name: “Iframely_Cache_Hook”

    And then I pass the argument: ‘[iframely]https://www.slideshare.net/AdrianoTravaglia/decreto-legislativo-di-recepimento-della-crd-iv[/iframely]’

    What is wrong? I need to add the ifremly to category page because I have some slideshare that appear inside of the preview.

    Thanks again

    Danilo

    https://www.ads-software.com/plugins/iframely/

Viewing 1 replies (of 1 total)
  • Plugin Author Ivan Paramonau

    (@ivanp)

    You shouldn’t touch the iframely cache hook. That’s the wrong direction.

    Iframely integrates at standard Embeds mechanism of WordPress. So you can use native functions and Iframely will get called in due course.

    Take a look at WP_Embed class functions here.

    For example, the shortcode function would do for your case.

Viewing 1 replies (of 1 total)
  • The topic ‘Embed iframely inside of Page Not Post’ is closed to new replies.