Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Use Instagram API oEmbed endpoint to get embed HTML #164

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 10, 2015

  1. use instagram api oembed endpoint to get html

    Chris Montgomery committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    4463de9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. use wp_oembed_get() to get cached oembed html

    Chris Montgomery committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    9fe321e View commit details
    Browse the repository at this point in the history
  2. simplify $key_prefix in get_oembed_html()

    Chris Montgomery committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    8101a59 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. filter oembed_fetch_url to pass hidecaption

    Chris Montgomery committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    83154d8 View commit details
    Browse the repository at this point in the history
  2. use valid instagram post url for testing

    The URL used in some of the tests would not resolve. I copied the ID of
    one of the working URLs used in another test and replaced the broken
    ones.
    Chris Montgomery committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    aa779e8 View commit details
    Browse the repository at this point in the history