Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter firewalker

    (@firewalker)

    This one works:

    // Add Slideshare oEmbed
    function add_oembed_slideshare(){
        wp_oembed_add_provider( 'https://www.slideshare.net/*', 'https://api.embed.ly/v1/api/oembed');
    }
    add_action('init','add_oembed_slideshare');

    Apparently I must refresh(update) post that contains the oEmbed in order to see the change ??

    Thread Starter firewalker

    (@firewalker)

    @shane G:

    I already do that, still no progress. The list won’t show up. Here is snapshot of my plugin lists:

    https://i130.photobucket.com/albums/p245/firewalker06/netsainserror.png

    As you can see, there is nothing after Active Plugin lists. But you see from the left sidebar (“Pengaturan” = “Settings” in Indonesian), the number of plugins exceeding the lists of Active Plugins.

    I tried refreshing, waiting until page fully loaded, it’s still the same.

    Didik, a.k.a Firewalker06

    Thread Starter firewalker

    (@firewalker)

    @saurus:

    Thank you for your reply.

    The missing plugins were uploaded properly, in fact it is activated and functioning well. To make it simple, my explanations goes like this:
    yesterday there were 25 activated plugins, today only 12 are listed. The other 13 is not listed, but still functioning.

Viewing 3 replies - 1 through 3 (of 3 total)