fb-instant-articles icon indicating copy to clipboard operation
fb-instant-articles copied to clipboard

instagram embed code is getting error while publishing the article

Open jayasreevysyaraju opened this issue 5 years ago • 1 comments

Hi, I added instagram embed code in classic editor and add the instagram embed rules in custom transfer rules but i am getting error while publishing the article.

{“error”:{“message”:”(#100) Must have a valid access token or a valid url_hmac”,”type”:”OAuthException”,”code”:100,”fbtrace_id”:”**”}}

Before adding instagram embed code is working fine, when ever i add the code in custom tranfer rules is getting error.

i added below code in custom rules for instagram,

{ “class”: “InteractiveRule”, “selector” : “blockquote.instagram-media”, “properties” : { “interactive.iframe” : { “type” : “multiple”, “children”: [ { “type”: “element”, “selector”: “blockquote” }, { “type”: “next-sibling-element-of”, “selector”: “blockquote” } ] } } },

Instagram embed code:

  • Plugin version: 4.2.1
  • WordPress version: 5.4.1
  • PHP version: 7.3.19

error1

jayasreevysyaraju avatar Sep 17 '20 13:09 jayasreevysyaraju

@jayasreevysyaraju This issue looks like it was due to the changes on the oEmbeds requiring an access token. Could you please try it out using the provided embed code from an Instagram post? It should work now.

gisedaye avatar Mar 02 '21 15:03 gisedaye

This issue has been marked stale because it has been open for 30 days with no activity. If there is no activity within 7 days, it will be closed.

This is an automation to keep issues manageable and actionable and is not a comment on the quality of this issue nor on the work done so far. Closed issues are still valuable to the project and are available to be searched.

github-actions[bot] avatar Sep 23 '22 00:09 github-actions[bot]