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

Archived (see Readme). Enable Facebook Instant Articles on your WordPress site.

Results 153 fb-instant-articles issues
Sort by recently updated
recently updated
newest added

## Steps required to reproduce the problem 1. Log in to Facebook mobile app 2. Visit the post: https://www.facebook.com/1395654327394223/posts/2090736067886042 3. Click the post and it will direct to the article...

[Status] Stale

This code: ``` $adapter = new Instant_Articles_Post( $post ); $article = $adapter->to_instant_article(); echo $article->render( null, true ); ``` Should be like this: ``` $adapter = new Instant_Articles_Post( $post ); $article...

[Status] Stale

## Steps required to reproduce the problem 1. Create a post including with youtube video embed. Following below link to embed youtube video https://developers.facebook.com/docs/instant-articles/reference/embeds/ 2. Verify with inspect element that...

## Steps required to reproduce the problem 1. create new post with featured image 2. add featured image 3. add og image from Yoast plugin ## Expected Result Featured image...

[Status] Stale

## Steps required to reproduce the problem 1. Add video into an article via YouTube Block 2. Publish article 3. Visit Instant Article ## Expected Result Video should be correctly...

[Status] Stale

Now that an [AMP plugin](https://github.com/ampproject/amp-wp) exists, having FBIA create AMP is unnecessary. it would be good to remove this feature.

[Status] Stale

This PR: * [x] Adds PassThroughRule for tag `` Fixes #615

Custom transformer rules are lost on save if the JSON is invalid. ## Steps required to reproduce the problem 1. Go to /wp-admin/admin.php?page=instant-articles-wizard 2. Check `Enable custom transformer rules` 3....

[Status] Stale

## Steps required to reproduce the problem 1. I have "enable custom transformer rule" with code: ` { "rules":[ { "class":"BlockquoteRule", "selector":"blockquote" }, { "class":"ParagraphRule", "selector":"p" }, { "class":"H2Rule", "selector":"h2"...

## Steps required to reproduce the problem 1. 2. 3. ## Expected Result ## Actual Result If your issue is about the error message _No rules defined for ..._. Please...